google-apis-contentwarehouse_v1 0.27.0 → 0.28.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: 8cf3f01975ca6c0512990b6cf895d934f120c8329f53182c9ab30e2d92b2d656
|
4
|
+
data.tar.gz: 4f2d26cf46ebd018602bcf7d4db72e3b2c989c13dac1bbfa547c2de7efc8b417
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ccaeacda15fc39a08957f7cc5876b6cc6dd796f9ec2b42bcc3307f7de8faa4b3bf0d2c9bcaec95ad51f30f8763b656e1054399b3928342a666728c3e4d06b428
|
7
|
+
data.tar.gz: de236de5c203a2610958a9a0adbdffb7ccfe0199c37c89b362a2a930944d9894b145b4f04eac75fd554d9641e8c7101451df91a152e7cc8672aa9054b4c93dbc
|
data/CHANGELOG.md
CHANGED
@@ -6031,12 +6031,16 @@ module Google
|
|
6031
6031
|
# @return [Array<Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiConnectionReminder>]
|
6032
6032
|
attr_accessor :connection_reminder
|
6033
6033
|
|
6034
|
-
#
|
6034
|
+
# ContactCreateContextInfo has a timestamp timestamp and additional metadata (e.
|
6035
|
+
# g. the source of the creation) for when the contact was created. See also `
|
6036
|
+
# ContactEditContextInfo`.
|
6035
6037
|
# Corresponds to the JSON property `contactCreateContextInfo`
|
6036
6038
|
# @return [Array<Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiContactCreateContextInfo>]
|
6037
6039
|
attr_accessor :contact_create_context_info
|
6038
6040
|
|
6039
|
-
#
|
6041
|
+
# ContactEditContextInfo is a timestamp and additional metadata (e.g. the source
|
6042
|
+
# of the edit) for the last 'human initiated edit'. See also `
|
6043
|
+
# ContactCreateContextInfo`.
|
6040
6044
|
# Corresponds to the JSON property `contactEditContextInfo`
|
6041
6045
|
# @return [Array<Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiContactEditContextInfo>]
|
6042
6046
|
attr_accessor :contact_edit_context_info
|
@@ -6578,7 +6582,7 @@ module Google
|
|
6578
6582
|
# @return [Google::Apis::ContentwarehouseV1::SocialGraphWireProtoPeopleapiExtensionPeopleStackExtendedData]
|
6579
6583
|
attr_accessor :people_stack_extended_data
|
6580
6584
|
|
6581
|
-
# NEXT_ID:
|
6585
|
+
# NEXT_ID: 6
|
6582
6586
|
# Corresponds to the JSON property `peopleStackPersonExtendedData`
|
6583
6587
|
# @return [Google::Apis::ContentwarehouseV1::SocialGraphWireProtoPeopleapiExtensionPeopleStackPersonExtendedData]
|
6584
6588
|
attr_accessor :people_stack_person_extended_data
|
@@ -25122,13 +25126,6 @@ module Google
|
|
25122
25126
|
# @return [String]
|
25123
25127
|
attr_accessor :csai_classification
|
25124
25128
|
|
25125
|
-
# DO NOT USE: This field is temporary and should be used only for the CSAI
|
25126
|
-
# Onebox. This field is the result of the regular expression classifier alone as
|
25127
|
-
# opposed to a combination with Seti classifier as in csai_classification field.
|
25128
|
-
# Corresponds to the JSON property `csaiRegexpHighConfidenceClassification`
|
25129
|
-
# @return [String]
|
25130
|
-
attr_accessor :csai_regexp_high_confidence_classification
|
25131
|
-
|
25132
25129
|
# Human-readable debug information about the classification. This field is only
|
25133
25130
|
# set if output_debug is set in the classification input.
|
25134
25131
|
# Corresponds to the JSON property `debug`
|
@@ -25155,7 +25152,6 @@ module Google
|
|
25155
25152
|
# Update properties of this object
|
25156
25153
|
def update!(**args)
|
25157
25154
|
@csai_classification = args[:csai_classification] if args.key?(:csai_classification)
|
25158
|
-
@csai_regexp_high_confidence_classification = args[:csai_regexp_high_confidence_classification] if args.key?(:csai_regexp_high_confidence_classification)
|
25159
25155
|
@debug = args[:debug] if args.key?(:debug)
|
25160
25156
|
@is_positive = args[:is_positive] if args.key?(:is_positive)
|
25161
25157
|
@score = args[:score] if args.key?(:score)
|
@@ -33607,10 +33603,9 @@ module Google
|
|
33607
33603
|
# @return [Float]
|
33608
33604
|
attr_accessor :scale
|
33609
33605
|
|
33610
|
-
#
|
33611
|
-
# axes.
|
33606
|
+
# How the object will be moved along the x, y, and z axes, respectively.
|
33612
33607
|
# Corresponds to the JSON property `translate`
|
33613
|
-
# @return [Google::Apis::ContentwarehouseV1::
|
33608
|
+
# @return [Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoTransformTranslate]
|
33614
33609
|
attr_accessor :translate
|
33615
33610
|
|
33616
33611
|
def initialize(**args)
|
@@ -33624,9 +33619,8 @@ module Google
|
|
33624
33619
|
end
|
33625
33620
|
end
|
33626
33621
|
|
33627
|
-
#
|
33628
|
-
|
33629
|
-
class GeostoreCityJsonProtoTransformXyzVector
|
33622
|
+
# How the object will be moved along the x, y, and z axes, respectively.
|
33623
|
+
class GeostoreCityJsonProtoTransformTranslate
|
33630
33624
|
include Google::Apis::Core::Hashable
|
33631
33625
|
|
33632
33626
|
#
|
@@ -45037,7 +45031,7 @@ module Google
|
|
45037
45031
|
|
45038
45032
|
# Information about the state of the device. This contains any state that
|
45039
45033
|
# Assistant may need to know about in order to fulfill requests, for example
|
45040
|
-
# which timers and alarms are set. Next ID:
|
45034
|
+
# which timers and alarms are set. Next ID: 13
|
45041
45035
|
class GoogleAssistantAccessoryV1DeviceState
|
45042
45036
|
include Google::Apis::Core::Hashable
|
45043
45037
|
|
@@ -45079,6 +45073,18 @@ module Google
|
|
45079
45073
|
# @return [Google::Apis::ContentwarehouseV1::GoogleAssistantEmbeddedV1FitnessActivities]
|
45080
45074
|
attr_accessor :fitness_activities_state
|
45081
45075
|
|
45076
|
+
# State of the apps currently installed on the device.
|
45077
|
+
# Corresponds to the JSON property `installedApps`
|
45078
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleAssistantAccessoryV1DeviceStateInstalledAppsState]
|
45079
|
+
attr_accessor :installed_apps
|
45080
|
+
|
45081
|
+
# This contains a zlib-compressed binary-encoded `InstalledAppsState` proto
|
45082
|
+
# message.
|
45083
|
+
# Corresponds to the JSON property `installedAppsZlib`
|
45084
|
+
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
45085
|
+
# @return [String]
|
45086
|
+
attr_accessor :installed_apps_zlib
|
45087
|
+
|
45082
45088
|
# Contains information about on-device timers for devices that support timers.
|
45083
45089
|
# Corresponds to the JSON property `timerState`
|
45084
45090
|
# @return [Google::Apis::ContentwarehouseV1::GoogleAssistantEmbeddedV1Timers]
|
@@ -45104,11 +45110,32 @@ module Google
|
|
45104
45110
|
@device_time_zone = args[:device_time_zone] if args.key?(:device_time_zone)
|
45105
45111
|
@do_not_disturb = args[:do_not_disturb] if args.key?(:do_not_disturb)
|
45106
45112
|
@fitness_activities_state = args[:fitness_activities_state] if args.key?(:fitness_activities_state)
|
45113
|
+
@installed_apps = args[:installed_apps] if args.key?(:installed_apps)
|
45114
|
+
@installed_apps_zlib = args[:installed_apps_zlib] if args.key?(:installed_apps_zlib)
|
45107
45115
|
@timer_state = args[:timer_state] if args.key?(:timer_state)
|
45108
45116
|
@unavailable_settings = args[:unavailable_settings] if args.key?(:unavailable_settings)
|
45109
45117
|
end
|
45110
45118
|
end
|
45111
45119
|
|
45120
|
+
# State of the apps currently installed on the device.
|
45121
|
+
class GoogleAssistantAccessoryV1DeviceStateInstalledAppsState
|
45122
|
+
include Google::Apis::Core::Hashable
|
45123
|
+
|
45124
|
+
# List of apps currently installed on the device.
|
45125
|
+
# Corresponds to the JSON property `apps`
|
45126
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesProvider>]
|
45127
|
+
attr_accessor :apps
|
45128
|
+
|
45129
|
+
def initialize(**args)
|
45130
|
+
update!(**args)
|
45131
|
+
end
|
45132
|
+
|
45133
|
+
# Update properties of this object
|
45134
|
+
def update!(**args)
|
45135
|
+
@apps = args[:apps] if args.key?(:apps)
|
45136
|
+
end
|
45137
|
+
end
|
45138
|
+
|
45112
45139
|
# Configuration for the response. Next Id: 11
|
45113
45140
|
class GoogleAssistantAccessoryV1ResponseConfig
|
45114
45141
|
include Google::Apis::Core::Hashable
|
@@ -45139,7 +45166,7 @@ module Google
|
|
45139
45166
|
|
45140
45167
|
# Information about the state of the device. This contains any state that
|
45141
45168
|
# Assistant may need to know about in order to fulfill requests, for example
|
45142
|
-
# which timers and alarms are set. Next ID:
|
45169
|
+
# which timers and alarms are set. Next ID: 13
|
45143
45170
|
# Corresponds to the JSON property `deviceState`
|
45144
45171
|
# @return [Google::Apis::ContentwarehouseV1::GoogleAssistantAccessoryV1DeviceState]
|
45145
45172
|
attr_accessor :device_state
|
@@ -107821,6 +107848,32 @@ module Google
|
|
107821
107848
|
end
|
107822
107849
|
end
|
107823
107850
|
|
107851
|
+
# Identifies the source of the Meta Content Tag segment in the Cdoc https://www.
|
107852
|
+
# w3schools.com/tags/tag_meta.asp
|
107853
|
+
class RepositoryWebrefMetaTagIndices
|
107854
|
+
include Google::Apis::Core::Hashable
|
107855
|
+
|
107856
|
+
#
|
107857
|
+
# Corresponds to the JSON property `index`
|
107858
|
+
# @return [Fixnum]
|
107859
|
+
attr_accessor :index
|
107860
|
+
|
107861
|
+
#
|
107862
|
+
# Corresponds to the JSON property `metaName`
|
107863
|
+
# @return [String]
|
107864
|
+
attr_accessor :meta_name
|
107865
|
+
|
107866
|
+
def initialize(**args)
|
107867
|
+
update!(**args)
|
107868
|
+
end
|
107869
|
+
|
107870
|
+
# Update properties of this object
|
107871
|
+
def update!(**args)
|
107872
|
+
@index = args[:index] if args.key?(:index)
|
107873
|
+
@meta_name = args[:meta_name] if args.key?(:meta_name)
|
107874
|
+
end
|
107875
|
+
end
|
107876
|
+
|
107824
107877
|
# Collects signals from one query used for prior learning.
|
107825
107878
|
class RepositoryWebrefNameDebugInfo
|
107826
107879
|
include Google::Apis::Core::Hashable
|
@@ -109511,6 +109564,12 @@ module Google
|
|
109511
109564
|
# @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefJuggernautIndices]
|
109512
109565
|
attr_accessor :jgn_index
|
109513
109566
|
|
109567
|
+
# Identifies the source of the Meta Content Tag segment in the Cdoc https://www.
|
109568
|
+
# w3schools.com/tags/tag_meta.asp
|
109569
|
+
# Corresponds to the JSON property `metaTagIndex`
|
109570
|
+
# @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefMetaTagIndices]
|
109571
|
+
attr_accessor :meta_tag_index
|
109572
|
+
|
109514
109573
|
# Identifies a set of NavBoost queries in the CompositeDoc. Typically these
|
109515
109574
|
# queries were collapsed by WebRef into a single query and they were treated by
|
109516
109575
|
# the annotator as equivalent. They all contain the same mentions (at the same
|
@@ -109529,6 +109588,7 @@ module Google
|
|
109529
109588
|
@generic_index = args[:generic_index] if args.key?(:generic_index)
|
109530
109589
|
@image_query_index = args[:image_query_index] if args.key?(:image_query_index)
|
109531
109590
|
@jgn_index = args[:jgn_index] if args.key?(:jgn_index)
|
109591
|
+
@meta_tag_index = args[:meta_tag_index] if args.key?(:meta_tag_index)
|
109532
109592
|
@query_index = args[:query_index] if args.key?(:query_index)
|
109533
109593
|
end
|
109534
109594
|
end
|
@@ -120195,6 +120255,11 @@ module Google
|
|
120195
120255
|
# @return [Float]
|
120196
120256
|
attr_accessor :cloud_score
|
120197
120257
|
|
120258
|
+
# Indicator of the confidence in suggestion relevance.
|
120259
|
+
# Corresponds to the JSON property `suggestionConfidence`
|
120260
|
+
# @return [String]
|
120261
|
+
attr_accessor :suggestion_confidence
|
120262
|
+
|
120198
120263
|
def initialize(**args)
|
120199
120264
|
update!(**args)
|
120200
120265
|
end
|
@@ -120204,6 +120269,7 @@ module Google
|
|
120204
120269
|
@client_interaction_info = args[:client_interaction_info] if args.key?(:client_interaction_info)
|
120205
120270
|
@cloud_device_data_info = args[:cloud_device_data_info] if args.key?(:cloud_device_data_info)
|
120206
120271
|
@cloud_score = args[:cloud_score] if args.key?(:cloud_score)
|
120272
|
+
@suggestion_confidence = args[:suggestion_confidence] if args.key?(:suggestion_confidence)
|
120207
120273
|
end
|
120208
120274
|
end
|
120209
120275
|
|
@@ -120438,7 +120504,7 @@ module Google
|
|
120438
120504
|
end
|
120439
120505
|
end
|
120440
120506
|
|
120441
|
-
# NEXT_ID:
|
120507
|
+
# NEXT_ID: 6
|
120442
120508
|
class SocialGraphWireProtoPeopleapiExtensionPeopleStackPersonExtendedData
|
120443
120509
|
include Google::Apis::Core::Hashable
|
120444
120510
|
|
@@ -120468,6 +120534,11 @@ module Google
|
|
120468
120534
|
# @return [String]
|
120469
120535
|
attr_accessor :hide_type
|
120470
120536
|
|
120537
|
+
#
|
120538
|
+
# Corresponds to the JSON property `suggestionConfidence`
|
120539
|
+
# @return [String]
|
120540
|
+
attr_accessor :suggestion_confidence
|
120541
|
+
|
120471
120542
|
def initialize(**args)
|
120472
120543
|
update!(**args)
|
120473
120544
|
end
|
@@ -120478,6 +120549,7 @@ module Google
|
|
120478
120549
|
@family_status = args[:family_status] if args.key?(:family_status)
|
120479
120550
|
@hidden_keys = args[:hidden_keys] if args.key?(:hidden_keys)
|
120480
120551
|
@hide_type = args[:hide_type] if args.key?(:hide_type)
|
120552
|
+
@suggestion_confidence = args[:suggestion_confidence] if args.key?(:suggestion_confidence)
|
120481
120553
|
end
|
120482
120554
|
end
|
120483
120555
|
|
@@ -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.28.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 = "20231006"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4252,7 +4252,7 @@ module Google
|
|
4252
4252
|
include Google::Apis::Core::JsonObjectSupport
|
4253
4253
|
end
|
4254
4254
|
|
4255
|
-
class
|
4255
|
+
class GeostoreCityJsonProtoTransformTranslate
|
4256
4256
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4257
4257
|
|
4258
4258
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -5506,6 +5506,12 @@ module Google
|
|
5506
5506
|
include Google::Apis::Core::JsonObjectSupport
|
5507
5507
|
end
|
5508
5508
|
|
5509
|
+
class GoogleAssistantAccessoryV1DeviceStateInstalledAppsState
|
5510
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5511
|
+
|
5512
|
+
include Google::Apis::Core::JsonObjectSupport
|
5513
|
+
end
|
5514
|
+
|
5509
5515
|
class GoogleAssistantAccessoryV1ResponseConfig
|
5510
5516
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5511
5517
|
|
@@ -12316,6 +12322,12 @@ module Google
|
|
12316
12322
|
include Google::Apis::Core::JsonObjectSupport
|
12317
12323
|
end
|
12318
12324
|
|
12325
|
+
class RepositoryWebrefMetaTagIndices
|
12326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12327
|
+
|
12328
|
+
include Google::Apis::Core::JsonObjectSupport
|
12329
|
+
end
|
12330
|
+
|
12319
12331
|
class RepositoryWebrefNameDebugInfo
|
12320
12332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12321
12333
|
|
@@ -21943,7 +21955,6 @@ module Google
|
|
21943
21955
|
# @private
|
21944
21956
|
class Representation < Google::Apis::Core::JsonRepresentation
|
21945
21957
|
property :csai_classification, as: 'csaiClassification'
|
21946
|
-
property :csai_regexp_high_confidence_classification, as: 'csaiRegexpHighConfidenceClassification'
|
21947
21958
|
property :debug, as: 'debug'
|
21948
21959
|
property :is_positive, as: 'isPositive'
|
21949
21960
|
property :score, as: 'score'
|
@@ -23999,12 +24010,12 @@ module Google
|
|
23999
24010
|
# @private
|
24000
24011
|
class Representation < Google::Apis::Core::JsonRepresentation
|
24001
24012
|
property :scale, as: 'scale'
|
24002
|
-
property :translate, as: 'translate', class: Google::Apis::ContentwarehouseV1::
|
24013
|
+
property :translate, as: 'translate', class: Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoTransformTranslate, decorator: Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoTransformTranslate::Representation
|
24003
24014
|
|
24004
24015
|
end
|
24005
24016
|
end
|
24006
24017
|
|
24007
|
-
class
|
24018
|
+
class GeostoreCityJsonProtoTransformTranslate
|
24008
24019
|
# @private
|
24009
24020
|
class Representation < Google::Apis::Core::JsonRepresentation
|
24010
24021
|
property :x, as: 'x'
|
@@ -26653,12 +26664,23 @@ module Google
|
|
26653
26664
|
property :do_not_disturb, as: 'doNotDisturb'
|
26654
26665
|
property :fitness_activities_state, as: 'fitnessActivitiesState', class: Google::Apis::ContentwarehouseV1::GoogleAssistantEmbeddedV1FitnessActivities, decorator: Google::Apis::ContentwarehouseV1::GoogleAssistantEmbeddedV1FitnessActivities::Representation
|
26655
26666
|
|
26667
|
+
property :installed_apps, as: 'installedApps', class: Google::Apis::ContentwarehouseV1::GoogleAssistantAccessoryV1DeviceStateInstalledAppsState, decorator: Google::Apis::ContentwarehouseV1::GoogleAssistantAccessoryV1DeviceStateInstalledAppsState::Representation
|
26668
|
+
|
26669
|
+
property :installed_apps_zlib, :base64 => true, as: 'installedAppsZlib'
|
26656
26670
|
property :timer_state, as: 'timerState', class: Google::Apis::ContentwarehouseV1::GoogleAssistantEmbeddedV1Timers, decorator: Google::Apis::ContentwarehouseV1::GoogleAssistantEmbeddedV1Timers::Representation
|
26657
26671
|
|
26658
26672
|
collection :unavailable_settings, as: 'unavailableSettings'
|
26659
26673
|
end
|
26660
26674
|
end
|
26661
26675
|
|
26676
|
+
class GoogleAssistantAccessoryV1DeviceStateInstalledAppsState
|
26677
|
+
# @private
|
26678
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26679
|
+
collection :apps, as: 'apps', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesProvider, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesProvider::Representation
|
26680
|
+
|
26681
|
+
end
|
26682
|
+
end
|
26683
|
+
|
26662
26684
|
class GoogleAssistantAccessoryV1ResponseConfig
|
26663
26685
|
# @private
|
26664
26686
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -42456,6 +42478,14 @@ module Google
|
|
42456
42478
|
end
|
42457
42479
|
end
|
42458
42480
|
|
42481
|
+
class RepositoryWebrefMetaTagIndices
|
42482
|
+
# @private
|
42483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
42484
|
+
property :index, as: 'index'
|
42485
|
+
property :meta_name, as: 'metaName'
|
42486
|
+
end
|
42487
|
+
end
|
42488
|
+
|
42459
42489
|
class RepositoryWebrefNameDebugInfo
|
42460
42490
|
# @private
|
42461
42491
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -42905,6 +42935,8 @@ module Google
|
|
42905
42935
|
|
42906
42936
|
property :jgn_index, as: 'jgnIndex', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefJuggernautIndices, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefJuggernautIndices::Representation
|
42907
42937
|
|
42938
|
+
property :meta_tag_index, as: 'metaTagIndex', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefMetaTagIndices, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefMetaTagIndices::Representation
|
42939
|
+
|
42908
42940
|
property :query_index, as: 'queryIndex', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefQueryIndices, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefQueryIndices::Representation
|
42909
42941
|
|
42910
42942
|
end
|
@@ -45535,6 +45567,7 @@ module Google
|
|
45535
45567
|
property :cloud_device_data_info, as: 'cloudDeviceDataInfo', class: Google::Apis::ContentwarehouseV1::SocialGraphWireProtoPeopleapiAffinityMetadataCloudDeviceDataInfo, decorator: Google::Apis::ContentwarehouseV1::SocialGraphWireProtoPeopleapiAffinityMetadataCloudDeviceDataInfo::Representation
|
45536
45568
|
|
45537
45569
|
property :cloud_score, as: 'cloudScore'
|
45570
|
+
property :suggestion_confidence, as: 'suggestionConfidence'
|
45538
45571
|
end
|
45539
45572
|
end
|
45540
45573
|
|
@@ -45605,6 +45638,7 @@ module Google
|
|
45605
45638
|
collection :hidden_keys, as: 'hiddenKeys', class: Google::Apis::ContentwarehouseV1::SocialDiscoveryExternalEntityKey, decorator: Google::Apis::ContentwarehouseV1::SocialDiscoveryExternalEntityKey::Representation
|
45606
45639
|
|
45607
45640
|
property :hide_type, as: 'hideType'
|
45641
|
+
property :suggestion_confidence, as: 'suggestionConfidence'
|
45608
45642
|
end
|
45609
45643
|
end
|
45610
45644
|
|
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.28.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-10-
|
11
|
+
date: 2023-10-15 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.28.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: []
|