google-apis-contentwarehouse_v1 0.2.0 → 0.3.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: e4f4386c48b19bf167e9ca46c6701aae93879bc51a3d4283afd6ec835112e9b8
|
4
|
+
data.tar.gz: c0f53535d459573d1ff90600d5229eb5d8e3d34c3ef5c33c1f1f089b9523ba4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ace8146aed225f4ceb0fda090db3484d6897c170eb67b2911ad5556b66af7582c3e9ddaafdd1403e793c34a7cdde42d77674100bd3e0ca53901490376eece32
|
7
|
+
data.tar.gz: 4aaff2c435c34396acf7478e0859312aa10c9f202490ac66c45b965e513dd90859bdf28c1e52decf1399f466fbd38935cf607824481c9dcb906a2f416208bf99
|
data/CHANGELOG.md
CHANGED
@@ -2957,6 +2957,11 @@ module Google
|
|
2957
2957
|
class AppsPeopleOzExternalMergedpeopleapiConnectionReminder
|
2958
2958
|
include Google::Apis::Core::Hashable
|
2959
2959
|
|
2960
|
+
# Contains the Contact level settings that will affect all reminders.
|
2961
|
+
# Corresponds to the JSON property `contactPromptSettings`
|
2962
|
+
# @return [Google::Apis::ContentwarehouseV1::SocialGraphApiProtoContactPromptSettings]
|
2963
|
+
attr_accessor :contact_prompt_settings
|
2964
|
+
|
2960
2965
|
# Metadata for a single Person field. See go/understanding-merged-person
|
2961
2966
|
# Corresponds to the JSON property `metadata`
|
2962
2967
|
# @return [Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata]
|
@@ -2973,6 +2978,7 @@ module Google
|
|
2973
2978
|
|
2974
2979
|
# Update properties of this object
|
2975
2980
|
def update!(**args)
|
2981
|
+
@contact_prompt_settings = args[:contact_prompt_settings] if args.key?(:contact_prompt_settings)
|
2976
2982
|
@metadata = args[:metadata] if args.key?(:metadata)
|
2977
2983
|
@prompt = args[:prompt] if args.key?(:prompt)
|
2978
2984
|
end
|
@@ -12012,7 +12018,7 @@ module Google
|
|
12012
12018
|
attr_accessor :location
|
12013
12019
|
|
12014
12020
|
# Data which is produced for logging and debugging. Servers MUST NOT use this
|
12015
|
-
# for any other purposes, such as branching on it.
|
12021
|
+
# for any other purposes, such as branching on it. Next ID: 14
|
12016
12022
|
# Corresponds to the JSON property `loggingOnlyData`
|
12017
12023
|
# @return [Google::Apis::ContentwarehouseV1::AssistantApiLoggingOnlyData]
|
12018
12024
|
attr_accessor :logging_only_data
|
@@ -12810,7 +12816,7 @@ module Google
|
|
12810
12816
|
end
|
12811
12817
|
|
12812
12818
|
# Data which is produced for logging and debugging. Servers MUST NOT use this
|
12813
|
-
# for any other purposes, such as branching on it.
|
12819
|
+
# for any other purposes, such as branching on it. Next ID: 14
|
12814
12820
|
class AssistantApiLoggingOnlyData
|
12815
12821
|
include Google::Apis::Core::Hashable
|
12816
12822
|
|
@@ -12820,6 +12826,13 @@ module Google
|
|
12820
12826
|
# @return [String]
|
12821
12827
|
attr_accessor :acp_version
|
12822
12828
|
|
12829
|
+
# Random identifier assigned to Android mobile devices. Older logs may have
|
12830
|
+
# previously stored other kinds of android IDs in this field, but all current
|
12831
|
+
# logs should use the GServices Id. See go/androidids.
|
12832
|
+
# Corresponds to the JSON property `androidId`
|
12833
|
+
# @return [Fixnum]
|
12834
|
+
attr_accessor :android_id
|
12835
|
+
|
12823
12836
|
# A user-readable string describing the version of the client app used by the
|
12824
12837
|
# user to originate the conversation.
|
12825
12838
|
# Corresponds to the JSON property `appVersion`
|
@@ -12890,6 +12903,7 @@ module Google
|
|
12890
12903
|
# Update properties of this object
|
12891
12904
|
def update!(**args)
|
12892
12905
|
@acp_version = args[:acp_version] if args.key?(:acp_version)
|
12906
|
+
@android_id = args[:android_id] if args.key?(:android_id)
|
12893
12907
|
@app_version = args[:app_version] if args.key?(:app_version)
|
12894
12908
|
@assistant_settings_source = args[:assistant_settings_source] if args.key?(:assistant_settings_source)
|
12895
12909
|
@board_name = args[:board_name] if args.key?(:board_name)
|
@@ -19654,7 +19668,7 @@ module Google
|
|
19654
19668
|
attr_accessor :single_target_device
|
19655
19669
|
|
19656
19670
|
# Represents the case where the library successfully selects the target device.
|
19657
|
-
# It could be one or multiple devices. Next ID:
|
19671
|
+
# It could be one or multiple devices. Next ID: 4
|
19658
19672
|
# Corresponds to the JSON property `targetDevice`
|
19659
19673
|
# @return [Google::Apis::ContentwarehouseV1::AssistantLogsTargetDeviceLog]
|
19660
19674
|
attr_accessor :target_device
|
@@ -20247,7 +20261,7 @@ module Google
|
|
20247
20261
|
end
|
20248
20262
|
|
20249
20263
|
# Represents the case where the library successfully selects the target device.
|
20250
|
-
# It could be one or multiple devices. Next ID:
|
20264
|
+
# It could be one or multiple devices. Next ID: 4
|
20251
20265
|
class AssistantLogsTargetDeviceLog
|
20252
20266
|
include Google::Apis::Core::Hashable
|
20253
20267
|
|
@@ -20256,6 +20270,11 @@ module Google
|
|
20256
20270
|
# @return [Array<Google::Apis::ContentwarehouseV1::AssistantLogsDeviceInfoLog>]
|
20257
20271
|
attr_accessor :devices
|
20258
20272
|
|
20273
|
+
#
|
20274
|
+
# Corresponds to the JSON property `lowConfidenceReason`
|
20275
|
+
# @return [String]
|
20276
|
+
attr_accessor :low_confidence_reason
|
20277
|
+
|
20259
20278
|
#
|
20260
20279
|
# Corresponds to the JSON property `resultConfidenceLevel`
|
20261
20280
|
# @return [String]
|
@@ -20268,6 +20287,7 @@ module Google
|
|
20268
20287
|
# Update properties of this object
|
20269
20288
|
def update!(**args)
|
20270
20289
|
@devices = args[:devices] if args.key?(:devices)
|
20290
|
+
@low_confidence_reason = args[:low_confidence_reason] if args.key?(:low_confidence_reason)
|
20271
20291
|
@result_confidence_level = args[:result_confidence_level] if args.key?(:result_confidence_level)
|
20272
20292
|
end
|
20273
20293
|
end
|
@@ -23311,9 +23331,9 @@ module Google
|
|
23311
23331
|
# @return [Google::Apis::ContentwarehouseV1::PtokenPToken]
|
23312
23332
|
attr_accessor :ptoken
|
23313
23333
|
|
23314
|
-
# This
|
23315
|
-
#
|
23316
|
-
#
|
23334
|
+
# Note: This is a misleading name as of 2022/10/14. The field is still set and
|
23335
|
+
# has meaningful data, but no longer holds quality signals. All the data are
|
23336
|
+
# freshness-related and they're not particularly sensitive.
|
23317
23337
|
# Corresponds to the JSON property `qualitysignals`
|
23318
23338
|
# @return [Google::Apis::ContentwarehouseV1::CompositeDocQualitySignals]
|
23319
23339
|
attr_accessor :qualitysignals
|
@@ -24020,9 +24040,9 @@ module Google
|
|
24020
24040
|
end
|
24021
24041
|
end
|
24022
24042
|
|
24023
|
-
# This
|
24024
|
-
#
|
24025
|
-
#
|
24043
|
+
# Note: This is a misleading name as of 2022/10/14. The field is still set and
|
24044
|
+
# has meaningful data, but no longer holds quality signals. All the data are
|
24045
|
+
# freshness-related and they're not particularly sensitive.
|
24026
24046
|
class CompositeDocQualitySignals
|
24027
24047
|
include Google::Apis::Core::Hashable
|
24028
24048
|
|
@@ -46769,26 +46789,12 @@ module Google
|
|
46769
46789
|
class GoogleInternalAppsWaldoV1alphaInactive
|
46770
46790
|
include Google::Apis::Core::Hashable
|
46771
46791
|
|
46772
|
-
# The actual status of the user. The message contains everything needed for
|
46773
|
-
# visualisation of this status.
|
46774
|
-
# Corresponds to the JSON property `nextCommitmentStatus`
|
46775
|
-
# @return [Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUserStatus]
|
46776
|
-
attr_accessor :next_commitment_status
|
46777
|
-
|
46778
|
-
# The time when the user will start having a status of InMeeting, DoNotDisturb
|
46779
|
-
# or short OutOfOffice.
|
46780
|
-
# Corresponds to the JSON property `nextCommitmentTime`
|
46781
|
-
# @return [String]
|
46782
|
-
attr_accessor :next_commitment_time
|
46783
|
-
|
46784
46792
|
def initialize(**args)
|
46785
46793
|
update!(**args)
|
46786
46794
|
end
|
46787
46795
|
|
46788
46796
|
# Update properties of this object
|
46789
46797
|
def update!(**args)
|
46790
|
-
@next_commitment_status = args[:next_commitment_status] if args.key?(:next_commitment_status)
|
46791
|
-
@next_commitment_time = args[:next_commitment_time] if args.key?(:next_commitment_time)
|
46792
46798
|
end
|
46793
46799
|
end
|
46794
46800
|
|
@@ -46922,6 +46928,33 @@ module Google
|
|
46922
46928
|
end
|
46923
46929
|
end
|
46924
46930
|
|
46931
|
+
#
|
46932
|
+
class GoogleInternalAppsWaldoV1alphaUpcomingCommitmentContext
|
46933
|
+
include Google::Apis::Core::Hashable
|
46934
|
+
|
46935
|
+
# The actual status of the user. The message contains everything needed for
|
46936
|
+
# visualisation of this status.
|
46937
|
+
# Corresponds to the JSON property `nextCommitmentStatus`
|
46938
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUserStatus]
|
46939
|
+
attr_accessor :next_commitment_status
|
46940
|
+
|
46941
|
+
# The time when the user will start having a status of InMeeting, DoNotDisturb
|
46942
|
+
# or short OutOfOffice.
|
46943
|
+
# Corresponds to the JSON property `nextCommitmentTime`
|
46944
|
+
# @return [String]
|
46945
|
+
attr_accessor :next_commitment_time
|
46946
|
+
|
46947
|
+
def initialize(**args)
|
46948
|
+
update!(**args)
|
46949
|
+
end
|
46950
|
+
|
46951
|
+
# Update properties of this object
|
46952
|
+
def update!(**args)
|
46953
|
+
@next_commitment_status = args[:next_commitment_status] if args.key?(:next_commitment_status)
|
46954
|
+
@next_commitment_time = args[:next_commitment_time] if args.key?(:next_commitment_time)
|
46955
|
+
end
|
46956
|
+
end
|
46957
|
+
|
46925
46958
|
# The context indicating the user's upcoming Out of Office event.
|
46926
46959
|
class GoogleInternalAppsWaldoV1alphaUpcomingOooContext
|
46927
46960
|
include Google::Apis::Core::Hashable
|
@@ -47047,6 +47080,11 @@ module Google
|
|
47047
47080
|
# @return [Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaLocalTimeContext]
|
47048
47081
|
attr_accessor :local_time
|
47049
47082
|
|
47083
|
+
# Information about upcoming events.
|
47084
|
+
# Corresponds to the JSON property `upcomingCommitmentContext`
|
47085
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUpcomingCommitmentContext]
|
47086
|
+
attr_accessor :upcoming_commitment_context
|
47087
|
+
|
47050
47088
|
# The context indicating the user's upcoming Out of Office event.
|
47051
47089
|
# Corresponds to the JSON property `upcomingOoo`
|
47052
47090
|
# @return [Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUpcomingOooContext]
|
@@ -47065,6 +47103,7 @@ module Google
|
|
47065
47103
|
# Update properties of this object
|
47066
47104
|
def update!(**args)
|
47067
47105
|
@local_time = args[:local_time] if args.key?(:local_time)
|
47106
|
+
@upcoming_commitment_context = args[:upcoming_commitment_context] if args.key?(:upcoming_commitment_context)
|
47068
47107
|
@upcoming_ooo = args[:upcoming_ooo] if args.key?(:upcoming_ooo)
|
47069
47108
|
@working_elsewhere = args[:working_elsewhere] if args.key?(:working_elsewhere)
|
47070
47109
|
end
|
@@ -61168,7 +61207,7 @@ module Google
|
|
61168
61207
|
# anything that they need to propagate down stream from AQUA. Note that this
|
61169
61208
|
# proto is not the same as the Superroot proto ParsingSignals (http://google3/
|
61170
61209
|
# knowledge/proto/scoring-signals.proto), which is a Superroot-specific signal
|
61171
|
-
# used in Scoring. Next ID:
|
61210
|
+
# used in Scoring. Next ID: 5
|
61172
61211
|
# Corresponds to the JSON property `parsingSignals`
|
61173
61212
|
# @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryParsingSignals]
|
61174
61213
|
attr_accessor :parsing_signals
|
@@ -61731,7 +61770,7 @@ module Google
|
|
61731
61770
|
# anything that they need to propagate down stream from AQUA. Note that this
|
61732
61771
|
# proto is not the same as the Superroot proto ParsingSignals (http://google3/
|
61733
61772
|
# knowledge/proto/scoring-signals.proto), which is a Superroot-specific signal
|
61734
|
-
# used in Scoring. Next ID:
|
61773
|
+
# used in Scoring. Next ID: 5
|
61735
61774
|
class KnowledgeAnswersIntentQueryParsingSignals
|
61736
61775
|
include Google::Apis::Core::Hashable
|
61737
61776
|
|
@@ -61748,6 +61787,13 @@ module Google
|
|
61748
61787
|
# @return [Google::Apis::ContentwarehouseV1::NlpLoggingQRewriteClientCallPathInfo]
|
61749
61788
|
attr_accessor :qrewrite_call_path_info
|
61750
61789
|
|
61790
|
+
# This proto holds the fingerprint of the call path info of QRewrite client (e.g.
|
61791
|
+
# the QUS's phase like "RBT","QBT"; the QUS's candidate type like "Identity";
|
61792
|
+
# and the ACE's candidate type like "FuzzyMatcher").
|
61793
|
+
# Corresponds to the JSON property `qrewriteCallPathInfoFingerprint`
|
61794
|
+
# @return [Fixnum]
|
61795
|
+
attr_accessor :qrewrite_call_path_info_fingerprint
|
61796
|
+
|
61751
61797
|
# The parser that calibrated the parsing score below.
|
61752
61798
|
# Corresponds to the JSON property `source`
|
61753
61799
|
# @return [String]
|
@@ -61761,6 +61807,7 @@ module Google
|
|
61761
61807
|
def update!(**args)
|
61762
61808
|
@calibrated_parsing_score = args[:calibrated_parsing_score] if args.key?(:calibrated_parsing_score)
|
61763
61809
|
@qrewrite_call_path_info = args[:qrewrite_call_path_info] if args.key?(:qrewrite_call_path_info)
|
61810
|
+
@qrewrite_call_path_info_fingerprint = args[:qrewrite_call_path_info_fingerprint] if args.key?(:qrewrite_call_path_info_fingerprint)
|
61764
61811
|
@source = args[:source] if args.key?(:source)
|
61765
61812
|
end
|
61766
61813
|
end
|
@@ -82616,7 +82663,7 @@ module Google
|
|
82616
82663
|
attr_accessor :noimageframeoverlayreason
|
82617
82664
|
|
82618
82665
|
# NOTE: When adding a new field to be propagated to Raffia check if
|
82619
|
-
# NsrPatternSignalSpec needs to be updated. Next ID:
|
82666
|
+
# NsrPatternSignalSpec needs to be updated. Next ID: 50
|
82620
82667
|
# Corresponds to the JSON property `nsrDataProto`
|
82621
82668
|
# @return [Google::Apis::ContentwarehouseV1::QualityNsrNsrData]
|
82622
82669
|
attr_accessor :nsr_data_proto
|
@@ -89429,7 +89476,7 @@ module Google
|
|
89429
89476
|
end
|
89430
89477
|
|
89431
89478
|
# NOTE: When adding a new field to be propagated to Raffia check if
|
89432
|
-
# NsrPatternSignalSpec needs to be updated. Next ID:
|
89479
|
+
# NsrPatternSignalSpec needs to be updated. Next ID: 50
|
89433
89480
|
class QualityNsrNsrData
|
89434
89481
|
include Google::Apis::Core::Hashable
|
89435
89482
|
|
@@ -89444,9 +89491,9 @@ module Google
|
|
89444
89491
|
attr_accessor :article_score_v2
|
89445
89492
|
|
89446
89493
|
# Site-level chard score: site quality predictor based on content.
|
89447
|
-
# Corresponds to the JSON property `
|
89448
|
-
# @return [
|
89449
|
-
attr_accessor :
|
89494
|
+
# Corresponds to the JSON property `chardEncoded`
|
89495
|
+
# @return [Fixnum]
|
89496
|
+
attr_accessor :chard_encoded
|
89450
89497
|
|
89451
89498
|
#
|
89452
89499
|
# Corresponds to the JSON property `chardVariance`
|
@@ -89579,6 +89626,12 @@ module Google
|
|
89579
89626
|
# @return [Float]
|
89580
89627
|
attr_accessor :pnav
|
89581
89628
|
|
89629
|
+
# NSR - prior. Estimate of whether the site is above/below average NSR in its
|
89630
|
+
# slice.
|
89631
|
+
# Corresponds to the JSON property `relativeNsr`
|
89632
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal>]
|
89633
|
+
attr_accessor :relative_nsr
|
89634
|
+
|
89582
89635
|
# Secondary NSR sitechunk. When present, it provides more granular chunking than
|
89583
89636
|
# primary sitechunks (see quality/nsr/util/sitechunker.h for details).
|
89584
89637
|
# Corresponds to the JSON property `secondarySiteChunk`
|
@@ -89688,7 +89741,7 @@ module Google
|
|
89688
89741
|
def update!(**args)
|
89689
89742
|
@article_score = args[:article_score] if args.key?(:article_score)
|
89690
89743
|
@article_score_v2 = args[:article_score_v2] if args.key?(:article_score_v2)
|
89691
|
-
@
|
89744
|
+
@chard_encoded = args[:chard_encoded] if args.key?(:chard_encoded)
|
89692
89745
|
@chard_variance = args[:chard_variance] if args.key?(:chard_variance)
|
89693
89746
|
@cluster_id = args[:cluster_id] if args.key?(:cluster_id)
|
89694
89747
|
@cluster_uplift = args[:cluster_uplift] if args.key?(:cluster_uplift)
|
@@ -89712,6 +89765,7 @@ module Google
|
|
89712
89765
|
@nsr_variance = args[:nsr_variance] if args.key?(:nsr_variance)
|
89713
89766
|
@nsrdata_from_fallback_pattern_key = args[:nsrdata_from_fallback_pattern_key] if args.key?(:nsrdata_from_fallback_pattern_key)
|
89714
89767
|
@pnav = args[:pnav] if args.key?(:pnav)
|
89768
|
+
@relative_nsr = args[:relative_nsr] if args.key?(:relative_nsr)
|
89715
89769
|
@secondary_site_chunk = args[:secondary_site_chunk] if args.key?(:secondary_site_chunk)
|
89716
89770
|
@shopping_score = args[:shopping_score] if args.key?(:shopping_score)
|
89717
89771
|
@site_autopilot_score = args[:site_autopilot_score] if args.key?(:site_autopilot_score)
|
@@ -92542,7 +92596,7 @@ module Google
|
|
92542
92596
|
include Google::Apis::Core::Hashable
|
92543
92597
|
|
92544
92598
|
# Information about a rating provided for a product. This can represent an
|
92545
|
-
# aggregated rating if count is set. Next Id:
|
92599
|
+
# aggregated rating if count is set. Next Id: 7
|
92546
92600
|
# Corresponds to the JSON property `aggregateRating`
|
92547
92601
|
# @return [Google::Apis::ContentwarehouseV1::ShoppingWebentityShoppingAnnotationProductRating]
|
92548
92602
|
attr_accessor :aggregate_rating
|
@@ -107582,7 +107636,7 @@ module Google
|
|
107582
107636
|
end
|
107583
107637
|
|
107584
107638
|
# Information about a rating provided for a product. This can represent an
|
107585
|
-
# aggregated rating if count is set. Next Id:
|
107639
|
+
# aggregated rating if count is set. Next Id: 7
|
107586
107640
|
class ShoppingWebentityShoppingAnnotationProductRating
|
107587
107641
|
include Google::Apis::Core::Hashable
|
107588
107642
|
|
@@ -107593,6 +107647,18 @@ module Google
|
|
107593
107647
|
# @return [Fixnum]
|
107594
107648
|
attr_accessor :count
|
107595
107649
|
|
107650
|
+
#
|
107651
|
+
# Corresponds to the JSON property `maxValueMillis`
|
107652
|
+
# @return [Fixnum]
|
107653
|
+
attr_accessor :max_value_millis
|
107654
|
+
|
107655
|
+
# The lower and upper bounds of the rating values that could be submitted for
|
107656
|
+
# the product. (Note that it is not the min/max ratings submitted for the
|
107657
|
+
# product, it is the min/max that can hypothetically be submitted.)
|
107658
|
+
# Corresponds to the JSON property `minValueMillis`
|
107659
|
+
# @return [Fixnum]
|
107660
|
+
attr_accessor :min_value_millis
|
107661
|
+
|
107596
107662
|
#
|
107597
107663
|
# Corresponds to the JSON property `source`
|
107598
107664
|
# @return [String]
|
@@ -107604,6 +107670,11 @@ module Google
|
|
107604
107670
|
# @return [Float]
|
107605
107671
|
attr_accessor :value
|
107606
107672
|
|
107673
|
+
# The non-normalized aggregated value of the ratings for this product.
|
107674
|
+
# Corresponds to the JSON property `valueMillis`
|
107675
|
+
# @return [Fixnum]
|
107676
|
+
attr_accessor :value_millis
|
107677
|
+
|
107607
107678
|
def initialize(**args)
|
107608
107679
|
update!(**args)
|
107609
107680
|
end
|
@@ -107611,8 +107682,11 @@ module Google
|
|
107611
107682
|
# Update properties of this object
|
107612
107683
|
def update!(**args)
|
107613
107684
|
@count = args[:count] if args.key?(:count)
|
107685
|
+
@max_value_millis = args[:max_value_millis] if args.key?(:max_value_millis)
|
107686
|
+
@min_value_millis = args[:min_value_millis] if args.key?(:min_value_millis)
|
107614
107687
|
@source = args[:source] if args.key?(:source)
|
107615
107688
|
@value = args[:value] if args.key?(:value)
|
107689
|
+
@value_millis = args[:value_millis] if args.key?(:value_millis)
|
107616
107690
|
end
|
107617
107691
|
end
|
107618
107692
|
|
@@ -108975,6 +109049,27 @@ module Google
|
|
108975
109049
|
end
|
108976
109050
|
end
|
108977
109051
|
|
109052
|
+
#
|
109053
|
+
class SocialGraphApiProtoContactPromptSettings
|
109054
|
+
include Google::Apis::Core::Hashable
|
109055
|
+
|
109056
|
+
# Indicates if any reminders are active for entire contact. This will affect
|
109057
|
+
# both connection reminders and date reminders such as birthday reminders. This
|
109058
|
+
# is required.
|
109059
|
+
# Corresponds to the JSON property `contactActiveState`
|
109060
|
+
# @return [String]
|
109061
|
+
attr_accessor :contact_active_state
|
109062
|
+
|
109063
|
+
def initialize(**args)
|
109064
|
+
update!(**args)
|
109065
|
+
end
|
109066
|
+
|
109067
|
+
# Update properties of this object
|
109068
|
+
def update!(**args)
|
109069
|
+
@contact_active_state = args[:contact_active_state] if args.key?(:contact_active_state)
|
109070
|
+
end
|
109071
|
+
end
|
109072
|
+
|
108978
109073
|
# Contact state and related metadata. See go/fbs-contacts-trash.
|
108979
109074
|
class SocialGraphApiProtoContactState
|
108980
109075
|
include Google::Apis::Core::Hashable
|
@@ -109537,7 +109632,14 @@ module Google
|
|
109537
109632
|
class SocialGraphApiProtoPrompt
|
109538
109633
|
include Google::Apis::Core::Hashable
|
109539
109634
|
|
109540
|
-
#
|
109635
|
+
# Indicates if this prompt is active regardless of its reccurrence date, dismiss
|
109636
|
+
# date or notification triggers. This is required.
|
109637
|
+
# Corresponds to the JSON property `activeState`
|
109638
|
+
# @return [String]
|
109639
|
+
attr_accessor :active_state
|
109640
|
+
|
109641
|
+
# Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService) and in
|
109642
|
+
# Custard response to client apps that read Prompts.
|
109541
109643
|
# Corresponds to the JSON property `content`
|
109542
109644
|
# @return [Google::Apis::ContentwarehouseV1::SocialGraphApiProtoPromptContent]
|
109543
109645
|
attr_accessor :content
|
@@ -109592,6 +109694,7 @@ module Google
|
|
109592
109694
|
|
109593
109695
|
# Update properties of this object
|
109594
109696
|
def update!(**args)
|
109697
|
+
@active_state = args[:active_state] if args.key?(:active_state)
|
109595
109698
|
@content = args[:content] if args.key?(:content)
|
109596
109699
|
@last_dismiss_date = args[:last_dismiss_date] if args.key?(:last_dismiss_date)
|
109597
109700
|
@notification_triggers = args[:notification_triggers] if args.key?(:notification_triggers)
|
@@ -109601,7 +109704,8 @@ module Google
|
|
109601
109704
|
end
|
109602
109705
|
end
|
109603
109706
|
|
109604
|
-
# Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService)
|
109707
|
+
# Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService) and in
|
109708
|
+
# Custard response to client apps that read Prompts.
|
109605
109709
|
class SocialGraphApiProtoPromptContent
|
109606
109710
|
include Google::Apis::Core::Hashable
|
109607
109711
|
|
@@ -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.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221021"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5992,6 +5992,12 @@ module Google
|
|
5992
5992
|
include Google::Apis::Core::JsonObjectSupport
|
5993
5993
|
end
|
5994
5994
|
|
5995
|
+
class GoogleInternalAppsWaldoV1alphaUpcomingCommitmentContext
|
5996
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5997
|
+
|
5998
|
+
include Google::Apis::Core::JsonObjectSupport
|
5999
|
+
end
|
6000
|
+
|
5995
6001
|
class GoogleInternalAppsWaldoV1alphaUpcomingOooContext
|
5996
6002
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5997
6003
|
|
@@ -12868,6 +12874,12 @@ module Google
|
|
12868
12874
|
include Google::Apis::Core::JsonObjectSupport
|
12869
12875
|
end
|
12870
12876
|
|
12877
|
+
class SocialGraphApiProtoContactPromptSettings
|
12878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12879
|
+
|
12880
|
+
include Google::Apis::Core::JsonObjectSupport
|
12881
|
+
end
|
12882
|
+
|
12871
12883
|
class SocialGraphApiProtoContactState
|
12872
12884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12873
12885
|
|
@@ -15379,6 +15391,8 @@ module Google
|
|
15379
15391
|
class AppsPeopleOzExternalMergedpeopleapiConnectionReminder
|
15380
15392
|
# @private
|
15381
15393
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15394
|
+
property :contact_prompt_settings, as: 'contactPromptSettings', class: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoContactPromptSettings, decorator: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoContactPromptSettings::Representation
|
15395
|
+
|
15382
15396
|
property :metadata, as: 'metadata', class: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata, decorator: Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata::Representation
|
15383
15397
|
|
15384
15398
|
collection :prompt, as: 'prompt', class: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoPrompt, decorator: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoPrompt::Representation
|
@@ -17956,6 +17970,7 @@ module Google
|
|
17956
17970
|
# @private
|
17957
17971
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17958
17972
|
property :acp_version, as: 'acpVersion'
|
17973
|
+
property :android_id, :numeric_string => true, as: 'androidId'
|
17959
17974
|
property :app_version, as: 'appVersion'
|
17960
17975
|
property :assistant_settings_source, as: 'assistantSettingsSource'
|
17961
17976
|
property :board_name, as: 'boardName'
|
@@ -19868,6 +19883,7 @@ module Google
|
|
19868
19883
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19869
19884
|
collection :devices, as: 'devices', class: Google::Apis::ContentwarehouseV1::AssistantLogsDeviceInfoLog, decorator: Google::Apis::ContentwarehouseV1::AssistantLogsDeviceInfoLog::Representation
|
19870
19885
|
|
19886
|
+
property :low_confidence_reason, as: 'lowConfidenceReason'
|
19871
19887
|
property :result_confidence_level, as: 'resultConfidenceLevel'
|
19872
19888
|
end
|
19873
19889
|
end
|
@@ -26420,9 +26436,6 @@ module Google
|
|
26420
26436
|
class GoogleInternalAppsWaldoV1alphaInactive
|
26421
26437
|
# @private
|
26422
26438
|
class Representation < Google::Apis::Core::JsonRepresentation
|
26423
|
-
property :next_commitment_status, as: 'nextCommitmentStatus', class: Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUserStatus, decorator: Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUserStatus::Representation
|
26424
|
-
|
26425
|
-
property :next_commitment_time, as: 'nextCommitmentTime'
|
26426
26439
|
end
|
26427
26440
|
end
|
26428
26441
|
|
@@ -26465,6 +26478,15 @@ module Google
|
|
26465
26478
|
end
|
26466
26479
|
end
|
26467
26480
|
|
26481
|
+
class GoogleInternalAppsWaldoV1alphaUpcomingCommitmentContext
|
26482
|
+
# @private
|
26483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26484
|
+
property :next_commitment_status, as: 'nextCommitmentStatus', class: Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUserStatus, decorator: Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUserStatus::Representation
|
26485
|
+
|
26486
|
+
property :next_commitment_time, as: 'nextCommitmentTime'
|
26487
|
+
end
|
26488
|
+
end
|
26489
|
+
|
26468
26490
|
class GoogleInternalAppsWaldoV1alphaUpcomingOooContext
|
26469
26491
|
# @private
|
26470
26492
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -26501,6 +26523,8 @@ module Google
|
|
26501
26523
|
class Representation < Google::Apis::Core::JsonRepresentation
|
26502
26524
|
property :local_time, as: 'localTime', class: Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaLocalTimeContext, decorator: Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaLocalTimeContext::Representation
|
26503
26525
|
|
26526
|
+
property :upcoming_commitment_context, as: 'upcomingCommitmentContext', class: Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUpcomingCommitmentContext, decorator: Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUpcomingCommitmentContext::Representation
|
26527
|
+
|
26504
26528
|
property :upcoming_ooo, as: 'upcomingOoo', class: Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUpcomingOooContext, decorator: Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUpcomingOooContext::Representation
|
26505
26529
|
|
26506
26530
|
property :working_elsewhere, as: 'workingElsewhere', class: Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaWorkingElsewhereContext, decorator: Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaWorkingElsewhereContext::Representation
|
@@ -30091,6 +30115,7 @@ module Google
|
|
30091
30115
|
property :calibrated_parsing_score, as: 'calibratedParsingScore'
|
30092
30116
|
property :qrewrite_call_path_info, as: 'qrewriteCallPathInfo', class: Google::Apis::ContentwarehouseV1::NlpLoggingQRewriteClientCallPathInfo, decorator: Google::Apis::ContentwarehouseV1::NlpLoggingQRewriteClientCallPathInfo::Representation
|
30093
30117
|
|
30118
|
+
property :qrewrite_call_path_info_fingerprint, :numeric_string => true, as: 'qrewriteCallPathInfoFingerprint'
|
30094
30119
|
property :source, as: 'source'
|
30095
30120
|
end
|
30096
30121
|
end
|
@@ -36822,7 +36847,7 @@ module Google
|
|
36822
36847
|
class Representation < Google::Apis::Core::JsonRepresentation
|
36823
36848
|
property :article_score, as: 'articleScore'
|
36824
36849
|
property :article_score_v2, as: 'articleScoreV2'
|
36825
|
-
property :
|
36850
|
+
property :chard_encoded, as: 'chardEncoded'
|
36826
36851
|
property :chard_variance, as: 'chardVariance'
|
36827
36852
|
property :cluster_id, as: 'clusterId'
|
36828
36853
|
property :cluster_uplift, as: 'clusterUplift', class: Google::Apis::ContentwarehouseV1::QualityNsrNsrDataClusterUplift, decorator: Google::Apis::ContentwarehouseV1::QualityNsrNsrDataClusterUplift::Representation
|
@@ -36849,6 +36874,8 @@ module Google
|
|
36849
36874
|
property :nsr_variance, as: 'nsrVariance'
|
36850
36875
|
property :nsrdata_from_fallback_pattern_key, as: 'nsrdataFromFallbackPatternKey'
|
36851
36876
|
property :pnav, as: 'pnav'
|
36877
|
+
collection :relative_nsr, as: 'relativeNsr', class: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal, decorator: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal::Representation
|
36878
|
+
|
36852
36879
|
property :secondary_site_chunk, as: 'secondarySiteChunk'
|
36853
36880
|
property :shopping_score, as: 'shoppingScore'
|
36854
36881
|
property :site_autopilot_score, as: 'siteAutopilotScore'
|
@@ -41259,8 +41286,11 @@ module Google
|
|
41259
41286
|
# @private
|
41260
41287
|
class Representation < Google::Apis::Core::JsonRepresentation
|
41261
41288
|
property :count, :numeric_string => true, as: 'count'
|
41289
|
+
property :max_value_millis, :numeric_string => true, as: 'maxValueMillis'
|
41290
|
+
property :min_value_millis, :numeric_string => true, as: 'minValueMillis'
|
41262
41291
|
property :source, as: 'source'
|
41263
41292
|
property :value, as: 'value'
|
41293
|
+
property :value_millis, :numeric_string => true, as: 'valueMillis'
|
41264
41294
|
end
|
41265
41295
|
end
|
41266
41296
|
|
@@ -41606,6 +41636,13 @@ module Google
|
|
41606
41636
|
end
|
41607
41637
|
end
|
41608
41638
|
|
41639
|
+
class SocialGraphApiProtoContactPromptSettings
|
41640
|
+
# @private
|
41641
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
41642
|
+
property :contact_active_state, as: 'contactActiveState'
|
41643
|
+
end
|
41644
|
+
end
|
41645
|
+
|
41609
41646
|
class SocialGraphApiProtoContactState
|
41610
41647
|
# @private
|
41611
41648
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -41755,6 +41792,7 @@ module Google
|
|
41755
41792
|
class SocialGraphApiProtoPrompt
|
41756
41793
|
# @private
|
41757
41794
|
class Representation < Google::Apis::Core::JsonRepresentation
|
41795
|
+
property :active_state, as: 'activeState'
|
41758
41796
|
property :content, as: 'content', class: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoPromptContent, decorator: Google::Apis::ContentwarehouseV1::SocialGraphApiProtoPromptContent::Representation
|
41759
41797
|
|
41760
41798
|
property :last_dismiss_date, as: 'lastDismissDate', class: Google::Apis::ContentwarehouseV1::GoogleTypeDate, decorator: Google::Apis::ContentwarehouseV1::GoogleTypeDate::Representation
|
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.3.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: 2022-10-
|
11
|
+
date: 2022-10-31 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.3.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: []
|