google-apis-contentwarehouse_v1 0.29.0 → 0.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af271af5fe840e315bcaf3a6555a26e10a9914f7a58115b35906c85923c0f09b
|
4
|
+
data.tar.gz: aa1184d4c1dbbd0a94c678a48932a502fdc329315823640b86e214c5dc8a16e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0401d961faa70fef215eef9400a7ada08970610f210a714e6da05fcf229d3fbee40b77a113093c9617b83ab2d185ed23f1b63df15784d782b6fe1b7318673e6a
|
7
|
+
data.tar.gz: 8efa033ad5dc3386ecff9807564c33f11c0cd884e20408003c00b9b01c091586824124544615a2bc535ee3e0b4d2c0fcf5a20a5a7f65b3f5d5ad1cc735359dc4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-contentwarehouse_v1
|
2
2
|
|
3
|
+
### v0.31.0 (2023-11-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231106
|
6
|
+
|
7
|
+
### v0.30.0 (2023-11-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20231026
|
10
|
+
|
3
11
|
### v0.29.0 (2023-10-29)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20231020
|
@@ -9225,6 +9225,13 @@ module Google
|
|
9225
9225
|
attr_accessor :searchable_on_server
|
9226
9226
|
alias_method :searchable_on_server?, :searchable_on_server
|
9227
9227
|
|
9228
|
+
# Indicates whether the provider supports playback of 3P(externally hosted)
|
9229
|
+
# podcasts.
|
9230
|
+
# Corresponds to the JSON property `supports3pPodcastPlayback`
|
9231
|
+
# @return [Boolean]
|
9232
|
+
attr_accessor :supports3p_podcast_playback
|
9233
|
+
alias_method :supports3p_podcast_playback?, :supports3p_podcast_playback
|
9234
|
+
|
9228
9235
|
# This provider has an app that supports starting new media playback when there
|
9229
9236
|
# is no screen (e.g. by integrating with the Bisto SDK).
|
9230
9237
|
# Corresponds to the JSON property `supportsScreenlessInitiation`
|
@@ -9253,6 +9260,7 @@ module Google
|
|
9253
9260
|
@routable_to_provider_cloud = args[:routable_to_provider_cloud] if args.key?(:routable_to_provider_cloud)
|
9254
9261
|
@searchable_on_device = args[:searchable_on_device] if args.key?(:searchable_on_device)
|
9255
9262
|
@searchable_on_server = args[:searchable_on_server] if args.key?(:searchable_on_server)
|
9263
|
+
@supports3p_podcast_playback = args[:supports3p_podcast_playback] if args.key?(:supports3p_podcast_playback)
|
9256
9264
|
@supports_screenless_initiation = args[:supports_screenless_initiation] if args.key?(:supports_screenless_initiation)
|
9257
9265
|
@whitelisted_for_annotation = args[:whitelisted_for_annotation] if args.key?(:whitelisted_for_annotation)
|
9258
9266
|
end
|
@@ -11790,7 +11798,7 @@ module Google
|
|
11790
11798
|
|
11791
11799
|
# LINT.IfChange(ungoverned_message_notification) This proto captures the
|
11792
11800
|
# contents of a messaging app notification that is typically part of a
|
11793
|
-
# conversation thread. Next Id:
|
11801
|
+
# conversation thread. Next Id: 21
|
11794
11802
|
class AssistantApiCoreTypesMessageNotification
|
11795
11803
|
include Google::Apis::Core::Hashable
|
11796
11804
|
|
@@ -11845,6 +11853,11 @@ module Google
|
|
11845
11853
|
# @return [String]
|
11846
11854
|
attr_accessor :message_recipient_type
|
11847
11855
|
|
11856
|
+
# Word count of the message
|
11857
|
+
# Corresponds to the JSON property `messageWordCount`
|
11858
|
+
# @return [Fixnum]
|
11859
|
+
attr_accessor :message_word_count
|
11860
|
+
|
11848
11861
|
# Mime type of the data_uri. e.g. 'audio/wav', 'video/mp4', 'image/png'.
|
11849
11862
|
# Corresponds to the JSON property `mimeType`
|
11850
11863
|
# @return [String]
|
@@ -11917,6 +11930,7 @@ module Google
|
|
11917
11930
|
@mark_as_read_action_available = args[:mark_as_read_action_available] if args.key?(:mark_as_read_action_available)
|
11918
11931
|
@message_length = args[:message_length] if args.key?(:message_length)
|
11919
11932
|
@message_recipient_type = args[:message_recipient_type] if args.key?(:message_recipient_type)
|
11933
|
+
@message_word_count = args[:message_word_count] if args.key?(:message_word_count)
|
11920
11934
|
@mime_type = args[:mime_type] if args.key?(:mime_type)
|
11921
11935
|
@notification_entries = args[:notification_entries] if args.key?(:notification_entries)
|
11922
11936
|
@notification_icon_key = args[:notification_icon_key] if args.key?(:notification_icon_key)
|
@@ -12413,6 +12427,27 @@ module Google
|
|
12413
12427
|
end
|
12414
12428
|
end
|
12415
12429
|
|
12430
|
+
#
|
12431
|
+
class AssistantApiDataValidateCapabilities
|
12432
|
+
include Google::Apis::Core::Hashable
|
12433
|
+
|
12434
|
+
# If true, data.VALIDATE should be routed to the tethered device (if present) if
|
12435
|
+
# the tethered device supports data.VALIDATE and the primary device does not.
|
12436
|
+
# Corresponds to the JSON property `fallbackToTetheredDevice`
|
12437
|
+
# @return [Boolean]
|
12438
|
+
attr_accessor :fallback_to_tethered_device
|
12439
|
+
alias_method :fallback_to_tethered_device?, :fallback_to_tethered_device
|
12440
|
+
|
12441
|
+
def initialize(**args)
|
12442
|
+
update!(**args)
|
12443
|
+
end
|
12444
|
+
|
12445
|
+
# Update properties of this object
|
12446
|
+
def update!(**args)
|
12447
|
+
@fallback_to_tethered_device = args[:fallback_to_tethered_device] if args.key?(:fallback_to_tethered_device)
|
12448
|
+
end
|
12449
|
+
end
|
12450
|
+
|
12416
12451
|
# A Gregorian calendar date.
|
12417
12452
|
class AssistantApiDate
|
12418
12453
|
include Google::Apis::Core::Hashable
|
@@ -12513,7 +12548,7 @@ module Google
|
|
12513
12548
|
# enum. A surface's capabilities can differ from the device's. An example would
|
12514
12549
|
# be ANDROID_ALLO running on Pixel. Allo does not support AudioInput while the
|
12515
12550
|
# Pixel does. In this case, audio_input will be set to false for Assistant Allo
|
12516
|
-
# requests while it might be set to true for OPA_NEXUS requests. Next ID:
|
12551
|
+
# requests while it might be set to true for OPA_NEXUS requests. Next ID: 37
|
12517
12552
|
class AssistantApiDeviceCapabilities
|
12518
12553
|
include Google::Apis::Core::Hashable
|
12519
12554
|
|
@@ -12580,6 +12615,11 @@ module Google
|
|
12580
12615
|
# @return [Google::Apis::ContentwarehouseV1::AssistantApiContactLookupCapabilities]
|
12581
12616
|
attr_accessor :contact_lookup_capabilities
|
12582
12617
|
|
12618
|
+
#
|
12619
|
+
# Corresponds to the JSON property `dataValidateCapabilities`
|
12620
|
+
# @return [Google::Apis::ContentwarehouseV1::AssistantApiDataValidateCapabilities]
|
12621
|
+
attr_accessor :data_validate_capabilities
|
12622
|
+
|
12583
12623
|
# LINT.IfChange(DeviceId) Specifies identifier of a device AKA surface. Note
|
12584
12624
|
# there may be multiple device ids for the same physical device E.g. Allo app
|
12585
12625
|
# and Assistant app on Nexus. Note: DeviceId usage is complicated. Please do not
|
@@ -12753,6 +12793,7 @@ module Google
|
|
12753
12793
|
@cast = args[:cast] if args.key?(:cast)
|
12754
12794
|
@communication_ui_capabilities = args[:communication_ui_capabilities] if args.key?(:communication_ui_capabilities)
|
12755
12795
|
@contact_lookup_capabilities = args[:contact_lookup_capabilities] if args.key?(:contact_lookup_capabilities)
|
12796
|
+
@data_validate_capabilities = args[:data_validate_capabilities] if args.key?(:data_validate_capabilities)
|
12756
12797
|
@device_id = args[:device_id] if args.key?(:device_id)
|
12757
12798
|
@device_ux_mode = args[:device_ux_mode] if args.key?(:device_ux_mode)
|
12758
12799
|
@has_voice_telephony = args[:has_voice_telephony] if args.key?(:has_voice_telephony)
|
@@ -14599,7 +14640,7 @@ module Google
|
|
14599
14640
|
# enum. A surface's capabilities can differ from the device's. An example would
|
14600
14641
|
# be ANDROID_ALLO running on Pixel. Allo does not support AudioInput while the
|
14601
14642
|
# Pixel does. In this case, audio_input will be set to false for Assistant Allo
|
14602
|
-
# requests while it might be set to true for OPA_NEXUS requests. Next ID:
|
14643
|
+
# requests while it might be set to true for OPA_NEXUS requests. Next ID: 37
|
14603
14644
|
# Corresponds to the JSON property `capabilities`
|
14604
14645
|
# @return [Google::Apis::ContentwarehouseV1::AssistantApiDeviceCapabilities]
|
14605
14646
|
attr_accessor :capabilities
|
@@ -22418,7 +22459,7 @@ module Google
|
|
22418
22459
|
|
22419
22460
|
# Signals to be used by the Prefulfillment Ranker. Derived from the
|
22420
22461
|
# ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
|
22421
|
-
# Next ID:
|
22462
|
+
# Next ID: 69
|
22422
22463
|
class AssistantPrefulfillmentRankerPrefulfillmentSignals
|
22423
22464
|
include Google::Apis::Core::Hashable
|
22424
22465
|
|
@@ -22539,6 +22580,12 @@ module Google
|
|
22539
22580
|
# @return [String]
|
22540
22581
|
attr_accessor :intent_type
|
22541
22582
|
|
22583
|
+
#
|
22584
|
+
# Corresponds to the JSON property `isDummyIntent`
|
22585
|
+
# @return [Boolean]
|
22586
|
+
attr_accessor :is_dummy_intent
|
22587
|
+
alias_method :is_dummy_intent?, :is_dummy_intent
|
22588
|
+
|
22542
22589
|
# Feasibility of fulfilling the binding set. Eg: For PlayMedia, this is
|
22543
22590
|
# equivalent to playability. More details: go/hgr-feasibility-feature.
|
22544
22591
|
# Corresponds to the JSON property `isFeasible`
|
@@ -22816,6 +22863,7 @@ module Google
|
|
22816
22863
|
@intent_name_auis_score_exp = args[:intent_name_auis_score_exp] if args.key?(:intent_name_auis_score_exp)
|
22817
22864
|
@intent_name_pauis = args[:intent_name_pauis] if args.key?(:intent_name_pauis)
|
22818
22865
|
@intent_type = args[:intent_type] if args.key?(:intent_type)
|
22866
|
+
@is_dummy_intent = args[:is_dummy_intent] if args.key?(:is_dummy_intent)
|
22819
22867
|
@is_feasible = args[:is_feasible] if args.key?(:is_feasible)
|
22820
22868
|
@is_fully_grounded = args[:is_fully_grounded] if args.key?(:is_fully_grounded)
|
22821
22869
|
@is_high_confidence_podcast_intent = args[:is_high_confidence_podcast_intent] if args.key?(:is_high_confidence_podcast_intent)
|
@@ -35075,6 +35123,11 @@ module Google
|
|
35075
35123
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreAnchoredGeometryProto]
|
35076
35124
|
attr_accessor :anchored_geometry
|
35077
35125
|
|
35126
|
+
#
|
35127
|
+
# Corresponds to the JSON property `associatedEvChargingStation`
|
35128
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto>]
|
35129
|
+
attr_accessor :associated_ev_charging_station
|
35130
|
+
|
35078
35131
|
# The collection of attachments for this feature. Documentation: http://go/geo-
|
35079
35132
|
# attachments
|
35080
35133
|
# Corresponds to the JSON property `attachment`
|
@@ -35949,6 +36002,7 @@ module Google
|
|
35949
36002
|
@access_point = args[:access_point] if args.key?(:access_point)
|
35950
36003
|
@address = args[:address] if args.key?(:address)
|
35951
36004
|
@anchored_geometry = args[:anchored_geometry] if args.key?(:anchored_geometry)
|
36005
|
+
@associated_ev_charging_station = args[:associated_ev_charging_station] if args.key?(:associated_ev_charging_station)
|
35952
36006
|
@attachment = args[:attachment] if args.key?(:attachment)
|
35953
36007
|
@attribute = args[:attribute] if args.key?(:attribute)
|
35954
36008
|
@best_locale = args[:best_locale] if args.key?(:best_locale)
|
@@ -55610,7 +55664,7 @@ module Google
|
|
55610
55664
|
|
55611
55665
|
# This defines the per-doc data which is extracted from thumbnails and
|
55612
55666
|
# propagated over to indexing. It contains all information that can be used for
|
55613
|
-
# restricts. Next tag id:
|
55667
|
+
# restricts. Next tag id: 132
|
55614
55668
|
class ImageData
|
55615
55669
|
include Google::Apis::Core::Hashable
|
55616
55670
|
|
@@ -56033,6 +56087,11 @@ module Google
|
|
56033
56087
|
# @return [String]
|
56034
56088
|
attr_accessor :on_page_alternate_url
|
56035
56089
|
|
56090
|
+
# Image-only orbit intents (See: go/orbit-for-images-v2)
|
56091
|
+
# Corresponds to the JSON property `orbitIntents`
|
56092
|
+
# @return [Google::Apis::ContentwarehouseV1::QualityOrbitOrbitImageIntents]
|
56093
|
+
attr_accessor :orbit_intents
|
56094
|
+
|
56036
56095
|
# Encodes face number and largest face frac into a small package for storage in
|
56037
56096
|
# mustang. This is calculated directly from FaceDetectionResult.
|
56038
56097
|
# Corresponds to the JSON property `packedFullFaceInfo`
|
@@ -56252,6 +56311,7 @@ module Google
|
|
56252
56311
|
@ocr_taser = args[:ocr_taser] if args.key?(:ocr_taser)
|
56253
56312
|
@ocr_textboxes = args[:ocr_textboxes] if args.key?(:ocr_textboxes)
|
56254
56313
|
@on_page_alternate_url = args[:on_page_alternate_url] if args.key?(:on_page_alternate_url)
|
56314
|
+
@orbit_intents = args[:orbit_intents] if args.key?(:orbit_intents)
|
56255
56315
|
@packed_full_face_info = args[:packed_full_face_info] if args.key?(:packed_full_face_info)
|
56256
56316
|
@person_attributes = args[:person_attributes] if args.key?(:person_attributes)
|
56257
56317
|
@person_detection_signals = args[:person_detection_signals] if args.key?(:person_detection_signals)
|
@@ -57977,7 +58037,7 @@ module Google
|
|
57977
58037
|
|
57978
58038
|
# This defines the per-doc data which is extracted from thumbnails and
|
57979
58039
|
# propagated over to indexing. It contains all information that can be used for
|
57980
|
-
# restricts. Next tag id:
|
58040
|
+
# restricts. Next tag id: 132
|
57981
58041
|
# Corresponds to the JSON property `representativeFrameData`
|
57982
58042
|
# @return [Google::Apis::ContentwarehouseV1::ImageData]
|
57983
58043
|
attr_accessor :representative_frame_data
|
@@ -58345,7 +58405,7 @@ module Google
|
|
58345
58405
|
|
58346
58406
|
# This defines the per-doc data which is extracted from thumbnails and
|
58347
58407
|
# propagated over to indexing. It contains all information that can be used for
|
58348
|
-
# restricts. Next tag id:
|
58408
|
+
# restricts. Next tag id: 132
|
58349
58409
|
# Corresponds to the JSON property `perdoc`
|
58350
58410
|
# @return [Google::Apis::ContentwarehouseV1::ImageData]
|
58351
58411
|
attr_accessor :perdoc
|
@@ -64495,12 +64555,21 @@ module Google
|
|
64495
64555
|
class IndexingDocjoinerDataVersionVersionInfo
|
64496
64556
|
include Google::Apis::Core::Hashable
|
64497
64557
|
|
64558
|
+
# Sometimes, a piece of data may not exist for a document (and we don't want to
|
64559
|
+
# delete it), so timestamp_micros won't exist. However,
|
64560
|
+
# consideration_timestamp_micros will be set to indicate we tried to update that
|
64561
|
+
# piece of data for tracking purposes.
|
64562
|
+
# Corresponds to the JSON property `considerationTimestampMicros`
|
64563
|
+
# @return [Fixnum]
|
64564
|
+
attr_accessor :consideration_timestamp_micros
|
64565
|
+
|
64498
64566
|
#
|
64499
64567
|
# Corresponds to the JSON property `humanReadableVersion`
|
64500
64568
|
# @return [String]
|
64501
64569
|
attr_accessor :human_readable_version
|
64502
64570
|
|
64503
|
-
#
|
64571
|
+
# The timestamp when a piece of data is updated (or deleted if the data doesn't
|
64572
|
+
# exist in the update).
|
64504
64573
|
# Corresponds to the JSON property `timestampMicros`
|
64505
64574
|
# @return [Fixnum]
|
64506
64575
|
attr_accessor :timestamp_micros
|
@@ -64511,6 +64580,7 @@ module Google
|
|
64511
64580
|
|
64512
64581
|
# Update properties of this object
|
64513
64582
|
def update!(**args)
|
64583
|
+
@consideration_timestamp_micros = args[:consideration_timestamp_micros] if args.key?(:consideration_timestamp_micros)
|
64514
64584
|
@human_readable_version = args[:human_readable_version] if args.key?(:human_readable_version)
|
64515
64585
|
@timestamp_micros = args[:timestamp_micros] if args.key?(:timestamp_micros)
|
64516
64586
|
end
|
@@ -68110,7 +68180,7 @@ module Google
|
|
68110
68180
|
attr_accessor :name
|
68111
68181
|
|
68112
68182
|
# A message representing the signals associated with an argument. NEXT ID TO USE:
|
68113
|
-
#
|
68183
|
+
# 62 For //depot/google3/logs/proto/knowledge/interpretation/intent_query.proto
|
68114
68184
|
# in the "ThenChange", fields under Argument.signals in the serving proto are
|
68115
68185
|
# stored directly under Argument on the logging side. For example, see http://
|
68116
68186
|
# google3/nlp/semantic_parsing/data_management/logs/web_logs/
|
@@ -68615,7 +68685,7 @@ module Google
|
|
68615
68685
|
end
|
68616
68686
|
|
68617
68687
|
# A message representing the signals associated with an argument. NEXT ID TO USE:
|
68618
|
-
#
|
68688
|
+
# 62 For //depot/google3/logs/proto/knowledge/interpretation/intent_query.proto
|
68619
68689
|
# in the "ThenChange", fields under Argument.signals in the serving proto are
|
68620
68690
|
# stored directly under Argument on the logging side. For example, see http://
|
68621
68691
|
# google3/nlp/semantic_parsing/data_management/logs/web_logs/
|
@@ -68960,6 +69030,11 @@ module Google
|
|
68960
69030
|
# @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryShoppingIds]
|
68961
69031
|
attr_accessor :shopping_ids
|
68962
69032
|
|
69033
|
+
# What added this argument.
|
69034
|
+
# Corresponds to the JSON property `source`
|
69035
|
+
# @return [String]
|
69036
|
+
attr_accessor :source
|
69037
|
+
|
68963
69038
|
# go/stbr supportthis is an
|
68964
69039
|
# Corresponds to the JSON property `supportTransferRules`
|
68965
69040
|
# @return [Array<Google::Apis::ContentwarehouseV1::LogsSemanticInterpretationIntentQuerySupportTransferRule>]
|
@@ -68975,12 +69050,25 @@ module Google
|
|
68975
69050
|
# example, having both entity_type and string_type present in a ValueType field
|
68976
69051
|
# of a Slot means that the Slot can take _either_ an an EntityType _or_
|
68977
69052
|
# StringType as a value, and nothing else. It may be helpful to think of this
|
68978
|
-
# proto as being called something like AllAllowedValueTypes.
|
68979
|
-
#
|
69053
|
+
# proto as being called something like AllAllowedValueTypes. To enforce a
|
69054
|
+
# component-specific contract (go/contract-based-conformance) for allowed type(s)
|
69055
|
+
# , we add a repeated field view_specific_$`x` for the type $`x`. For example,
|
69056
|
+
# if we want a slot that can hold any type by default, but can only hold an
|
69057
|
+
# integer when checking against the P2_LWA contract, then the following should
|
69058
|
+
# be added to MeaningCatalog: slot ` name: "integer_only_slot" type ` // The
|
69059
|
+
# default view has no sub_type or other options. number_type `` // The P2_LWA
|
69060
|
+
# view specifies INTEGER sub_type. view_specific_number_types ` sub_type:
|
69061
|
+
# INTEGER component_specific_contracts: P2_LWA ` ` ` See go/view-based-options-
|
69062
|
+
# for-valuetype for more information. Next tag id: 26 LINT.IfChange
|
68980
69063
|
# Corresponds to the JSON property `ungroundedValueType`
|
68981
69064
|
# @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersValueType]
|
68982
69065
|
attr_accessor :ungrounded_value_type
|
68983
69066
|
|
69067
|
+
# What added the argument value.
|
69068
|
+
# Corresponds to the JSON property `valueSource`
|
69069
|
+
# @return [String]
|
69070
|
+
attr_accessor :value_source
|
69071
|
+
|
68984
69072
|
# Webref entity index for this argument, necessary for interpreting the
|
68985
69073
|
# relationship structure, and the list to index into. Specifically we need this
|
68986
69074
|
# to understand qref implications since they edges are represented with entity
|
@@ -69049,9 +69137,11 @@ module Google
|
|
69049
69137
|
@result_support = args[:result_support] if args.key?(:result_support)
|
69050
69138
|
@saft_signals = args[:saft_signals] if args.key?(:saft_signals)
|
69051
69139
|
@shopping_ids = args[:shopping_ids] if args.key?(:shopping_ids)
|
69140
|
+
@source = args[:source] if args.key?(:source)
|
69052
69141
|
@support_transfer_rules = args[:support_transfer_rules] if args.key?(:support_transfer_rules)
|
69053
69142
|
@support_transfer_signals = args[:support_transfer_signals] if args.key?(:support_transfer_signals)
|
69054
69143
|
@ungrounded_value_type = args[:ungrounded_value_type] if args.key?(:ungrounded_value_type)
|
69144
|
+
@value_source = args[:value_source] if args.key?(:value_source)
|
69055
69145
|
@webref_entities_index = args[:webref_entities_index] if args.key?(:webref_entities_index)
|
69056
69146
|
@webref_list_source = args[:webref_list_source] if args.key?(:webref_list_source)
|
69057
69147
|
end
|
@@ -69230,7 +69320,7 @@ module Google
|
|
69230
69320
|
|
69231
69321
|
# LINT.IfChange(ungoverned_message_notification) This proto captures the
|
69232
69322
|
# contents of a messaging app notification that is typically part of a
|
69233
|
-
# conversation thread. Next Id:
|
69323
|
+
# conversation thread. Next Id: 21
|
69234
69324
|
# Corresponds to the JSON property `messageNotification`
|
69235
69325
|
# @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesMessageNotification]
|
69236
69326
|
attr_accessor :message_notification
|
@@ -69888,7 +69978,7 @@ module Google
|
|
69888
69978
|
|
69889
69979
|
# Signals to be used by the Prefulfillment Ranker. Derived from the
|
69890
69980
|
# ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
|
69891
|
-
# Next ID:
|
69981
|
+
# Next ID: 69
|
69892
69982
|
# Corresponds to the JSON property `prefulfillmentSignals`
|
69893
69983
|
# @return [Google::Apis::ContentwarehouseV1::AssistantPrefulfillmentRankerPrefulfillmentSignals]
|
69894
69984
|
attr_accessor :prefulfillment_signals
|
@@ -70004,10 +70094,7 @@ module Google
|
|
70004
70094
|
class KnowledgeAnswersIntentQueryGroundingSignals
|
70005
70095
|
include Google::Apis::Core::Hashable
|
70006
70096
|
|
70007
|
-
#
|
70008
|
-
# used with ArgumentSignals. Note that the added argument's value must be a
|
70009
|
-
# FunctionCall that only contains resolutions, i.e. grounding cannot add/modify/
|
70010
|
-
# delete any ungrounded values.
|
70097
|
+
#
|
70011
70098
|
# Corresponds to the JSON property `addedByGrounding`
|
70012
70099
|
# @return [Boolean]
|
70013
70100
|
attr_accessor :added_by_grounding
|
@@ -72982,8 +73069,16 @@ module Google
|
|
72982
73069
|
# example, having both entity_type and string_type present in a ValueType field
|
72983
73070
|
# of a Slot means that the Slot can take _either_ an an EntityType _or_
|
72984
73071
|
# StringType as a value, and nothing else. It may be helpful to think of this
|
72985
|
-
# proto as being called something like AllAllowedValueTypes.
|
72986
|
-
#
|
73072
|
+
# proto as being called something like AllAllowedValueTypes. To enforce a
|
73073
|
+
# component-specific contract (go/contract-based-conformance) for allowed type(s)
|
73074
|
+
# , we add a repeated field view_specific_$`x` for the type $`x`. For example,
|
73075
|
+
# if we want a slot that can hold any type by default, but can only hold an
|
73076
|
+
# integer when checking against the P2_LWA contract, then the following should
|
73077
|
+
# be added to MeaningCatalog: slot ` name: "integer_only_slot" type ` // The
|
73078
|
+
# default view has no sub_type or other options. number_type `` // The P2_LWA
|
73079
|
+
# view specifies INTEGER sub_type. view_specific_number_types ` sub_type:
|
73080
|
+
# INTEGER component_specific_contracts: P2_LWA ` ` ` See go/view-based-options-
|
73081
|
+
# for-valuetype for more information. Next tag id: 26 LINT.IfChange
|
72987
73082
|
class KnowledgeAnswersValueType
|
72988
73083
|
include Google::Apis::Core::Hashable
|
72989
73084
|
|
@@ -73136,6 +73231,18 @@ module Google
|
|
73136
73231
|
# @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersTrackingNumberType]
|
73137
73232
|
attr_accessor :tracking_number_type
|
73138
73233
|
|
73234
|
+
# LINT.IfChange Contract-specific typing (go/view-based-options-for-valuetype).
|
73235
|
+
# NOTE: To facilitate writing macros for view-specific filtering, all view-
|
73236
|
+
# specific fields should be named with the format "view_specific_$`
|
73237
|
+
# singular_field`s" -- e.g., for the singular field |number_type|, the view-
|
73238
|
+
# specific repeated field is |view_specific_number_types|. LINT.ThenChange( //
|
73239
|
+
# depot/google3/nlp/meaning/remodel/meaning_remodeling_utils.cc:
|
73240
|
+
# ViewSpecificTypes, //depot/google3/nlp/meaning/analyzer/checks/
|
73241
|
+
# component_specific_contracts_checks.cc:ViewSpecificTypes)
|
73242
|
+
# Corresponds to the JSON property `viewSpecificNumberTypes`
|
73243
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::KnowledgeAnswersNumberType>]
|
73244
|
+
attr_accessor :view_specific_number_types
|
73245
|
+
|
73139
73246
|
def initialize(**args)
|
73140
73247
|
update!(**args)
|
73141
73248
|
end
|
@@ -73163,6 +73270,7 @@ module Google
|
|
73163
73270
|
@string_type = args[:string_type] if args.key?(:string_type)
|
73164
73271
|
@timezone_type = args[:timezone_type] if args.key?(:timezone_type)
|
73165
73272
|
@tracking_number_type = args[:tracking_number_type] if args.key?(:tracking_number_type)
|
73273
|
+
@view_specific_number_types = args[:view_specific_number_types] if args.key?(:view_specific_number_types)
|
73166
73274
|
end
|
73167
73275
|
end
|
73168
73276
|
|
@@ -78946,7 +79054,7 @@ module Google
|
|
78946
79054
|
attr_accessor :association
|
78947
79055
|
|
78948
79056
|
# A proto for storing inferred and reconciled metadata for Science Search. Next
|
78949
|
-
# available tag:
|
79057
|
+
# available tag: 74
|
78950
79058
|
# Corresponds to the JSON property `datasetMetadata`
|
78951
79059
|
# @return [Google::Apis::ContentwarehouseV1::ResearchScienceSearchReconciledMetadata]
|
78952
79060
|
attr_accessor :dataset_metadata
|
@@ -91341,7 +91449,7 @@ module Google
|
|
91341
91449
|
attr_accessor :noimageframeoverlayreason
|
91342
91450
|
|
91343
91451
|
# NOTE: When adding a new field to be propagated to Raffia check if
|
91344
|
-
# NsrPatternSignalSpec needs to be updated. Next ID:
|
91452
|
+
# NsrPatternSignalSpec needs to be updated. Next ID: 56
|
91345
91453
|
# Corresponds to the JSON property `nsrDataProto`
|
91346
91454
|
# @return [Google::Apis::ContentwarehouseV1::QualityNsrNsrData]
|
91347
91455
|
attr_accessor :nsr_data_proto
|
@@ -98498,7 +98606,7 @@ module Google
|
|
98498
98606
|
end
|
98499
98607
|
|
98500
98608
|
# NOTE: When adding a new field to be propagated to Raffia check if
|
98501
|
-
# NsrPatternSignalSpec needs to be updated. Next ID:
|
98609
|
+
# NsrPatternSignalSpec needs to be updated. Next ID: 56
|
98502
98610
|
class QualityNsrNsrData
|
98503
98611
|
include Google::Apis::Core::Hashable
|
98504
98612
|
|
@@ -98722,6 +98830,11 @@ module Google
|
|
98722
98830
|
# @return [Float]
|
98723
98831
|
attr_accessor :site_quality_stddev
|
98724
98832
|
|
98833
|
+
#
|
98834
|
+
# Corresponds to the JSON property `siteQualityStddevs`
|
98835
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal>]
|
98836
|
+
attr_accessor :site_quality_stddevs
|
98837
|
+
|
98725
98838
|
# Score of small personal site promotion go/promoting-personal-blogs-v1
|
98726
98839
|
# Corresponds to the JSON property `smallPersonalSite`
|
98727
98840
|
# @return [Float]
|
@@ -98823,6 +98936,7 @@ module Google
|
|
98823
98936
|
@site_link_out = args[:site_link_out] if args.key?(:site_link_out)
|
98824
98937
|
@site_pr = args[:site_pr] if args.key?(:site_pr)
|
98825
98938
|
@site_quality_stddev = args[:site_quality_stddev] if args.key?(:site_quality_stddev)
|
98939
|
+
@site_quality_stddevs = args[:site_quality_stddevs] if args.key?(:site_quality_stddevs)
|
98826
98940
|
@small_personal_site = args[:small_personal_site] if args.key?(:small_personal_site)
|
98827
98941
|
@spambrain_lavc_score = args[:spambrain_lavc_score] if args.key?(:spambrain_lavc_score)
|
98828
98942
|
@spambrain_lavc_scores = args[:spambrain_lavc_scores] if args.key?(:spambrain_lavc_scores)
|
@@ -99222,6 +99336,78 @@ module Google
|
|
99222
99336
|
end
|
99223
99337
|
end
|
99224
99338
|
|
99339
|
+
# Stores information for a single image-only orbit intent. See go/orbit-for-
|
99340
|
+
# images-v2 for more details.
|
99341
|
+
class QualityOrbitOrbitImageIntent
|
99342
|
+
include Google::Apis::Core::Hashable
|
99343
|
+
|
99344
|
+
# Intent of this proto instance.
|
99345
|
+
# Corresponds to the JSON property `imageIntent`
|
99346
|
+
# @return [String]
|
99347
|
+
attr_accessor :image_intent
|
99348
|
+
|
99349
|
+
#
|
99350
|
+
# Corresponds to the JSON property `missingInputs`
|
99351
|
+
# @return [Array<String>]
|
99352
|
+
attr_accessor :missing_inputs
|
99353
|
+
|
99354
|
+
# Score of the intent.
|
99355
|
+
# Corresponds to the JSON property `score`
|
99356
|
+
# @return [Float]
|
99357
|
+
attr_accessor :score
|
99358
|
+
|
99359
|
+
# Whether the intent triggered with the default threshold or not.
|
99360
|
+
# Corresponds to the JSON property `trigger`
|
99361
|
+
# @return [Boolean]
|
99362
|
+
attr_accessor :trigger
|
99363
|
+
alias_method :trigger?, :trigger
|
99364
|
+
|
99365
|
+
def initialize(**args)
|
99366
|
+
update!(**args)
|
99367
|
+
end
|
99368
|
+
|
99369
|
+
# Update properties of this object
|
99370
|
+
def update!(**args)
|
99371
|
+
@image_intent = args[:image_intent] if args.key?(:image_intent)
|
99372
|
+
@missing_inputs = args[:missing_inputs] if args.key?(:missing_inputs)
|
99373
|
+
@score = args[:score] if args.key?(:score)
|
99374
|
+
@trigger = args[:trigger] if args.key?(:trigger)
|
99375
|
+
end
|
99376
|
+
end
|
99377
|
+
|
99378
|
+
# Image-only orbit intents (See: go/orbit-for-images-v2)
|
99379
|
+
class QualityOrbitOrbitImageIntents
|
99380
|
+
include Google::Apis::Core::Hashable
|
99381
|
+
|
99382
|
+
# Intents with non-trivial scores.
|
99383
|
+
# Corresponds to the JSON property `intents`
|
99384
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::QualityOrbitOrbitImageIntent>]
|
99385
|
+
attr_accessor :intents
|
99386
|
+
|
99387
|
+
# Used to control merging behavior: partial protos will always be merged with
|
99388
|
+
# current, while full protos will completely replace older versions.
|
99389
|
+
# Corresponds to the JSON property `isPartial`
|
99390
|
+
# @return [Boolean]
|
99391
|
+
attr_accessor :is_partial
|
99392
|
+
alias_method :is_partial?, :is_partial
|
99393
|
+
|
99394
|
+
# Represents the version. Filled in Amarna (main version controller).
|
99395
|
+
# Corresponds to the JSON property `version`
|
99396
|
+
# @return [String]
|
99397
|
+
attr_accessor :version
|
99398
|
+
|
99399
|
+
def initialize(**args)
|
99400
|
+
update!(**args)
|
99401
|
+
end
|
99402
|
+
|
99403
|
+
# Update properties of this object
|
99404
|
+
def update!(**args)
|
99405
|
+
@intents = args[:intents] if args.key?(:intents)
|
99406
|
+
@is_partial = args[:is_partial] if args.key?(:is_partial)
|
99407
|
+
@version = args[:version] if args.key?(:version)
|
99408
|
+
end
|
99409
|
+
end
|
99410
|
+
|
99225
99411
|
# Information for chosen snippet. Next ID: 8
|
99226
99412
|
class QualityPreviewChosenSnippetInfo
|
99227
99413
|
include Google::Apis::Core::Hashable
|
@@ -103222,6 +103408,11 @@ module Google
|
|
103222
103408
|
# @return [Google::Apis::ContentwarehouseV1::QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations]
|
103223
103409
|
attr_accessor :timing_info
|
103224
103410
|
|
103411
|
+
#
|
103412
|
+
# Corresponds to the JSON property `transcriptSource`
|
103413
|
+
# @return [String]
|
103414
|
+
attr_accessor :transcript_source
|
103415
|
+
|
103225
103416
|
# Represents a collection of entities returned by the WebRef service. Next
|
103226
103417
|
# available tag: 14.
|
103227
103418
|
# Corresponds to the JSON property `webrefEntities`
|
@@ -103241,6 +103432,7 @@ module Google
|
|
103241
103432
|
@saft_document = args[:saft_document] if args.key?(:saft_document)
|
103242
103433
|
@saft_sentence_boundary = args[:saft_sentence_boundary] if args.key?(:saft_sentence_boundary)
|
103243
103434
|
@timing_info = args[:timing_info] if args.key?(:timing_info)
|
103435
|
+
@transcript_source = args[:transcript_source] if args.key?(:transcript_source)
|
103244
103436
|
@webref_entities = args[:webref_entities] if args.key?(:webref_entities)
|
103245
103437
|
end
|
103246
103438
|
end
|
@@ -107448,12 +107640,6 @@ module Google
|
|
107448
107640
|
# @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefConceptNameMetadata]
|
107449
107641
|
attr_accessor :name_metadata
|
107450
107642
|
|
107451
|
-
# Whether the mention is a non-locational reference to a geographical entity.
|
107452
|
-
# Ranges from 0 (locational) to 1 (non-locational).
|
107453
|
-
# Corresponds to the JSON property `nonLocationalScore`
|
107454
|
-
# @return [Float]
|
107455
|
-
attr_accessor :non_locational_score
|
107456
|
-
|
107457
107643
|
# Collects all lightweight token patterns for each CandidateMention or Mention.
|
107458
107644
|
# Corresponds to the JSON property `perMentionLightweightToken`
|
107459
107645
|
# @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefLightweightTokensPerMentionLightweightToken]
|
@@ -107534,7 +107720,6 @@ module Google
|
|
107534
107720
|
@low_confidence = args[:low_confidence] if args.key?(:low_confidence)
|
107535
107721
|
@matching_text = args[:matching_text] if args.key?(:matching_text)
|
107536
107722
|
@name_metadata = args[:name_metadata] if args.key?(:name_metadata)
|
107537
|
-
@non_locational_score = args[:non_locational_score] if args.key?(:non_locational_score)
|
107538
107723
|
@per_mention_lightweight_token = args[:per_mention_lightweight_token] if args.key?(:per_mention_lightweight_token)
|
107539
107724
|
@personalization_context_outputs = args[:personalization_context_outputs] if args.key?(:personalization_context_outputs)
|
107540
107725
|
@prior_probability = args[:prior_probability] if args.key?(:prior_probability)
|
@@ -108660,16 +108845,6 @@ module Google
|
|
108660
108845
|
class RepositoryWebrefPreprocessingUrlSourceInfo
|
108661
108846
|
include Google::Apis::Core::Hashable
|
108662
108847
|
|
108663
|
-
# Source information for the old reference url Freebase schema.
|
108664
|
-
# Corresponds to the JSON property `deprecatedOldSchema`
|
108665
|
-
# @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoOldSchema]
|
108666
|
-
attr_accessor :deprecated_old_schema
|
108667
|
-
|
108668
|
-
# Source information for the new reference url Freebase schema.
|
108669
|
-
# Corresponds to the JSON property `newSchema`
|
108670
|
-
# @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoNewSchema]
|
108671
|
-
attr_accessor :new_schema
|
108672
|
-
|
108673
108848
|
#
|
108674
108849
|
# Corresponds to the JSON property `originalUrl`
|
108675
108850
|
# @return [String]
|
@@ -108686,52 +108861,11 @@ module Google
|
|
108686
108861
|
|
108687
108862
|
# Update properties of this object
|
108688
108863
|
def update!(**args)
|
108689
|
-
@deprecated_old_schema = args[:deprecated_old_schema] if args.key?(:deprecated_old_schema)
|
108690
|
-
@new_schema = args[:new_schema] if args.key?(:new_schema)
|
108691
108864
|
@original_url = args[:original_url] if args.key?(:original_url)
|
108692
108865
|
@source = args[:source] if args.key?(:source)
|
108693
108866
|
end
|
108694
108867
|
end
|
108695
108868
|
|
108696
|
-
# Source information for the new reference url Freebase schema.
|
108697
|
-
class RepositoryWebrefPreprocessingUrlSourceInfoNewSchema
|
108698
|
-
include Google::Apis::Core::Hashable
|
108699
|
-
|
108700
|
-
#
|
108701
|
-
# Corresponds to the JSON property `sourceProperty`
|
108702
|
-
# @return [String]
|
108703
|
-
attr_accessor :source_property
|
108704
|
-
|
108705
|
-
def initialize(**args)
|
108706
|
-
update!(**args)
|
108707
|
-
end
|
108708
|
-
|
108709
|
-
# Update properties of this object
|
108710
|
-
def update!(**args)
|
108711
|
-
@source_property = args[:source_property] if args.key?(:source_property)
|
108712
|
-
end
|
108713
|
-
end
|
108714
|
-
|
108715
|
-
# Source information for the old reference url Freebase schema.
|
108716
|
-
class RepositoryWebrefPreprocessingUrlSourceInfoOldSchema
|
108717
|
-
include Google::Apis::Core::Hashable
|
108718
|
-
|
108719
|
-
#
|
108720
|
-
# Corresponds to the JSON property `isOfficial`
|
108721
|
-
# @return [Boolean]
|
108722
|
-
attr_accessor :is_official
|
108723
|
-
alias_method :is_official?, :is_official
|
108724
|
-
|
108725
|
-
def initialize(**args)
|
108726
|
-
update!(**args)
|
108727
|
-
end
|
108728
|
-
|
108729
|
-
# Update properties of this object
|
108730
|
-
def update!(**args)
|
108731
|
-
@is_official = args[:is_official] if args.key?(:is_official)
|
108732
|
-
end
|
108733
|
-
end
|
108734
|
-
|
108735
108869
|
# A single processor counter stored as a pair of the counter name and the value.
|
108736
108870
|
class RepositoryWebrefProcessorCounter
|
108737
108871
|
include Google::Apis::Core::Hashable
|
@@ -112203,7 +112337,7 @@ module Google
|
|
112203
112337
|
end
|
112204
112338
|
|
112205
112339
|
# A proto for storing inferred and reconciled metadata for Science Search. Next
|
112206
|
-
# available tag:
|
112340
|
+
# available tag: 74
|
112207
112341
|
class ResearchScienceSearchReconciledMetadata
|
112208
112342
|
include Google::Apis::Core::Hashable
|
112209
112343
|
|
@@ -112431,6 +112565,13 @@ module Google
|
|
112431
112565
|
# @return [Array<String>]
|
112432
112566
|
attr_accessor :license_deprecated
|
112433
112567
|
|
112568
|
+
# Indicates if the location has been reconciled for the dataset name. This is
|
112569
|
+
# used by LocationExtender to avoid re-annotating the dataset name.
|
112570
|
+
# Corresponds to the JSON property `locationReconciledForName`
|
112571
|
+
# @return [Boolean]
|
112572
|
+
attr_accessor :location_reconciled_for_name
|
112573
|
+
alias_method :location_reconciled_for_name?, :location_reconciled_for_name
|
112574
|
+
|
112434
112575
|
# A technique or technology used in a Dataset corresponding to the method used
|
112435
112576
|
# for measuring the corresponding variable(s) (described using variableMeasured).
|
112436
112577
|
# http://schema.org/measurementTechnique
|
@@ -112597,6 +112738,7 @@ module Google
|
|
112597
112738
|
@language_code = args[:language_code] if args.key?(:language_code)
|
112598
112739
|
@license = args[:license] if args.key?(:license)
|
112599
112740
|
@license_deprecated = args[:license_deprecated] if args.key?(:license_deprecated)
|
112741
|
+
@location_reconciled_for_name = args[:location_reconciled_for_name] if args.key?(:location_reconciled_for_name)
|
112600
112742
|
@measurement_technique = args[:measurement_technique] if args.key?(:measurement_technique)
|
112601
112743
|
@mentioned_urls = args[:mentioned_urls] if args.key?(:mentioned_urls)
|
112602
112744
|
@metadata_type = args[:metadata_type] if args.key?(:metadata_type)
|
@@ -126144,7 +126286,7 @@ module Google
|
|
126144
126286
|
|
126145
126287
|
# This defines the per-doc data which is extracted from thumbnails and
|
126146
126288
|
# propagated over to indexing. It contains all information that can be used for
|
126147
|
-
# restricts. Next tag id:
|
126289
|
+
# restricts. Next tag id: 132
|
126148
126290
|
# Corresponds to the JSON property `imageData`
|
126149
126291
|
# @return [Google::Apis::ContentwarehouseV1::ImageData]
|
126150
126292
|
attr_accessor :image_data
|
@@ -136376,7 +136518,8 @@ module Google
|
|
136376
136518
|
|
136377
136519
|
# The language code stored in the KV pair ranking:post_language. This should
|
136378
136520
|
# usually be the same as language_code but is not guaranteed to be identical.
|
136379
|
-
# The KV pair is needed because ranking can't consume user_content.
|
136521
|
+
# The KV pair is needed because SBE ranking can't consume user_content. Still
|
136522
|
+
# populated, but deprecated.
|
136380
136523
|
# Corresponds to the JSON property `rankingPostLanguage`
|
136381
136524
|
# @return [String]
|
136382
136525
|
attr_accessor :ranking_post_language
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContentwarehouseV1
|
18
18
|
# Version of the google-apis-contentwarehouse_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.31.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231106"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1612,6 +1612,12 @@ module Google
|
|
1612
1612
|
include Google::Apis::Core::JsonObjectSupport
|
1613
1613
|
end
|
1614
1614
|
|
1615
|
+
class AssistantApiDataValidateCapabilities
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
|
+
|
1618
|
+
include Google::Apis::Core::JsonObjectSupport
|
1619
|
+
end
|
1620
|
+
|
1615
1621
|
class AssistantApiDate
|
1616
1622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
1623
|
|
@@ -11284,6 +11290,18 @@ module Google
|
|
11284
11290
|
include Google::Apis::Core::JsonObjectSupport
|
11285
11291
|
end
|
11286
11292
|
|
11293
|
+
class QualityOrbitOrbitImageIntent
|
11294
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11295
|
+
|
11296
|
+
include Google::Apis::Core::JsonObjectSupport
|
11297
|
+
end
|
11298
|
+
|
11299
|
+
class QualityOrbitOrbitImageIntents
|
11300
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11301
|
+
|
11302
|
+
include Google::Apis::Core::JsonObjectSupport
|
11303
|
+
end
|
11304
|
+
|
11287
11305
|
class QualityPreviewChosenSnippetInfo
|
11288
11306
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11289
11307
|
|
@@ -12442,18 +12460,6 @@ module Google
|
|
12442
12460
|
include Google::Apis::Core::JsonObjectSupport
|
12443
12461
|
end
|
12444
12462
|
|
12445
|
-
class RepositoryWebrefPreprocessingUrlSourceInfoNewSchema
|
12446
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12447
|
-
|
12448
|
-
include Google::Apis::Core::JsonObjectSupport
|
12449
|
-
end
|
12450
|
-
|
12451
|
-
class RepositoryWebrefPreprocessingUrlSourceInfoOldSchema
|
12452
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12453
|
-
|
12454
|
-
include Google::Apis::Core::JsonObjectSupport
|
12455
|
-
end
|
12456
|
-
|
12457
12463
|
class RepositoryWebrefProcessorCounter
|
12458
12464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12459
12465
|
|
@@ -17980,6 +17986,7 @@ module Google
|
|
17980
17986
|
property :routable_to_provider_cloud, as: 'routableToProviderCloud'
|
17981
17987
|
property :searchable_on_device, as: 'searchableOnDevice'
|
17982
17988
|
property :searchable_on_server, as: 'searchableOnServer'
|
17989
|
+
property :supports3p_podcast_playback, as: 'supports3pPodcastPlayback'
|
17983
17990
|
property :supports_screenless_initiation, as: 'supportsScreenlessInitiation'
|
17984
17991
|
property :whitelisted_for_annotation, as: 'whitelistedForAnnotation'
|
17985
17992
|
end
|
@@ -18589,6 +18596,7 @@ module Google
|
|
18589
18596
|
property :mark_as_read_action_available, as: 'markAsReadActionAvailable'
|
18590
18597
|
property :message_length, as: 'messageLength'
|
18591
18598
|
property :message_recipient_type, as: 'messageRecipientType'
|
18599
|
+
property :message_word_count, as: 'messageWordCount'
|
18592
18600
|
property :mime_type, as: 'mimeType'
|
18593
18601
|
collection :notification_entries, as: 'notificationEntries', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesMessageNotificationNotificationEntry, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesMessageNotificationNotificationEntry::Representation
|
18594
18602
|
|
@@ -18730,6 +18738,13 @@ module Google
|
|
18730
18738
|
end
|
18731
18739
|
end
|
18732
18740
|
|
18741
|
+
class AssistantApiDataValidateCapabilities
|
18742
|
+
# @private
|
18743
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18744
|
+
property :fallback_to_tethered_device, as: 'fallbackToTetheredDevice'
|
18745
|
+
end
|
18746
|
+
end
|
18747
|
+
|
18733
18748
|
class AssistantApiDate
|
18734
18749
|
# @private
|
18735
18750
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18784,6 +18799,8 @@ module Google
|
|
18784
18799
|
|
18785
18800
|
property :contact_lookup_capabilities, as: 'contactLookupCapabilities', class: Google::Apis::ContentwarehouseV1::AssistantApiContactLookupCapabilities, decorator: Google::Apis::ContentwarehouseV1::AssistantApiContactLookupCapabilities::Representation
|
18786
18801
|
|
18802
|
+
property :data_validate_capabilities, as: 'dataValidateCapabilities', class: Google::Apis::ContentwarehouseV1::AssistantApiDataValidateCapabilities, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDataValidateCapabilities::Representation
|
18803
|
+
|
18787
18804
|
property :device_id, as: 'deviceId', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceId, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceId::Representation
|
18788
18805
|
|
18789
18806
|
property :device_ux_mode, as: 'deviceUxMode'
|
@@ -21339,6 +21356,7 @@ module Google
|
|
21339
21356
|
property :intent_name_auis_score_exp, as: 'intentNameAuisScoreExp'
|
21340
21357
|
property :intent_name_pauis, as: 'intentNamePauis'
|
21341
21358
|
property :intent_type, as: 'intentType'
|
21359
|
+
property :is_dummy_intent, as: 'isDummyIntent'
|
21342
21360
|
property :is_feasible, as: 'isFeasible'
|
21343
21361
|
property :is_fully_grounded, as: 'isFullyGrounded'
|
21344
21362
|
property :is_high_confidence_podcast_intent, as: 'isHighConfidencePodcastIntent'
|
@@ -24399,6 +24417,8 @@ module Google
|
|
24399
24417
|
|
24400
24418
|
property :anchored_geometry, as: 'anchoredGeometry', class: Google::Apis::ContentwarehouseV1::GeostoreAnchoredGeometryProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreAnchoredGeometryProto::Representation
|
24401
24419
|
|
24420
|
+
collection :associated_ev_charging_station, as: 'associatedEvChargingStation', class: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto::Representation
|
24421
|
+
|
24402
24422
|
collection :attachment, as: 'attachment', class: Google::Apis::ContentwarehouseV1::GeostoreAttachmentsAttachmentProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreAttachmentsAttachmentProto::Representation
|
24403
24423
|
|
24404
24424
|
collection :attribute, as: 'attribute', class: Google::Apis::ContentwarehouseV1::GeostoreAttributeProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreAttributeProto::Representation
|
@@ -29542,6 +29562,8 @@ module Google
|
|
29542
29562
|
collection :ocr_textboxes, as: 'ocrTextboxes', class: Google::Apis::ContentwarehouseV1::OcrPhotoTextBox, decorator: Google::Apis::ContentwarehouseV1::OcrPhotoTextBox::Representation
|
29543
29563
|
|
29544
29564
|
property :on_page_alternate_url, as: 'onPageAlternateUrl'
|
29565
|
+
property :orbit_intents, as: 'orbitIntents', class: Google::Apis::ContentwarehouseV1::QualityOrbitOrbitImageIntents, decorator: Google::Apis::ContentwarehouseV1::QualityOrbitOrbitImageIntents::Representation
|
29566
|
+
|
29545
29567
|
property :packed_full_face_info, as: 'packedFullFaceInfo', class: Google::Apis::ContentwarehouseV1::FaceIndexing, decorator: Google::Apis::ContentwarehouseV1::FaceIndexing::Representation
|
29546
29568
|
|
29547
29569
|
property :person_attributes, as: 'personAttributes', class: Google::Apis::ContentwarehouseV1::LensDiscoveryStylePersonAttributes, decorator: Google::Apis::ContentwarehouseV1::LensDiscoveryStylePersonAttributes::Representation
|
@@ -31909,6 +31931,7 @@ module Google
|
|
31909
31931
|
class IndexingDocjoinerDataVersionVersionInfo
|
31910
31932
|
# @private
|
31911
31933
|
class Representation < Google::Apis::Core::JsonRepresentation
|
31934
|
+
property :consideration_timestamp_micros, :numeric_string => true, as: 'considerationTimestampMicros'
|
31912
31935
|
property :human_readable_version, as: 'humanReadableVersion'
|
31913
31936
|
property :timestamp_micros, :numeric_string => true, as: 'timestampMicros'
|
31914
31937
|
end
|
@@ -33035,12 +33058,14 @@ module Google
|
|
33035
33058
|
|
33036
33059
|
property :shopping_ids, as: 'shoppingIds', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryShoppingIds, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryShoppingIds::Representation
|
33037
33060
|
|
33061
|
+
property :source, as: 'source'
|
33038
33062
|
collection :support_transfer_rules, as: 'supportTransferRules', class: Google::Apis::ContentwarehouseV1::LogsSemanticInterpretationIntentQuerySupportTransferRule, decorator: Google::Apis::ContentwarehouseV1::LogsSemanticInterpretationIntentQuerySupportTransferRule::Representation
|
33039
33063
|
|
33040
33064
|
property :support_transfer_signals, as: 'supportTransferSignals', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQuerySupportTransferSignals, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQuerySupportTransferSignals::Representation
|
33041
33065
|
|
33042
33066
|
property :ungrounded_value_type, as: 'ungroundedValueType', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersValueType, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersValueType::Representation
|
33043
33067
|
|
33068
|
+
property :value_source, as: 'valueSource'
|
33044
33069
|
property :webref_entities_index, as: 'webrefEntitiesIndex'
|
33045
33070
|
property :webref_list_source, as: 'webrefListSource'
|
33046
33071
|
end
|
@@ -34202,6 +34227,8 @@ module Google
|
|
34202
34227
|
|
34203
34228
|
property :tracking_number_type, as: 'trackingNumberType', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersTrackingNumberType, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersTrackingNumberType::Representation
|
34204
34229
|
|
34230
|
+
collection :view_specific_number_types, as: 'viewSpecificNumberTypes', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersNumberType, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersNumberType::Representation
|
34231
|
+
|
34205
34232
|
end
|
34206
34233
|
end
|
34207
34234
|
|
@@ -40268,6 +40295,8 @@ module Google
|
|
40268
40295
|
property :site_link_out, as: 'siteLinkOut'
|
40269
40296
|
property :site_pr, as: 'sitePr'
|
40270
40297
|
property :site_quality_stddev, as: 'siteQualityStddev'
|
40298
|
+
collection :site_quality_stddevs, as: 'siteQualityStddevs', class: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal, decorator: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal::Representation
|
40299
|
+
|
40271
40300
|
property :small_personal_site, as: 'smallPersonalSite'
|
40272
40301
|
property :spambrain_lavc_score, as: 'spambrainLavcScore'
|
40273
40302
|
collection :spambrain_lavc_scores, as: 'spambrainLavcScores', class: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal, decorator: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal::Representation
|
@@ -40372,6 +40401,26 @@ module Google
|
|
40372
40401
|
end
|
40373
40402
|
end
|
40374
40403
|
|
40404
|
+
class QualityOrbitOrbitImageIntent
|
40405
|
+
# @private
|
40406
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
40407
|
+
property :image_intent, as: 'imageIntent'
|
40408
|
+
collection :missing_inputs, as: 'missingInputs'
|
40409
|
+
property :score, as: 'score'
|
40410
|
+
property :trigger, as: 'trigger'
|
40411
|
+
end
|
40412
|
+
end
|
40413
|
+
|
40414
|
+
class QualityOrbitOrbitImageIntents
|
40415
|
+
# @private
|
40416
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
40417
|
+
collection :intents, as: 'intents', class: Google::Apis::ContentwarehouseV1::QualityOrbitOrbitImageIntent, decorator: Google::Apis::ContentwarehouseV1::QualityOrbitOrbitImageIntent::Representation
|
40418
|
+
|
40419
|
+
property :is_partial, as: 'isPartial'
|
40420
|
+
property :version, as: 'version'
|
40421
|
+
end
|
40422
|
+
end
|
40423
|
+
|
40375
40424
|
class QualityPreviewChosenSnippetInfo
|
40376
40425
|
# @private
|
40377
40426
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -41349,6 +41398,7 @@ module Google
|
|
41349
41398
|
|
41350
41399
|
property :timing_info, as: 'timingInfo', class: Google::Apis::ContentwarehouseV1::QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations, decorator: Google::Apis::ContentwarehouseV1::QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations::Representation
|
41351
41400
|
|
41401
|
+
property :transcript_source, as: 'transcriptSource'
|
41352
41402
|
property :webref_entities, as: 'webrefEntities', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefEntities, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefEntities::Representation
|
41353
41403
|
|
41354
41404
|
end
|
@@ -42424,7 +42474,6 @@ module Google
|
|
42424
42474
|
property :matching_text, as: 'matchingText'
|
42425
42475
|
property :name_metadata, as: 'nameMetadata', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefConceptNameMetadata, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefConceptNameMetadata::Representation
|
42426
42476
|
|
42427
|
-
property :non_locational_score, as: 'nonLocationalScore'
|
42428
42477
|
property :per_mention_lightweight_token, as: 'perMentionLightweightToken', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefLightweightTokensPerMentionLightweightToken, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefLightweightTokensPerMentionLightweightToken::Representation
|
42429
42478
|
|
42430
42479
|
property :personalization_context_outputs, as: 'personalizationContextOutputs', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefPersonalizationContextOutputs, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefPersonalizationContextOutputs::Representation
|
@@ -42726,29 +42775,11 @@ module Google
|
|
42726
42775
|
class RepositoryWebrefPreprocessingUrlSourceInfo
|
42727
42776
|
# @private
|
42728
42777
|
class Representation < Google::Apis::Core::JsonRepresentation
|
42729
|
-
property :deprecated_old_schema, as: 'deprecatedOldSchema', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoOldSchema, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoOldSchema::Representation
|
42730
|
-
|
42731
|
-
property :new_schema, as: 'newSchema', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoNewSchema, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoNewSchema::Representation
|
42732
|
-
|
42733
42778
|
property :original_url, as: 'originalUrl'
|
42734
42779
|
property :source, as: 'source'
|
42735
42780
|
end
|
42736
42781
|
end
|
42737
42782
|
|
42738
|
-
class RepositoryWebrefPreprocessingUrlSourceInfoNewSchema
|
42739
|
-
# @private
|
42740
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
42741
|
-
property :source_property, as: 'sourceProperty'
|
42742
|
-
end
|
42743
|
-
end
|
42744
|
-
|
42745
|
-
class RepositoryWebrefPreprocessingUrlSourceInfoOldSchema
|
42746
|
-
# @private
|
42747
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
42748
|
-
property :is_official, as: 'isOfficial'
|
42749
|
-
end
|
42750
|
-
end
|
42751
|
-
|
42752
42783
|
class RepositoryWebrefProcessorCounter
|
42753
42784
|
# @private
|
42754
42785
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -43639,6 +43670,7 @@ module Google
|
|
43639
43670
|
collection :license, as: 'license', class: Google::Apis::ContentwarehouseV1::ResearchScienceSearchLicense, decorator: Google::Apis::ContentwarehouseV1::ResearchScienceSearchLicense::Representation
|
43640
43671
|
|
43641
43672
|
collection :license_deprecated, as: 'licenseDeprecated'
|
43673
|
+
property :location_reconciled_for_name, as: 'locationReconciledForName'
|
43642
43674
|
collection :measurement_technique, as: 'measurementTechnique'
|
43643
43675
|
collection :mentioned_urls, as: 'mentionedUrls'
|
43644
43676
|
property :metadata_type, as: 'metadataType'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-contentwarehouse_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.31.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contentwarehouse_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.31.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contentwarehouse_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|