google-apis-contentwarehouse_v1 0.9.0 → 0.10.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.
@@ -7180,7 +7180,9 @@ module Google
|
|
7180
7180
|
|
7181
7181
|
# A reference to a photo in either Photos Backend or SGI storage. This message
|
7182
7182
|
# should be treated as an opaque blob to avoid a dependency on a specific
|
7183
|
-
# storage backend.
|
7183
|
+
# storage backend. This version of ImageReference is visible outside of SGBE. Do
|
7184
|
+
# not add fields that should not be exposed outside of Profile Service and Image
|
7185
|
+
# Service.
|
7184
7186
|
# Corresponds to the JSON property `originalPhoto`
|
7185
7187
|
# @return [Google::Apis::ContentwarehouseV1::SocialGraphApiProtoImageReference]
|
7186
7188
|
attr_accessor :original_photo
|
@@ -9451,6 +9453,28 @@ module Google
|
|
9451
9453
|
end
|
9452
9454
|
end
|
9453
9455
|
|
9456
|
+
# Information about the readiness of Home app features on the device. As of
|
9457
|
+
# January 2023, this is only populated by Assistant on Android.
|
9458
|
+
class AssistantApiCapabilitiesHomeAppCapabilities
|
9459
|
+
include Google::Apis::Core::Hashable
|
9460
|
+
|
9461
|
+
# The app's installation and setup state. This is most pertinent for Tangor,
|
9462
|
+
# where lock screen Smart Home queries are fulfilled by a Home app activity that
|
9463
|
+
# may be blocked if this value is not `SETUP_STATE_COMPLETE`.
|
9464
|
+
# Corresponds to the JSON property `setupState`
|
9465
|
+
# @return [String]
|
9466
|
+
attr_accessor :setup_state
|
9467
|
+
|
9468
|
+
def initialize(**args)
|
9469
|
+
update!(**args)
|
9470
|
+
end
|
9471
|
+
|
9472
|
+
# Update properties of this object
|
9473
|
+
def update!(**args)
|
9474
|
+
@setup_state = args[:setup_state] if args.key?(:setup_state)
|
9475
|
+
end
|
9476
|
+
end
|
9477
|
+
|
9454
9478
|
# Capabilities that are associated with Assistants on auto surfaces. This is
|
9455
9479
|
# different from other capabilities such as CarSettingsCapabilities,
|
9456
9480
|
# CloudCarCapabilities since they are specific to settings and 3P cloud
|
@@ -12222,7 +12246,7 @@ module Google
|
|
12222
12246
|
|
12223
12247
|
# These capabilities represent what software features the client supports. This
|
12224
12248
|
# should be determined based on the client's various software versions (OS, GSA
|
12225
|
-
# version, etc). Next ID:
|
12249
|
+
# version, etc). Next ID: 27
|
12226
12250
|
# Corresponds to the JSON property `software`
|
12227
12251
|
# @return [Google::Apis::ContentwarehouseV1::AssistantApiSoftwareCapabilities]
|
12228
12252
|
attr_accessor :software
|
@@ -16238,7 +16262,7 @@ module Google
|
|
16238
16262
|
|
16239
16263
|
# These capabilities represent what software features the client supports. This
|
16240
16264
|
# should be determined based on the client's various software versions (OS, GSA
|
16241
|
-
# version, etc). Next ID:
|
16265
|
+
# version, etc). Next ID: 27
|
16242
16266
|
class AssistantApiSoftwareCapabilities
|
16243
16267
|
include Google::Apis::Core::Hashable
|
16244
16268
|
|
@@ -16300,6 +16324,12 @@ module Google
|
|
16300
16324
|
# @return [Google::Apis::ContentwarehouseV1::AssistantApiGcmCapabilities]
|
16301
16325
|
attr_accessor :gcm_capabilities
|
16302
16326
|
|
16327
|
+
# Information about the readiness of Home app features on the device. As of
|
16328
|
+
# January 2023, this is only populated by Assistant on Android.
|
16329
|
+
# Corresponds to the JSON property `homeAppCapabilities`
|
16330
|
+
# @return [Google::Apis::ContentwarehouseV1::AssistantApiCapabilitiesHomeAppCapabilities]
|
16331
|
+
attr_accessor :home_app_capabilities
|
16332
|
+
|
16303
16333
|
# Capabilities related to live TV channels.
|
16304
16334
|
# Corresponds to the JSON property `liveTvChannelCapabilities`
|
16305
16335
|
# @return [Google::Apis::ContentwarehouseV1::AssistantApiLiveTvChannelCapabilities]
|
@@ -16356,7 +16386,7 @@ module Google
|
|
16356
16386
|
attr_accessor :supported_client_op
|
16357
16387
|
|
16358
16388
|
# These are the set of features that are supported by the device. It's a part of
|
16359
|
-
# the SoftwareCapabilities of the device. Next ID:
|
16389
|
+
# the SoftwareCapabilities of the device. Next ID: 63
|
16360
16390
|
# Corresponds to the JSON property `supportedFeatures`
|
16361
16391
|
# @return [Google::Apis::ContentwarehouseV1::AssistantApiSupportedFeatures]
|
16362
16392
|
attr_accessor :supported_features
|
@@ -16396,6 +16426,7 @@ module Google
|
|
16396
16426
|
@cross_device_execution_capabilities = args[:cross_device_execution_capabilities] if args.key?(:cross_device_execution_capabilities)
|
16397
16427
|
@gacs_capabilities = args[:gacs_capabilities] if args.key?(:gacs_capabilities)
|
16398
16428
|
@gcm_capabilities = args[:gcm_capabilities] if args.key?(:gcm_capabilities)
|
16429
|
+
@home_app_capabilities = args[:home_app_capabilities] if args.key?(:home_app_capabilities)
|
16399
16430
|
@live_tv_channel_capabilities = args[:live_tv_channel_capabilities] if args.key?(:live_tv_channel_capabilities)
|
16400
16431
|
@oem_capabilities = args[:oem_capabilities] if args.key?(:oem_capabilities)
|
16401
16432
|
@on_device_assistant_capabilities = args[:on_device_assistant_capabilities] if args.key?(:on_device_assistant_capabilities)
|
@@ -16766,7 +16797,7 @@ module Google
|
|
16766
16797
|
end
|
16767
16798
|
|
16768
16799
|
# These are the set of features that are supported by the device. It's a part of
|
16769
|
-
# the SoftwareCapabilities of the device. Next ID:
|
16800
|
+
# the SoftwareCapabilities of the device. Next ID: 63
|
16770
16801
|
class AssistantApiSupportedFeatures
|
16771
16802
|
include Google::Apis::Core::Hashable
|
16772
16803
|
|
@@ -16842,6 +16873,14 @@ module Google
|
|
16842
16873
|
attr_accessor :client_op_result_batching_supported
|
16843
16874
|
alias_method :client_op_result_batching_supported?, :client_op_result_batching_supported
|
16844
16875
|
|
16876
|
+
# Whether the client supports confirmation flow before announcement of multiple
|
16877
|
+
# messages. If set to true the user will be prompted once and confirmation will
|
16878
|
+
# be taken before all the messages are announced.
|
16879
|
+
# Corresponds to the JSON property `confirmationBeforeReadingMultipleMessagesSupported`
|
16880
|
+
# @return [Boolean]
|
16881
|
+
attr_accessor :confirmation_before_reading_multiple_messages_supported
|
16882
|
+
alias_method :confirmation_before_reading_multiple_messages_supported?, :confirmation_before_reading_multiple_messages_supported
|
16883
|
+
|
16845
16884
|
# Whether the client supports cross-device broadcast (i.e. on Torus).
|
16846
16885
|
# Corresponds to the JSON property `crossDeviceBroadcastSupported`
|
16847
16886
|
# @return [Boolean]
|
@@ -17194,6 +17233,7 @@ module Google
|
|
17194
17233
|
@bypass_msg_notification_dismissal = args[:bypass_msg_notification_dismissal] if args.key?(:bypass_msg_notification_dismissal)
|
17195
17234
|
@client1m_providers_supported = args[:client1m_providers_supported] if args.key?(:client1m_providers_supported)
|
17196
17235
|
@client_op_result_batching_supported = args[:client_op_result_batching_supported] if args.key?(:client_op_result_batching_supported)
|
17236
|
+
@confirmation_before_reading_multiple_messages_supported = args[:confirmation_before_reading_multiple_messages_supported] if args.key?(:confirmation_before_reading_multiple_messages_supported)
|
17197
17237
|
@cross_device_broadcast_supported = args[:cross_device_broadcast_supported] if args.key?(:cross_device_broadcast_supported)
|
17198
17238
|
@cross_device_broadcast_version = args[:cross_device_broadcast_version] if args.key?(:cross_device_broadcast_version)
|
17199
17239
|
@csat_visual_overlay_supported = args[:csat_visual_overlay_supported] if args.key?(:csat_visual_overlay_supported)
|
@@ -20558,10 +20598,23 @@ module Google
|
|
20558
20598
|
end
|
20559
20599
|
end
|
20560
20600
|
|
20561
|
-
# Provider annotation annotated from the query.
|
20601
|
+
# Provider annotation annotated from the query. These fields contain the
|
20602
|
+
# detailed information for the provider. (e.g. for Youtube, package_names
|
20603
|
+
# contains "com.google.android.youtube", localized_names contains "youtube", and
|
20604
|
+
# lang contains "en" from "en-US" which depends on user's setting.)
|
20562
20605
|
class AssistantLogsProviderAnnotationLog
|
20563
20606
|
include Google::Apis::Core::Hashable
|
20564
20607
|
|
20608
|
+
#
|
20609
|
+
# Corresponds to the JSON property `lang`
|
20610
|
+
# @return [String]
|
20611
|
+
attr_accessor :lang
|
20612
|
+
|
20613
|
+
#
|
20614
|
+
# Corresponds to the JSON property `localizedNames`
|
20615
|
+
# @return [Array<String>]
|
20616
|
+
attr_accessor :localized_names
|
20617
|
+
|
20565
20618
|
#
|
20566
20619
|
# Corresponds to the JSON property `packageNames`
|
20567
20620
|
# @return [Array<String>]
|
@@ -20573,6 +20626,8 @@ module Google
|
|
20573
20626
|
|
20574
20627
|
# Update properties of this object
|
20575
20628
|
def update!(**args)
|
20629
|
+
@lang = args[:lang] if args.key?(:lang)
|
20630
|
+
@localized_names = args[:localized_names] if args.key?(:localized_names)
|
20576
20631
|
@package_names = args[:package_names] if args.key?(:package_names)
|
20577
20632
|
end
|
20578
20633
|
end
|
@@ -20591,7 +20646,10 @@ module Google
|
|
20591
20646
|
# @return [Array<Google::Apis::ContentwarehouseV1::AssistantLogsDeviceAnnotationLog>]
|
20592
20647
|
attr_accessor :device_annotations
|
20593
20648
|
|
20594
|
-
# Provider annotation annotated from the query.
|
20649
|
+
# Provider annotation annotated from the query. These fields contain the
|
20650
|
+
# detailed information for the provider. (e.g. for Youtube, package_names
|
20651
|
+
# contains "com.google.android.youtube", localized_names contains "youtube", and
|
20652
|
+
# lang contains "en" from "en-US" which depends on user's setting.)
|
20595
20653
|
# Corresponds to the JSON property `providerAnnotation`
|
20596
20654
|
# @return [Google::Apis::ContentwarehouseV1::AssistantLogsProviderAnnotationLog]
|
20597
20655
|
attr_accessor :provider_annotation
|
@@ -20821,7 +20879,7 @@ module Google
|
|
20821
20879
|
|
20822
20880
|
# Signals to be used by the Prefulfillment Ranker. Derived from the
|
20823
20881
|
# ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
|
20824
|
-
# Next ID:
|
20882
|
+
# Next ID: 41
|
20825
20883
|
class AssistantPrefulfillmentRankerPrefulfillmentSignals
|
20826
20884
|
include Google::Apis::Core::Hashable
|
20827
20885
|
|
@@ -20908,6 +20966,18 @@ module Google
|
|
20908
20966
|
attr_accessor :is_feasible
|
20909
20967
|
alias_method :is_feasible?, :is_feasible
|
20910
20968
|
|
20969
|
+
# Whether the intent is fully grounded.
|
20970
|
+
# Corresponds to the JSON property `isFullyGrounded`
|
20971
|
+
# @return [Boolean]
|
20972
|
+
attr_accessor :is_fully_grounded
|
20973
|
+
alias_method :is_fully_grounded?, :is_fully_grounded
|
20974
|
+
|
20975
|
+
# Whether the intent is a PlayGenericMusic-type intent.
|
20976
|
+
# Corresponds to the JSON property `isPlayGenericMusic`
|
20977
|
+
# @return [Boolean]
|
20978
|
+
attr_accessor :is_play_generic_music
|
20979
|
+
alias_method :is_play_generic_music?, :is_play_generic_music
|
20980
|
+
|
20911
20981
|
# The rank order of the interpretation as determined by kscorer. The kscorer-
|
20912
20982
|
# determined dominant interpretation, if any, gets a rank of 0. The remaining N
|
20913
20983
|
# interpretations get a rank of 1 through N.
|
@@ -21035,6 +21105,8 @@ module Google
|
|
21035
21105
|
@intent_name_auis_score = args[:intent_name_auis_score] if args.key?(:intent_name_auis_score)
|
21036
21106
|
@intent_name_auis_score_exp = args[:intent_name_auis_score_exp] if args.key?(:intent_name_auis_score_exp)
|
21037
21107
|
@is_feasible = args[:is_feasible] if args.key?(:is_feasible)
|
21108
|
+
@is_fully_grounded = args[:is_fully_grounded] if args.key?(:is_fully_grounded)
|
21109
|
+
@is_play_generic_music = args[:is_play_generic_music] if args.key?(:is_play_generic_music)
|
21038
21110
|
@kscorer_rank = args[:kscorer_rank] if args.key?(:kscorer_rank)
|
21039
21111
|
@laa_features = args[:laa_features] if args.key?(:laa_features)
|
21040
21112
|
@mask_candidate_level_features = args[:mask_candidate_level_features] if args.key?(:mask_candidate_level_features)
|
@@ -24683,11 +24755,6 @@ module Google
|
|
24683
24755
|
# @return [Google::Apis::ContentwarehouseV1::QualityTimebasedLastSignificantUpdate]
|
24684
24756
|
attr_accessor :last_significant_update
|
24685
24757
|
|
24686
|
-
#
|
24687
|
-
# Corresponds to the JSON property `oldnessInfo`
|
24688
|
-
# @return [Google::Apis::ContentwarehouseV1::QualityTimebasedOldnessInfo]
|
24689
|
-
attr_accessor :oldness_info
|
24690
|
-
|
24691
24758
|
#
|
24692
24759
|
# Corresponds to the JSON property `pagetype`
|
24693
24760
|
# @return [Google::Apis::ContentwarehouseV1::QualityTimebasedPageType]
|
@@ -24700,7 +24767,6 @@ module Google
|
|
24700
24767
|
# Update properties of this object
|
24701
24768
|
def update!(**args)
|
24702
24769
|
@last_significant_update = args[:last_significant_update] if args.key?(:last_significant_update)
|
24703
|
-
@oldness_info = args[:oldness_info] if args.key?(:oldness_info)
|
24704
24770
|
@pagetype = args[:pagetype] if args.key?(:pagetype)
|
24705
24771
|
end
|
24706
24772
|
end
|
@@ -24731,7 +24797,7 @@ module Google
|
|
24731
24797
|
# Mustang and TeraGoogle. For TeraGoogle, this message is included in perdocdata
|
24732
24798
|
# which means it can be used in preliminary scoring. CAREFUL: For TeraGoogle,
|
24733
24799
|
# this data resides in very limited serving memory (Flash storage) for a huge
|
24734
|
-
# number of documents. Next id:
|
24800
|
+
# number of documents. Next id: 42
|
24735
24801
|
class CompressedQualitySignals
|
24736
24802
|
include Google::Apis::Core::Hashable
|
24737
24803
|
|
@@ -24918,6 +24984,18 @@ module Google
|
|
24918
24984
|
# @return [Fixnum]
|
24919
24985
|
attr_accessor :product_review_p_promote_site
|
24920
24986
|
|
24987
|
+
# Fields product_review_p_review_page and product_review_p_uhq_page are for
|
24988
|
+
# promoting/demoting HQ/LQ review pages in NGS. See go/pr-boosts for details.
|
24989
|
+
# The possibility of a page being a review page.
|
24990
|
+
# Corresponds to the JSON property `productReviewPReviewPage`
|
24991
|
+
# @return [Fixnum]
|
24992
|
+
attr_accessor :product_review_p_review_page
|
24993
|
+
|
24994
|
+
# The possibility of a page being a high quality review page.
|
24995
|
+
# Corresponds to the JSON property `productReviewPUhqPage`
|
24996
|
+
# @return [Fixnum]
|
24997
|
+
attr_accessor :product_review_p_uhq_page
|
24998
|
+
|
24921
24999
|
# Scam model score. Used as one of the web page quality qstar signals. Value
|
24922
25000
|
# range from 0 to 1023.
|
24923
25001
|
# Corresponds to the JSON property `scamness`
|
@@ -24985,6 +25063,8 @@ module Google
|
|
24985
25063
|
@product_review_p_demote_site = args[:product_review_p_demote_site] if args.key?(:product_review_p_demote_site)
|
24986
25064
|
@product_review_p_promote_page = args[:product_review_p_promote_page] if args.key?(:product_review_p_promote_page)
|
24987
25065
|
@product_review_p_promote_site = args[:product_review_p_promote_site] if args.key?(:product_review_p_promote_site)
|
25066
|
+
@product_review_p_review_page = args[:product_review_p_review_page] if args.key?(:product_review_p_review_page)
|
25067
|
+
@product_review_p_uhq_page = args[:product_review_p_uhq_page] if args.key?(:product_review_p_uhq_page)
|
24988
25068
|
@scamness = args[:scamness] if args.key?(:scamness)
|
24989
25069
|
@serp_demotion = args[:serp_demotion] if args.key?(:serp_demotion)
|
24990
25070
|
@site_authority = args[:site_authority] if args.key?(:site_authority)
|
@@ -31304,7 +31384,14 @@ module Google
|
|
31304
31384
|
# @return [String]
|
31305
31385
|
attr_accessor :release
|
31306
31386
|
|
31307
|
-
#
|
31387
|
+
# WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
|
31388
|
+
# time type. Direct usage is error-prone due to the conflation of physical time
|
31389
|
+
# and civil time (go/httat). In a protocol buffer, please use google.type.Date,
|
31390
|
+
# with an additional google.type.TimeOfDay for precision finer-grained than a
|
31391
|
+
# day. (For google.type.DateTime, go/prototime#types cites go/httat#
|
31392
|
+
# zoned_datetime as a caveat). In a programming language, see go/time-devguide/
|
31393
|
+
# languages. Additionally in C++, google3/geostore/base/public/datetime.h has
|
31394
|
+
# conversion functions between DateTimeProto and Abseil's civil time types.
|
31308
31395
|
# Corresponds to the JSON property `releaseDate`
|
31309
31396
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
|
31310
31397
|
attr_accessor :release_date
|
@@ -31339,7 +31426,14 @@ module Google
|
|
31339
31426
|
end
|
31340
31427
|
end
|
31341
31428
|
|
31342
|
-
#
|
31429
|
+
# WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
|
31430
|
+
# time type. Direct usage is error-prone due to the conflation of physical time
|
31431
|
+
# and civil time (go/httat). In a protocol buffer, please use google.type.Date,
|
31432
|
+
# with an additional google.type.TimeOfDay for precision finer-grained than a
|
31433
|
+
# day. (For google.type.DateTime, go/prototime#types cites go/httat#
|
31434
|
+
# zoned_datetime as a caveat). In a programming language, see go/time-devguide/
|
31435
|
+
# languages. Additionally in C++, google3/geostore/base/public/datetime.h has
|
31436
|
+
# conversion functions between DateTimeProto and Abseil's civil time types.
|
31343
31437
|
class GeostoreDateTimeProto
|
31344
31438
|
include Google::Apis::Core::Hashable
|
31345
31439
|
|
@@ -31826,12 +31920,26 @@ module Google
|
|
31826
31920
|
attr_accessor :closed
|
31827
31921
|
alias_method :closed?, :closed
|
31828
31922
|
|
31829
|
-
#
|
31923
|
+
# WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
|
31924
|
+
# time type. Direct usage is error-prone due to the conflation of physical time
|
31925
|
+
# and civil time (go/httat). In a protocol buffer, please use google.type.Date,
|
31926
|
+
# with an additional google.type.TimeOfDay for precision finer-grained than a
|
31927
|
+
# day. (For google.type.DateTime, go/prototime#types cites go/httat#
|
31928
|
+
# zoned_datetime as a caveat). In a programming language, see go/time-devguide/
|
31929
|
+
# languages. Additionally in C++, google3/geostore/base/public/datetime.h has
|
31930
|
+
# conversion functions between DateTimeProto and Abseil's civil time types.
|
31830
31931
|
# Corresponds to the JSON property `endAsOfDate`
|
31831
31932
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
|
31832
31933
|
attr_accessor :end_as_of_date
|
31833
31934
|
|
31834
|
-
#
|
31935
|
+
# WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
|
31936
|
+
# time type. Direct usage is error-prone due to the conflation of physical time
|
31937
|
+
# and civil time (go/httat). In a protocol buffer, please use google.type.Date,
|
31938
|
+
# with an additional google.type.TimeOfDay for precision finer-grained than a
|
31939
|
+
# day. (For google.type.DateTime, go/prototime#types cites go/httat#
|
31940
|
+
# zoned_datetime as a caveat). In a programming language, see go/time-devguide/
|
31941
|
+
# languages. Additionally in C++, google3/geostore/base/public/datetime.h has
|
31942
|
+
# conversion functions between DateTimeProto and Abseil's civil time types.
|
31835
31943
|
# Corresponds to the JSON property `endDate`
|
31836
31944
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
|
31837
31945
|
attr_accessor :end_date
|
@@ -31864,15 +31972,14 @@ module Google
|
|
31864
31972
|
# @return [String]
|
31865
31973
|
attr_accessor :removed_reason
|
31866
31974
|
|
31867
|
-
#
|
31868
|
-
#
|
31869
|
-
#
|
31870
|
-
#
|
31871
|
-
#
|
31872
|
-
#
|
31873
|
-
#
|
31874
|
-
#
|
31875
|
-
# and then treat the result as local to the feature.
|
31975
|
+
# WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
|
31976
|
+
# time type. Direct usage is error-prone due to the conflation of physical time
|
31977
|
+
# and civil time (go/httat). In a protocol buffer, please use google.type.Date,
|
31978
|
+
# with an additional google.type.TimeOfDay for precision finer-grained than a
|
31979
|
+
# day. (For google.type.DateTime, go/prototime#types cites go/httat#
|
31980
|
+
# zoned_datetime as a caveat). In a programming language, see go/time-devguide/
|
31981
|
+
# languages. Additionally in C++, google3/geostore/base/public/datetime.h has
|
31982
|
+
# conversion functions between DateTimeProto and Abseil's civil time types.
|
31876
31983
|
# Corresponds to the JSON property `startDate`
|
31877
31984
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
|
31878
31985
|
attr_accessor :start_date
|
@@ -35766,7 +35873,8 @@ module Google
|
|
35766
35873
|
class GeostorePoseProto
|
35767
35874
|
include Google::Apis::Core::Hashable
|
35768
35875
|
|
35769
|
-
# The height of the
|
35876
|
+
# The height of the pose. A positive height is above the WGS-84 ellipsoid in
|
35877
|
+
# meters; negative is below.
|
35770
35878
|
# Corresponds to the JSON property `altitude`
|
35771
35879
|
# @return [Float]
|
35772
35880
|
attr_accessor :altitude
|
@@ -37282,12 +37390,26 @@ module Google
|
|
37282
37390
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreFieldMetadataProto]
|
37283
37391
|
attr_accessor :condition_metadata
|
37284
37392
|
|
37285
|
-
#
|
37393
|
+
# WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
|
37394
|
+
# time type. Direct usage is error-prone due to the conflation of physical time
|
37395
|
+
# and civil time (go/httat). In a protocol buffer, please use google.type.Date,
|
37396
|
+
# with an additional google.type.TimeOfDay for precision finer-grained than a
|
37397
|
+
# day. (For google.type.DateTime, go/prototime#types cites go/httat#
|
37398
|
+
# zoned_datetime as a caveat). In a programming language, see go/time-devguide/
|
37399
|
+
# languages. Additionally in C++, google3/geostore/base/public/datetime.h has
|
37400
|
+
# conversion functions between DateTimeProto and Abseil's civil time types.
|
37286
37401
|
# Corresponds to the JSON property `constructionBeginDate`
|
37287
37402
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
|
37288
37403
|
attr_accessor :construction_begin_date
|
37289
37404
|
|
37290
|
-
#
|
37405
|
+
# WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
|
37406
|
+
# time type. Direct usage is error-prone due to the conflation of physical time
|
37407
|
+
# and civil time (go/httat). In a protocol buffer, please use google.type.Date,
|
37408
|
+
# with an additional google.type.TimeOfDay for precision finer-grained than a
|
37409
|
+
# day. (For google.type.DateTime, go/prototime#types cites go/httat#
|
37410
|
+
# zoned_datetime as a caveat). In a programming language, see go/time-devguide/
|
37411
|
+
# languages. Additionally in C++, google3/geostore/base/public/datetime.h has
|
37412
|
+
# conversion functions between DateTimeProto and Abseil's civil time types.
|
37291
37413
|
# Corresponds to the JSON property `constructionEndDate`
|
37292
37414
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
|
37293
37415
|
attr_accessor :construction_end_date
|
@@ -37887,9 +38009,14 @@ module Google
|
|
37887
38009
|
# @return [Array<Google::Apis::ContentwarehouseV1::GeostoreUrlProto>]
|
37888
38010
|
attr_accessor :attribution_url
|
37889
38011
|
|
37890
|
-
#
|
37891
|
-
#
|
37892
|
-
#
|
38012
|
+
# WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
|
38013
|
+
# time type. Direct usage is error-prone due to the conflation of physical time
|
38014
|
+
# and civil time (go/httat). In a protocol buffer, please use google.type.Date,
|
38015
|
+
# with an additional google.type.TimeOfDay for precision finer-grained than a
|
38016
|
+
# day. (For google.type.DateTime, go/prototime#types cites go/httat#
|
38017
|
+
# zoned_datetime as a caveat). In a programming language, see go/time-devguide/
|
38018
|
+
# languages. Additionally in C++, google3/geostore/base/public/datetime.h has
|
38019
|
+
# conversion functions between DateTimeProto and Abseil's civil time types.
|
37893
38020
|
# Corresponds to the JSON property `collectionDate`
|
37894
38021
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
|
37895
38022
|
attr_accessor :collection_date
|
@@ -38355,24 +38482,50 @@ module Google
|
|
38355
38482
|
class GeostoreTemporaryClosureProto
|
38356
38483
|
include Google::Apis::Core::Hashable
|
38357
38484
|
|
38358
|
-
#
|
38359
|
-
#
|
38485
|
+
# WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
|
38486
|
+
# time type. Direct usage is error-prone due to the conflation of physical time
|
38487
|
+
# and civil time (go/httat). In a protocol buffer, please use google.type.Date,
|
38488
|
+
# with an additional google.type.TimeOfDay for precision finer-grained than a
|
38489
|
+
# day. (For google.type.DateTime, go/prototime#types cites go/httat#
|
38490
|
+
# zoned_datetime as a caveat). In a programming language, see go/time-devguide/
|
38491
|
+
# languages. Additionally in C++, google3/geostore/base/public/datetime.h has
|
38492
|
+
# conversion functions between DateTimeProto and Abseil's civil time types.
|
38360
38493
|
# Corresponds to the JSON property `endAsOfDate`
|
38361
38494
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
|
38362
38495
|
attr_accessor :end_as_of_date
|
38363
38496
|
|
38364
|
-
#
|
38497
|
+
# WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
|
38498
|
+
# time type. Direct usage is error-prone due to the conflation of physical time
|
38499
|
+
# and civil time (go/httat). In a protocol buffer, please use google.type.Date,
|
38500
|
+
# with an additional google.type.TimeOfDay for precision finer-grained than a
|
38501
|
+
# day. (For google.type.DateTime, go/prototime#types cites go/httat#
|
38502
|
+
# zoned_datetime as a caveat). In a programming language, see go/time-devguide/
|
38503
|
+
# languages. Additionally in C++, google3/geostore/base/public/datetime.h has
|
38504
|
+
# conversion functions between DateTimeProto and Abseil's civil time types.
|
38365
38505
|
# Corresponds to the JSON property `endDate`
|
38366
38506
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
|
38367
38507
|
attr_accessor :end_date
|
38368
38508
|
|
38369
|
-
#
|
38370
|
-
#
|
38509
|
+
# WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
|
38510
|
+
# time type. Direct usage is error-prone due to the conflation of physical time
|
38511
|
+
# and civil time (go/httat). In a protocol buffer, please use google.type.Date,
|
38512
|
+
# with an additional google.type.TimeOfDay for precision finer-grained than a
|
38513
|
+
# day. (For google.type.DateTime, go/prototime#types cites go/httat#
|
38514
|
+
# zoned_datetime as a caveat). In a programming language, see go/time-devguide/
|
38515
|
+
# languages. Additionally in C++, google3/geostore/base/public/datetime.h has
|
38516
|
+
# conversion functions between DateTimeProto and Abseil's civil time types.
|
38371
38517
|
# Corresponds to the JSON property `startAsOfDate`
|
38372
38518
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
|
38373
38519
|
attr_accessor :start_as_of_date
|
38374
38520
|
|
38375
|
-
#
|
38521
|
+
# WARNING: Outside of FeatureProto, please avoid in favor of a standard civil
|
38522
|
+
# time type. Direct usage is error-prone due to the conflation of physical time
|
38523
|
+
# and civil time (go/httat). In a protocol buffer, please use google.type.Date,
|
38524
|
+
# with an additional google.type.TimeOfDay for precision finer-grained than a
|
38525
|
+
# day. (For google.type.DateTime, go/prototime#types cites go/httat#
|
38526
|
+
# zoned_datetime as a caveat). In a programming language, see go/time-devguide/
|
38527
|
+
# languages. Additionally in C++, google3/geostore/base/public/datetime.h has
|
38528
|
+
# conversion functions between DateTimeProto and Abseil's civil time types.
|
38376
38529
|
# Corresponds to the JSON property `startDate`
|
38377
38530
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreDateTimeProto]
|
38378
38531
|
attr_accessor :start_date
|
@@ -42650,6 +42803,11 @@ module Google
|
|
42650
42803
|
# @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1Document]
|
42651
42804
|
attr_accessor :document
|
42652
42805
|
|
42806
|
+
# post-processing LROs
|
42807
|
+
# Corresponds to the JSON property `longRunningOperations`
|
42808
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::GoogleLongrunningOperation>]
|
42809
|
+
attr_accessor :long_running_operations
|
42810
|
+
|
42653
42811
|
# Additional information returned to client, such as debugging information.
|
42654
42812
|
# Corresponds to the JSON property `metadata`
|
42655
42813
|
# @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ResponseMetadata]
|
@@ -42667,6 +42825,7 @@ module Google
|
|
42667
42825
|
# Update properties of this object
|
42668
42826
|
def update!(**args)
|
42669
42827
|
@document = args[:document] if args.key?(:document)
|
42828
|
+
@long_running_operations = args[:long_running_operations] if args.key?(:long_running_operations)
|
42670
42829
|
@metadata = args[:metadata] if args.key?(:metadata)
|
42671
42830
|
@rule_engine_output = args[:rule_engine_output] if args.key?(:rule_engine_output)
|
42672
42831
|
end
|
@@ -43354,10 +43513,17 @@ module Google
|
|
43354
43513
|
class GoogleCloudContentwarehouseV1ExportToCdwPipeline
|
43355
43514
|
include Google::Apis::Core::Hashable
|
43356
43515
|
|
43357
|
-
# The
|
43358
|
-
#
|
43516
|
+
# The CDW dataset resource name. Format: projects/`project`/locations/`location`/
|
43517
|
+
# processors/`processor`/dataset
|
43518
|
+
# Corresponds to the JSON property `docAiDataset`
|
43519
|
+
# @return [String]
|
43520
|
+
attr_accessor :doc_ai_dataset
|
43521
|
+
|
43522
|
+
# The list of all the resource names of the documents to be processed. Format:
|
43523
|
+
# projects/`project_number`/locations/`location`/documents/`document_id`.
|
43524
|
+
# Corresponds to the JSON property `documents`
|
43359
43525
|
# @return [Array<String>]
|
43360
|
-
attr_accessor :
|
43526
|
+
attr_accessor :documents
|
43361
43527
|
|
43362
43528
|
# The Cloud Storage folder path used to store the exported documents before
|
43363
43529
|
# being sent to CDW. Format: gs:///.
|
@@ -43365,10 +43531,12 @@ module Google
|
|
43365
43531
|
# @return [String]
|
43366
43532
|
attr_accessor :export_folder_path
|
43367
43533
|
|
43368
|
-
#
|
43369
|
-
#
|
43370
|
-
#
|
43371
|
-
|
43534
|
+
# Ratio of training dataset split. When importing into Document AI Workbench,
|
43535
|
+
# documents will be automatically split into training and test split category
|
43536
|
+
# with the specified ratio.
|
43537
|
+
# Corresponds to the JSON property `trainingSplitRatio`
|
43538
|
+
# @return [Float]
|
43539
|
+
attr_accessor :training_split_ratio
|
43372
43540
|
|
43373
43541
|
def initialize(**args)
|
43374
43542
|
update!(**args)
|
@@ -43376,9 +43544,10 @@ module Google
|
|
43376
43544
|
|
43377
43545
|
# Update properties of this object
|
43378
43546
|
def update!(**args)
|
43379
|
-
@
|
43547
|
+
@doc_ai_dataset = args[:doc_ai_dataset] if args.key?(:doc_ai_dataset)
|
43548
|
+
@documents = args[:documents] if args.key?(:documents)
|
43380
43549
|
@export_folder_path = args[:export_folder_path] if args.key?(:export_folder_path)
|
43381
|
-
@
|
43550
|
+
@training_split_ratio = args[:training_split_ratio] if args.key?(:training_split_ratio)
|
43382
43551
|
end
|
43383
43552
|
end
|
43384
43553
|
|
@@ -43521,6 +43690,12 @@ module Google
|
|
43521
43690
|
# @return [String]
|
43522
43691
|
attr_accessor :input_path
|
43523
43692
|
|
43693
|
+
# The Cloud Storage folder path used to store the raw results from processors.
|
43694
|
+
# Format: gs:///.
|
43695
|
+
# Corresponds to the JSON property `processorResultsFolderPath`
|
43696
|
+
# @return [String]
|
43697
|
+
attr_accessor :processor_results_folder_path
|
43698
|
+
|
43524
43699
|
# The Document Warehouse schema resource name. All documents processed by this
|
43525
43700
|
# pipeline will use this schema. Format: projects/`project_number`/locations/`
|
43526
43701
|
# location`/documentSchemas/`document_schema_id`.
|
@@ -43535,6 +43710,7 @@ module Google
|
|
43535
43710
|
# Update properties of this object
|
43536
43711
|
def update!(**args)
|
43537
43712
|
@input_path = args[:input_path] if args.key?(:input_path)
|
43713
|
+
@processor_results_folder_path = args[:processor_results_folder_path] if args.key?(:processor_results_folder_path)
|
43538
43714
|
@schema_name = args[:schema_name] if args.key?(:schema_name)
|
43539
43715
|
end
|
43540
43716
|
end
|
@@ -43544,12 +43720,9 @@ module Google
|
|
43544
43720
|
class GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline
|
43545
43721
|
include Google::Apis::Core::Hashable
|
43546
43722
|
|
43547
|
-
# The
|
43548
|
-
#
|
43549
|
-
#
|
43550
|
-
attr_accessor :classify_split_processor_infos
|
43551
|
-
|
43552
|
-
# The entity or key-value pair extracting processor information.
|
43723
|
+
# The extract processors information. One matched extract processor will be used
|
43724
|
+
# to process documents based on the classify processor result. If no classify
|
43725
|
+
# processor is specificied, the first extract processor will be used.
|
43553
43726
|
# Corresponds to the JSON property `extractProcessorInfos`
|
43554
43727
|
# @return [Array<Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo>]
|
43555
43728
|
attr_accessor :extract_processor_infos
|
@@ -43566,16 +43739,21 @@ module Google
|
|
43566
43739
|
# @return [String]
|
43567
43740
|
attr_accessor :processor_results_folder_path
|
43568
43741
|
|
43742
|
+
# The DocAI processor information.
|
43743
|
+
# Corresponds to the JSON property `splitClassifyProcessorInfo`
|
43744
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo]
|
43745
|
+
attr_accessor :split_classify_processor_info
|
43746
|
+
|
43569
43747
|
def initialize(**args)
|
43570
43748
|
update!(**args)
|
43571
43749
|
end
|
43572
43750
|
|
43573
43751
|
# Update properties of this object
|
43574
43752
|
def update!(**args)
|
43575
|
-
@classify_split_processor_infos = args[:classify_split_processor_infos] if args.key?(:classify_split_processor_infos)
|
43576
43753
|
@extract_processor_infos = args[:extract_processor_infos] if args.key?(:extract_processor_infos)
|
43577
43754
|
@input_path = args[:input_path] if args.key?(:input_path)
|
43578
43755
|
@processor_results_folder_path = args[:processor_results_folder_path] if args.key?(:processor_results_folder_path)
|
43756
|
+
@split_classify_processor_info = args[:split_classify_processor_info] if args.key?(:split_classify_processor_info)
|
43579
43757
|
end
|
43580
43758
|
end
|
43581
43759
|
|
@@ -44079,6 +44257,47 @@ module Google
|
|
44079
44257
|
end
|
44080
44258
|
end
|
44081
44259
|
|
44260
|
+
# The configuration of processing documents in Document Warehouse with DocAi
|
44261
|
+
# processors pipeline.
|
44262
|
+
class GoogleCloudContentwarehouseV1ProcessWithDocAi
|
44263
|
+
include Google::Apis::Core::Hashable
|
44264
|
+
|
44265
|
+
# The list of all the resource names of the documents to be processed. Format:
|
44266
|
+
# projects/`project_number`/locations/`location`/documents/`document_id`.
|
44267
|
+
# Corresponds to the JSON property `documents`
|
44268
|
+
# @return [Array<String>]
|
44269
|
+
attr_accessor :documents
|
44270
|
+
|
44271
|
+
# The Cloud Storage folder path used to store the exported documents before
|
44272
|
+
# being sent to CDW. Format: gs:///.
|
44273
|
+
# Corresponds to the JSON property `exportFolderPath`
|
44274
|
+
# @return [String]
|
44275
|
+
attr_accessor :export_folder_path
|
44276
|
+
|
44277
|
+
# The DocAI processor information.
|
44278
|
+
# Corresponds to the JSON property `processorInfo`
|
44279
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessorInfo]
|
44280
|
+
attr_accessor :processor_info
|
44281
|
+
|
44282
|
+
# The Cloud Storage folder path used to store the raw results from processors.
|
44283
|
+
# Format: gs:///.
|
44284
|
+
# Corresponds to the JSON property `processorResultsFolderPath`
|
44285
|
+
# @return [String]
|
44286
|
+
attr_accessor :processor_results_folder_path
|
44287
|
+
|
44288
|
+
def initialize(**args)
|
44289
|
+
update!(**args)
|
44290
|
+
end
|
44291
|
+
|
44292
|
+
# Update properties of this object
|
44293
|
+
def update!(**args)
|
44294
|
+
@documents = args[:documents] if args.key?(:documents)
|
44295
|
+
@export_folder_path = args[:export_folder_path] if args.key?(:export_folder_path)
|
44296
|
+
@processor_info = args[:processor_info] if args.key?(:processor_info)
|
44297
|
+
@processor_results_folder_path = args[:processor_results_folder_path] if args.key?(:processor_results_folder_path)
|
44298
|
+
end
|
44299
|
+
end
|
44300
|
+
|
44082
44301
|
# The DocAI processor information.
|
44083
44302
|
class GoogleCloudContentwarehouseV1ProcessorInfo
|
44084
44303
|
include Google::Apis::Core::Hashable
|
@@ -44756,6 +44975,12 @@ module Google
|
|
44756
44975
|
# @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline]
|
44757
44976
|
attr_accessor :gcs_ingest_with_doc_ai_processors_pipeline
|
44758
44977
|
|
44978
|
+
# The configuration of processing documents in Document Warehouse with DocAi
|
44979
|
+
# processors pipeline.
|
44980
|
+
# Corresponds to the JSON property `processWithDocAiPipeline`
|
44981
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ProcessWithDocAi]
|
44982
|
+
attr_accessor :process_with_doc_ai_pipeline
|
44983
|
+
|
44759
44984
|
def initialize(**args)
|
44760
44985
|
update!(**args)
|
44761
44986
|
end
|
@@ -44765,6 +44990,7 @@ module Google
|
|
44765
44990
|
@export_cdw_pipeline = args[:export_cdw_pipeline] if args.key?(:export_cdw_pipeline)
|
44766
44991
|
@gcs_ingest_pipeline = args[:gcs_ingest_pipeline] if args.key?(:gcs_ingest_pipeline)
|
44767
44992
|
@gcs_ingest_with_doc_ai_processors_pipeline = args[:gcs_ingest_with_doc_ai_processors_pipeline] if args.key?(:gcs_ingest_with_doc_ai_processors_pipeline)
|
44993
|
+
@process_with_doc_ai_pipeline = args[:process_with_doc_ai_pipeline] if args.key?(:process_with_doc_ai_pipeline)
|
44768
44994
|
end
|
44769
44995
|
end
|
44770
44996
|
|
@@ -47589,7 +47815,7 @@ module Google
|
|
47589
47815
|
# @return [String]
|
47590
47816
|
attr_accessor :committed_until
|
47591
47817
|
|
47592
|
-
# TODO(b/265939748) To be removed, always false
|
47818
|
+
# TODO(b/265939748) To be removed, always false.
|
47593
47819
|
# Corresponds to the JSON property `committedUntilIsMixed`
|
47594
47820
|
# @return [Boolean]
|
47595
47821
|
attr_accessor :committed_until_is_mixed
|
@@ -47673,7 +47899,7 @@ module Google
|
|
47673
47899
|
# @return [String]
|
47674
47900
|
attr_accessor :committed_until
|
47675
47901
|
|
47676
|
-
# TODO(b/265939748) To be removed, always false
|
47902
|
+
# TODO(b/265939748) To be removed, always false.
|
47677
47903
|
# Corresponds to the JSON property `committedUntilIsMixed`
|
47678
47904
|
# @return [Boolean]
|
47679
47905
|
attr_accessor :committed_until_is_mixed
|
@@ -47730,7 +47956,7 @@ module Google
|
|
47730
47956
|
# @return [String]
|
47731
47957
|
attr_accessor :committed_until
|
47732
47958
|
|
47733
|
-
# TODO(b/265939748) To be removed, always false
|
47959
|
+
# TODO(b/265939748) To be removed, always false.
|
47734
47960
|
# Corresponds to the JSON property `committedUntilIsMixed`
|
47735
47961
|
# @return [Boolean]
|
47736
47962
|
attr_accessor :committed_until_is_mixed
|
@@ -47863,7 +48089,7 @@ module Google
|
|
47863
48089
|
# @return [String]
|
47864
48090
|
attr_accessor :committed_until
|
47865
48091
|
|
47866
|
-
# TODO(b/265939748) To be removed, always false
|
48092
|
+
# TODO(b/265939748) To be removed, always false.
|
47867
48093
|
# Corresponds to the JSON property `committedUntilIsMixed`
|
47868
48094
|
# @return [Boolean]
|
47869
48095
|
attr_accessor :committed_until_is_mixed
|
@@ -53830,7 +54056,7 @@ module Google
|
|
53830
54056
|
end
|
53831
54057
|
end
|
53832
54058
|
|
53833
|
-
# Next Tag:
|
54059
|
+
# Next Tag: 49
|
53834
54060
|
class ImageRepositoryContentBasedVideoMetadata
|
53835
54061
|
include Google::Apis::Core::Hashable
|
53836
54062
|
|
@@ -53911,6 +54137,11 @@ module Google
|
|
53911
54137
|
# @return [Google::Apis::ContentwarehouseV1::ImageData]
|
53912
54138
|
attr_accessor :representative_frame_data
|
53913
54139
|
|
54140
|
+
# Next Tag: 8
|
54141
|
+
# Corresponds to the JSON property `s3Asr`
|
54142
|
+
# @return [Google::Apis::ContentwarehouseV1::ImageRepositoryAmarnaCloudSpeechSignals]
|
54143
|
+
attr_accessor :s3_asr
|
54144
|
+
|
53914
54145
|
# Next Tag: 9
|
53915
54146
|
# Corresponds to the JSON property `s3LanguageIdentification`
|
53916
54147
|
# @return [Google::Apis::ContentwarehouseV1::ImageRepositoryS3LangIdSignals]
|
@@ -54064,6 +54295,7 @@ module Google
|
|
54064
54295
|
@loudness_data = args[:loudness_data] if args.key?(:loudness_data)
|
54065
54296
|
@media_info = args[:media_info] if args.key?(:media_info)
|
54066
54297
|
@representative_frame_data = args[:representative_frame_data] if args.key?(:representative_frame_data)
|
54298
|
+
@s3_asr = args[:s3_asr] if args.key?(:s3_asr)
|
54067
54299
|
@s3_language_identification = args[:s3_language_identification] if args.key?(:s3_language_identification)
|
54068
54300
|
@safesearch_video_content_signals = args[:safesearch_video_content_signals] if args.key?(:safesearch_video_content_signals)
|
54069
54301
|
@search_docid = args[:search_docid] if args.key?(:search_docid)
|
@@ -54957,7 +55189,7 @@ module Google
|
|
54957
55189
|
attr_accessor :audio_only
|
54958
55190
|
alias_method :audio_only?, :audio_only
|
54959
55191
|
|
54960
|
-
# Next Tag:
|
55192
|
+
# Next Tag: 49
|
54961
55193
|
# Corresponds to the JSON property `contentBasedMetadata`
|
54962
55194
|
# @return [Google::Apis::ContentwarehouseV1::ImageRepositoryContentBasedVideoMetadata]
|
54963
55195
|
attr_accessor :content_based_metadata
|
@@ -55180,10 +55412,15 @@ module Google
|
|
55180
55412
|
end
|
55181
55413
|
end
|
55182
55414
|
|
55183
|
-
#
|
55415
|
+
# A protocol buffer to store the OCR annotation. Next available tag id: 10.
|
55184
55416
|
class ImageSafesearchContentOcrAnnotation
|
55185
55417
|
include Google::Apis::Core::Hashable
|
55186
55418
|
|
55419
|
+
# A string that indicates the version of SafeSearch OCR annotation.
|
55420
|
+
# Corresponds to the JSON property `ocrAnnotationVersion`
|
55421
|
+
# @return [String]
|
55422
|
+
attr_accessor :ocr_annotation_version
|
55423
|
+
|
55187
55424
|
# The score produced by Aksara geometry and spoof score. Describes the '
|
55188
55425
|
# visibility' or 'importance' of the text on the image [0, 1]
|
55189
55426
|
# Corresponds to the JSON property `ocrProminenceScore`
|
@@ -55227,6 +55464,7 @@ module Google
|
|
55227
55464
|
|
55228
55465
|
# Update properties of this object
|
55229
55466
|
def update!(**args)
|
55467
|
+
@ocr_annotation_version = args[:ocr_annotation_version] if args.key?(:ocr_annotation_version)
|
55230
55468
|
@ocr_prominence_score = args[:ocr_prominence_score] if args.key?(:ocr_prominence_score)
|
55231
55469
|
@porn_score = args[:porn_score] if args.key?(:porn_score)
|
55232
55470
|
@prominent_offensive_score = args[:prominent_offensive_score] if args.key?(:prominent_offensive_score)
|
@@ -62148,7 +62386,7 @@ module Google
|
|
62148
62386
|
# @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersSensitivitySensitivity]
|
62149
62387
|
attr_accessor :sensitivity
|
62150
62388
|
|
62151
|
-
# Next ID:
|
62389
|
+
# Next ID: 36
|
62152
62390
|
# Corresponds to the JSON property `signals`
|
62153
62391
|
# @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryFunctionCallSignals]
|
62154
62392
|
attr_accessor :signals
|
@@ -62180,7 +62418,7 @@ module Google
|
|
62180
62418
|
end
|
62181
62419
|
end
|
62182
62420
|
|
62183
|
-
# Next ID:
|
62421
|
+
# Next ID: 36
|
62184
62422
|
class KnowledgeAnswersIntentQueryFunctionCallSignals
|
62185
62423
|
include Google::Apis::Core::Hashable
|
62186
62424
|
|
@@ -62349,7 +62587,7 @@ module Google
|
|
62349
62587
|
|
62350
62588
|
# Signals to be used by the Prefulfillment Ranker. Derived from the
|
62351
62589
|
# ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
|
62352
|
-
# Next ID:
|
62590
|
+
# Next ID: 41
|
62353
62591
|
# Corresponds to the JSON property `prefulfillmentSignals`
|
62354
62592
|
# @return [Google::Apis::ContentwarehouseV1::AssistantPrefulfillmentRankerPrefulfillmentSignals]
|
62355
62593
|
attr_accessor :prefulfillment_signals
|
@@ -62367,6 +62605,12 @@ module Google
|
|
62367
62605
|
# @return [String]
|
62368
62606
|
attr_accessor :refx_summary_node_id
|
62369
62607
|
|
62608
|
+
# SRM signal data. Properties here should be nonsemantic. Semantic properties
|
62609
|
+
# should be modeled directly in the SRM.
|
62610
|
+
# Corresponds to the JSON property `responseMeaningSignals`
|
62611
|
+
# @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryResponseMeaningSignalsResponseMeaningSignals]
|
62612
|
+
attr_accessor :response_meaning_signals
|
62613
|
+
|
62370
62614
|
# The list of result supports for this FunctionCall.
|
62371
62615
|
# Corresponds to the JSON property `resultSupport`
|
62372
62616
|
# @return [Array<Google::Apis::ContentwarehouseV1::UniversalsearchNewPackerKnowledgeResultSupport>]
|
@@ -62436,6 +62680,7 @@ module Google
|
|
62436
62680
|
@prefulfillment_signals = args[:prefulfillment_signals] if args.key?(:prefulfillment_signals)
|
62437
62681
|
@referential_resolution = args[:referential_resolution] if args.key?(:referential_resolution)
|
62438
62682
|
@refx_summary_node_id = args[:refx_summary_node_id] if args.key?(:refx_summary_node_id)
|
62683
|
+
@response_meaning_signals = args[:response_meaning_signals] if args.key?(:response_meaning_signals)
|
62439
62684
|
@result_support = args[:result_support] if args.key?(:result_support)
|
62440
62685
|
@role = args[:role] if args.key?(:role)
|
62441
62686
|
@selected_by_prefulfillment_ranking = args[:selected_by_prefulfillment_ranking] if args.key?(:selected_by_prefulfillment_ranking)
|
@@ -63077,6 +63322,26 @@ module Google
|
|
63077
63322
|
end
|
63078
63323
|
end
|
63079
63324
|
|
63325
|
+
# SRM signal data. Properties here should be nonsemantic. Semantic properties
|
63326
|
+
# should be modeled directly in the SRM.
|
63327
|
+
class KnowledgeAnswersIntentQueryResponseMeaningSignalsResponseMeaningSignals
|
63328
|
+
include Google::Apis::Core::Hashable
|
63329
|
+
|
63330
|
+
#
|
63331
|
+
# Corresponds to the JSON property `propertyValue`
|
63332
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::FreebasePropertyValue>]
|
63333
|
+
attr_accessor :property_value
|
63334
|
+
|
63335
|
+
def initialize(**args)
|
63336
|
+
update!(**args)
|
63337
|
+
end
|
63338
|
+
|
63339
|
+
# Update properties of this object
|
63340
|
+
def update!(**args)
|
63341
|
+
@property_value = args[:property_value] if args.key?(:property_value)
|
63342
|
+
end
|
63343
|
+
end
|
63344
|
+
|
63080
63345
|
# Signals derived from overlapping saft annotations.
|
63081
63346
|
class KnowledgeAnswersIntentQuerySaftSignals
|
63082
63347
|
include Google::Apis::Core::Hashable
|
@@ -65861,7 +66126,7 @@ module Google
|
|
65861
66126
|
# process* the triple. Read: fields below really shouldn't be part of the cross-
|
65862
66127
|
# system Triple proto at all. But because Triple is used both as an internal and
|
65863
66128
|
# an external KG API, we at least want to "hide" those fields that ought to be
|
65864
|
-
# purely part of the internal source <-> LG contract. Next id:
|
66129
|
+
# purely part of the internal source <-> LG contract. Next id: 6
|
65865
66130
|
# Corresponds to the JSON property `lgMetadata`
|
65866
66131
|
# @return [Google::Apis::ContentwarehouseV1::StorageGraphBfgLivegraphProvenanceMetadata]
|
65867
66132
|
attr_accessor :lg_metadata
|
@@ -73629,6 +73894,25 @@ module Google
|
|
73629
73894
|
end
|
73630
73895
|
end
|
73631
73896
|
|
73897
|
+
#
|
73898
|
+
class NlpSemanticParsingLocalEvChargingStationConnectorConstraint
|
73899
|
+
include Google::Apis::Core::Hashable
|
73900
|
+
|
73901
|
+
#
|
73902
|
+
# Corresponds to the JSON property `connectorType`
|
73903
|
+
# @return [String]
|
73904
|
+
attr_accessor :connector_type
|
73905
|
+
|
73906
|
+
def initialize(**args)
|
73907
|
+
update!(**args)
|
73908
|
+
end
|
73909
|
+
|
73910
|
+
# Update properties of this object
|
73911
|
+
def update!(**args)
|
73912
|
+
@connector_type = args[:connector_type] if args.key?(:connector_type)
|
73913
|
+
end
|
73914
|
+
end
|
73915
|
+
|
73632
73916
|
# There is an implicit AND relation if multiple EVCS constraint types are
|
73633
73917
|
# specified.
|
73634
73918
|
class NlpSemanticParsingLocalEvChargingStationSpeedConstraint
|
@@ -74488,7 +74772,7 @@ module Google
|
|
74488
74772
|
# location and can be nested accordingly. E.g., for a compound location the
|
74489
74773
|
# constraint may be associated with the entire location or with either of the
|
74490
74774
|
# two internal locations (loc_1 and loc_2). There is an implicit AND relation
|
74491
|
-
# between the different constraints. Next ID:
|
74775
|
+
# between the different constraints. Next ID: 25.
|
74492
74776
|
class NlpSemanticParsingLocalLocationConstraint
|
74493
74777
|
include Google::Apis::Core::Hashable
|
74494
74778
|
|
@@ -74509,6 +74793,12 @@ module Google
|
|
74509
74793
|
# @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingLocalCuisineConstraint]
|
74510
74794
|
attr_accessor :cuisine
|
74511
74795
|
|
74796
|
+
# Used for populating ElectricVehicleConnectorRefinement from QBF go/evcs-qbf-
|
74797
|
+
# connector
|
74798
|
+
# Corresponds to the JSON property `evcsConnectorConstraint`
|
74799
|
+
# @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingLocalEvChargingStationConnectorConstraint]
|
74800
|
+
attr_accessor :evcs_connector_constraint
|
74801
|
+
|
74512
74802
|
# There is an implicit AND relation if multiple EVCS constraint types are
|
74513
74803
|
# specified.
|
74514
74804
|
# Corresponds to the JSON property `evcsSpeedConstraint`
|
@@ -74634,6 +74924,7 @@ module Google
|
|
74634
74924
|
@amenities = args[:amenities] if args.key?(:amenities)
|
74635
74925
|
@chain_member = args[:chain_member] if args.key?(:chain_member)
|
74636
74926
|
@cuisine = args[:cuisine] if args.key?(:cuisine)
|
74927
|
+
@evcs_connector_constraint = args[:evcs_connector_constraint] if args.key?(:evcs_connector_constraint)
|
74637
74928
|
@evcs_speed_constraint = args[:evcs_speed_constraint] if args.key?(:evcs_speed_constraint)
|
74638
74929
|
@gcid_constraint = args[:gcid_constraint] if args.key?(:gcid_constraint)
|
74639
74930
|
@health_insurance = args[:health_insurance] if args.key?(:health_insurance)
|
@@ -83402,7 +83693,7 @@ module Google
|
|
83402
83693
|
# Mustang and TeraGoogle. For TeraGoogle, this message is included in perdocdata
|
83403
83694
|
# which means it can be used in preliminary scoring. CAREFUL: For TeraGoogle,
|
83404
83695
|
# this data resides in very limited serving memory (Flash storage) for a huge
|
83405
|
-
# number of documents. Next id:
|
83696
|
+
# number of documents. Next id: 42
|
83406
83697
|
# Corresponds to the JSON property `compressedQualitySignals`
|
83407
83698
|
# @return [Google::Apis::ContentwarehouseV1::CompressedQualitySignals]
|
83408
83699
|
attr_accessor :compressed_quality_signals
|
@@ -83754,6 +84045,11 @@ module Google
|
|
83754
84045
|
# @return [Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplication]
|
83755
84046
|
attr_accessor :rs_application
|
83756
84047
|
|
84048
|
+
# S3 based Audio language information about a Watch Page.
|
84049
|
+
# Corresponds to the JSON property `s3AudioLanguage`
|
84050
|
+
# @return [Google::Apis::ContentwarehouseV1::S3AudioLanguageS3AudioLanguage]
|
84051
|
+
attr_accessor :s3_audio_language
|
84052
|
+
|
83757
84053
|
# Top document language as generated by SAFT LangID. For now we store bare
|
83758
84054
|
# minimum: just the top 1 language value, converted to the language enum, and
|
83759
84055
|
# only when different from the first value in 'languages'.
|
@@ -84111,6 +84407,7 @@ module Google
|
|
84111
84407
|
@queries_for_which_official = args[:queries_for_which_official] if args.key?(:queries_for_which_official)
|
84112
84408
|
@rosetta_languages = args[:rosetta_languages] if args.key?(:rosetta_languages)
|
84113
84409
|
@rs_application = args[:rs_application] if args.key?(:rs_application)
|
84410
|
+
@s3_audio_language = args[:s3_audio_language] if args.key?(:s3_audio_language)
|
84114
84411
|
@saft_language_int = args[:saft_language_int] if args.key?(:saft_language_int)
|
84115
84412
|
@scaled_selection_tier_rank = args[:scaled_selection_tier_rank] if args.key?(:scaled_selection_tier_rank)
|
84116
84413
|
@science_doctype = args[:science_doctype] if args.key?(:science_doctype)
|
@@ -87093,8 +87390,7 @@ module Google
|
|
87093
87390
|
# @return [Fixnum]
|
87094
87391
|
attr_accessor :number_faces
|
87095
87392
|
|
87096
|
-
#
|
87097
|
-
# public/ocr_annotation.proto.
|
87393
|
+
# A protocol buffer to store the OCR annotation. Next available tag id: 10.
|
87098
87394
|
# Corresponds to the JSON property `ocrAnnotation`
|
87099
87395
|
# @return [Google::Apis::ContentwarehouseV1::ImageSafesearchContentOcrAnnotation]
|
87100
87396
|
attr_accessor :ocr_annotation
|
@@ -94777,26 +95073,6 @@ module Google
|
|
94777
95073
|
end
|
94778
95074
|
end
|
94779
95075
|
|
94780
|
-
#
|
94781
|
-
class QualityTimebasedOldnessInfo
|
94782
|
-
include Google::Apis::Core::Hashable
|
94783
|
-
|
94784
|
-
# Set to true if this page is considered old.
|
94785
|
-
# Corresponds to the JSON property `isOldPage`
|
94786
|
-
# @return [Boolean]
|
94787
|
-
attr_accessor :is_old_page
|
94788
|
-
alias_method :is_old_page?, :is_old_page
|
94789
|
-
|
94790
|
-
def initialize(**args)
|
94791
|
-
update!(**args)
|
94792
|
-
end
|
94793
|
-
|
94794
|
-
# Update properties of this object
|
94795
|
-
def update!(**args)
|
94796
|
-
@is_old_page = args[:is_old_page] if args.key?(:is_old_page)
|
94797
|
-
end
|
94798
|
-
end
|
94799
|
-
|
94800
95076
|
#
|
94801
95077
|
class QualityTimebasedPageType
|
94802
95078
|
include Google::Apis::Core::Hashable
|
@@ -101643,11 +101919,6 @@ module Google
|
|
101643
101919
|
# @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlMatchingMetadata]
|
101644
101920
|
attr_accessor :matching_metadata
|
101645
101921
|
|
101646
|
-
#
|
101647
|
-
# Corresponds to the JSON property `obsoleteAnchorsWithoutInterwiki`
|
101648
|
-
# @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefSimplifiedAnchors]
|
101649
|
-
attr_accessor :obsolete_anchors_without_interwiki
|
101650
|
-
|
101651
101922
|
# Encapsulates additional CDoc metadata needed by Refcon.
|
101652
101923
|
# Corresponds to the JSON property `refconDocumentMetadata`
|
101653
101924
|
# @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefRefconRefconDocumentMetadata]
|
@@ -101679,7 +101950,6 @@ module Google
|
|
101679
101950
|
@cdoc_container = args[:cdoc_container] if args.key?(:cdoc_container)
|
101680
101951
|
@document_mention_spans = args[:document_mention_spans] if args.key?(:document_mention_spans)
|
101681
101952
|
@matching_metadata = args[:matching_metadata] if args.key?(:matching_metadata)
|
101682
|
-
@obsolete_anchors_without_interwiki = args[:obsolete_anchors_without_interwiki] if args.key?(:obsolete_anchors_without_interwiki)
|
101683
101953
|
@refcon_document_metadata = args[:refcon_document_metadata] if args.key?(:refcon_document_metadata)
|
101684
101954
|
@source_snapshot_type = args[:source_snapshot_type] if args.key?(:source_snapshot_type)
|
101685
101955
|
@url = args[:url] if args.key?(:url)
|
@@ -105198,6 +105468,38 @@ module Google
|
|
105198
105468
|
end
|
105199
105469
|
end
|
105200
105470
|
|
105471
|
+
# S3 based Audio language information about a Watch Page.
|
105472
|
+
class S3AudioLanguageS3AudioLanguage
|
105473
|
+
include Google::Apis::Core::Hashable
|
105474
|
+
|
105475
|
+
# Audio language of video classified by Automatic Language Identification. It
|
105476
|
+
# corresponds to the langid_result in S3LangIdSignals.
|
105477
|
+
# Corresponds to the JSON property `language`
|
105478
|
+
# @return [String]
|
105479
|
+
attr_accessor :language
|
105480
|
+
|
105481
|
+
# Confidence interval of the recognized language.
|
105482
|
+
# Corresponds to the JSON property `languageConfidence`
|
105483
|
+
# @return [String]
|
105484
|
+
attr_accessor :language_confidence
|
105485
|
+
|
105486
|
+
# Type of detected speech.
|
105487
|
+
# Corresponds to the JSON property `speechClass`
|
105488
|
+
# @return [String]
|
105489
|
+
attr_accessor :speech_class
|
105490
|
+
|
105491
|
+
def initialize(**args)
|
105492
|
+
update!(**args)
|
105493
|
+
end
|
105494
|
+
|
105495
|
+
# Update properties of this object
|
105496
|
+
def update!(**args)
|
105497
|
+
@language = args[:language] if args.key?(:language)
|
105498
|
+
@language_confidence = args[:language_confidence] if args.key?(:language_confidence)
|
105499
|
+
@speech_class = args[:speech_class] if args.key?(:speech_class)
|
105500
|
+
end
|
105501
|
+
end
|
105502
|
+
|
105201
105503
|
# A proto that stores SafeSearch internal signals that are not exported to
|
105202
105504
|
# clients.
|
105203
105505
|
class SafesearchInternalImageSignals
|
@@ -108774,6 +109076,11 @@ module Google
|
|
108774
109076
|
# @return [Fixnum]
|
108775
109077
|
attr_accessor :inferred_image_id
|
108776
109078
|
|
109079
|
+
#
|
109080
|
+
# Corresponds to the JSON property `inferredImageSource`
|
109081
|
+
# @return [String]
|
109082
|
+
attr_accessor :inferred_image_source
|
109083
|
+
|
108777
109084
|
#
|
108778
109085
|
# Corresponds to the JSON property `inferredImageType`
|
108779
109086
|
# @return [String]
|
@@ -108786,6 +109093,7 @@ module Google
|
|
108786
109093
|
# Update properties of this object
|
108787
109094
|
def update!(**args)
|
108788
109095
|
@inferred_image_id = args[:inferred_image_id] if args.key?(:inferred_image_id)
|
109096
|
+
@inferred_image_source = args[:inferred_image_source] if args.key?(:inferred_image_source)
|
108789
109097
|
@inferred_image_type = args[:inferred_image_type] if args.key?(:inferred_image_type)
|
108790
109098
|
end
|
108791
109099
|
end
|
@@ -109017,7 +109325,7 @@ module Google
|
|
109017
109325
|
attr_accessor :deprecated_mobile_homepage_docid
|
109018
109326
|
|
109019
109327
|
# Indicates if the page is violating mobile ads density interstitial policy and
|
109020
|
-
# the
|
109328
|
+
# the violation strength. See go/interstitials-for-ads and http://ariane/268642
|
109021
109329
|
# for details. To save indexing space, we convert the double values in [0.0, 1.0]
|
109022
109330
|
# to intergers in range [0, 1000] by using floor(value * 1000).
|
109023
109331
|
# Corresponds to the JSON property `adsDensityInterstitialViolationStrength`
|
@@ -110428,10 +110736,18 @@ module Google
|
|
110428
110736
|
|
110429
110737
|
# A reference to a photo in either Photos Backend or SGI storage. This message
|
110430
110738
|
# should be treated as an opaque blob to avoid a dependency on a specific
|
110431
|
-
# storage backend.
|
110739
|
+
# storage backend. This version of ImageReference is visible outside of SGBE. Do
|
110740
|
+
# not add fields that should not be exposed outside of Profile Service and Image
|
110741
|
+
# Service.
|
110432
110742
|
class SocialGraphApiProtoImageReference
|
110433
110743
|
include Google::Apis::Core::Hashable
|
110434
110744
|
|
110745
|
+
# Identifies the most recent version of this photo. Use this as a FIFE param (ie
|
110746
|
+
# -iv12) to prevent reads of a stale version.
|
110747
|
+
# Corresponds to the JSON property `contentVersion`
|
110748
|
+
# @return [Fixnum]
|
110749
|
+
attr_accessor :content_version
|
110750
|
+
|
110435
110751
|
# Unique identifier for the photo. For now, this will always be a Photos Backend
|
110436
110752
|
# media key.
|
110437
110753
|
# Corresponds to the JSON property `mediaId`
|
@@ -110444,6 +110760,7 @@ module Google
|
|
110444
110760
|
|
110445
110761
|
# Update properties of this object
|
110446
110762
|
def update!(**args)
|
110763
|
+
@content_version = args[:content_version] if args.key?(:content_version)
|
110447
110764
|
@media_id = args[:media_id] if args.key?(:media_id)
|
110448
110765
|
end
|
110449
110766
|
end
|
@@ -112795,10 +113112,19 @@ module Google
|
|
112795
113112
|
# process* the triple. Read: fields below really shouldn't be part of the cross-
|
112796
113113
|
# system Triple proto at all. But because Triple is used both as an internal and
|
112797
113114
|
# an external KG API, we at least want to "hide" those fields that ought to be
|
112798
|
-
# purely part of the internal source <-> LG contract. Next id:
|
113115
|
+
# purely part of the internal source <-> LG contract. Next id: 6
|
112799
113116
|
class StorageGraphBfgLivegraphProvenanceMetadata
|
112800
113117
|
include Google::Apis::Core::Hashable
|
112801
113118
|
|
113119
|
+
# If one triple is directly-written after recon by LG without going through
|
113120
|
+
# Composer, we add the record id it's from. Otherwise, it's empty. Note: 1) LG
|
113121
|
+
# will dedup record ids before updating it. So this field shouldn't see
|
113122
|
+
# duplicated record ids. 2) This is used internally by LG only. So if set by
|
113123
|
+
# clients, they will be dropped by LG.
|
113124
|
+
# Corresponds to the JSON property `directWriteRecordIds`
|
113125
|
+
# @return [Array<String>]
|
113126
|
+
attr_accessor :direct_write_record_ids
|
113127
|
+
|
112802
113128
|
# Identifies the LG internal writers that asserted the triple. This is the same
|
112803
113129
|
# as 'origin_id' in LG. This will only be populated by the LG writers to
|
112804
113130
|
# FactStore
|
@@ -112851,6 +113177,7 @@ module Google
|
|
112851
113177
|
|
112852
113178
|
# Update properties of this object
|
112853
113179
|
def update!(**args)
|
113180
|
+
@direct_write_record_ids = args[:direct_write_record_ids] if args.key?(:direct_write_record_ids)
|
112854
113181
|
@lg_internal_writer_id = args[:lg_internal_writer_id] if args.key?(:lg_internal_writer_id)
|
112855
113182
|
@provenance_only_addition = args[:provenance_only_addition] if args.key?(:provenance_only_addition)
|
112856
113183
|
@triangulation_key = args[:triangulation_key] if args.key?(:triangulation_key)
|
@@ -113147,7 +113474,7 @@ module Google
|
|
113147
113474
|
# process* the triple. Read: fields below really shouldn't be part of the cross-
|
113148
113475
|
# system Triple proto at all. But because Triple is used both as an internal and
|
113149
113476
|
# an external KG API, we at least want to "hide" those fields that ought to be
|
113150
|
-
# purely part of the internal source <-> LG contract. Next id:
|
113477
|
+
# purely part of the internal source <-> LG contract. Next id: 6
|
113151
113478
|
# Corresponds to the JSON property `lgMetadata`
|
113152
113479
|
# @return [Google::Apis::ContentwarehouseV1::StorageGraphBfgLivegraphProvenanceMetadata]
|
113153
113480
|
attr_accessor :lg_metadata
|