google-apis-contentwarehouse_v1 0.2.0 → 0.4.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.
@@ -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
|
@@ -3512,10 +3518,10 @@ module Google
|
|
3512
3518
|
end
|
3513
3519
|
end
|
3514
3520
|
|
3515
|
-
#
|
3516
|
-
#
|
3517
|
-
#
|
3518
|
-
#
|
3521
|
+
# Represents a hosted S/MIME certificate config for use with Gmail. See //
|
3522
|
+
# caribou/smime/proto/certificate_status.proto. There can be zero or more
|
3523
|
+
# certificates associated with an email address, be it profile email or contact
|
3524
|
+
# email.
|
3519
3525
|
class AppsPeopleOzExternalMergedpeopleapiEmailCertificate
|
3520
3526
|
include Google::Apis::Core::Hashable
|
3521
3527
|
|
@@ -9074,9 +9080,8 @@ module Google
|
|
9074
9080
|
|
9075
9081
|
#
|
9076
9082
|
# Corresponds to the JSON property `enabled`
|
9077
|
-
# @return [
|
9083
|
+
# @return [String]
|
9078
9084
|
attr_accessor :enabled
|
9079
|
-
alias_method :enabled?, :enabled
|
9080
9085
|
|
9081
9086
|
def initialize(**args)
|
9082
9087
|
update!(**args)
|
@@ -9663,7 +9668,7 @@ module Google
|
|
9663
9668
|
end
|
9664
9669
|
end
|
9665
9670
|
|
9666
|
-
# The android app information of the provider. Like, Spotify. Next ID:
|
9671
|
+
# The android app information of the provider. Like, Spotify. Next ID: 16 LINT.
|
9667
9672
|
# IfChange
|
9668
9673
|
class AssistantApiCoreTypesAndroidAppInfo
|
9669
9674
|
include Google::Apis::Core::Hashable
|
@@ -9765,6 +9770,12 @@ module Google
|
|
9765
9770
|
# @return [String]
|
9766
9771
|
attr_accessor :shortcut_id
|
9767
9772
|
|
9773
|
+
# The fully qualified target class name of the provider, like "com.example.myapp.
|
9774
|
+
# GetOrderService".
|
9775
|
+
# Corresponds to the JSON property `targetClass`
|
9776
|
+
# @return [String]
|
9777
|
+
attr_accessor :target_class
|
9778
|
+
|
9768
9779
|
# The android app version name, like "4.1.091.05.40d", "11.2.7.21.alpha".
|
9769
9780
|
# Android Docs: https://developer.android.com/reference/android/content/pm/
|
9770
9781
|
# PackageInfo#versionName
|
@@ -9791,6 +9802,7 @@ module Google
|
|
9791
9802
|
@package_name = args[:package_name] if args.key?(:package_name)
|
9792
9803
|
@provider_type = args[:provider_type] if args.key?(:provider_type)
|
9793
9804
|
@shortcut_id = args[:shortcut_id] if args.key?(:shortcut_id)
|
9805
|
+
@target_class = args[:target_class] if args.key?(:target_class)
|
9794
9806
|
@version_name = args[:version_name] if args.key?(:version_name)
|
9795
9807
|
end
|
9796
9808
|
end
|
@@ -9800,7 +9812,7 @@ module Google
|
|
9800
9812
|
class AssistantApiCoreTypesAndroidAppInfoDelta
|
9801
9813
|
include Google::Apis::Core::Hashable
|
9802
9814
|
|
9803
|
-
# The android app information of the provider. Like, Spotify. Next ID:
|
9815
|
+
# The android app information of the provider. Like, Spotify. Next ID: 16 LINT.
|
9804
9816
|
# IfChange
|
9805
9817
|
# Corresponds to the JSON property `androidAppInfo`
|
9806
9818
|
# @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesAndroidAppInfo]
|
@@ -11435,7 +11447,7 @@ module Google
|
|
11435
11447
|
class AssistantApiCoreTypesProvider
|
11436
11448
|
include Google::Apis::Core::Hashable
|
11437
11449
|
|
11438
|
-
# The android app information of the provider. Like, Spotify. Next ID:
|
11450
|
+
# The android app information of the provider. Like, Spotify. Next ID: 16 LINT.
|
11439
11451
|
# IfChange
|
11440
11452
|
# Corresponds to the JSON property `androidAppInfo`
|
11441
11453
|
# @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesAndroidAppInfo]
|
@@ -12012,7 +12024,7 @@ module Google
|
|
12012
12024
|
attr_accessor :location
|
12013
12025
|
|
12014
12026
|
# Data which is produced for logging and debugging. Servers MUST NOT use this
|
12015
|
-
# for any other purposes, such as branching on it.
|
12027
|
+
# for any other purposes, such as branching on it. Next ID: 14
|
12016
12028
|
# Corresponds to the JSON property `loggingOnlyData`
|
12017
12029
|
# @return [Google::Apis::ContentwarehouseV1::AssistantApiLoggingOnlyData]
|
12018
12030
|
attr_accessor :logging_only_data
|
@@ -12810,7 +12822,7 @@ module Google
|
|
12810
12822
|
end
|
12811
12823
|
|
12812
12824
|
# Data which is produced for logging and debugging. Servers MUST NOT use this
|
12813
|
-
# for any other purposes, such as branching on it.
|
12825
|
+
# for any other purposes, such as branching on it. Next ID: 14
|
12814
12826
|
class AssistantApiLoggingOnlyData
|
12815
12827
|
include Google::Apis::Core::Hashable
|
12816
12828
|
|
@@ -12820,6 +12832,13 @@ module Google
|
|
12820
12832
|
# @return [String]
|
12821
12833
|
attr_accessor :acp_version
|
12822
12834
|
|
12835
|
+
# Random identifier assigned to Android mobile devices. Older logs may have
|
12836
|
+
# previously stored other kinds of android IDs in this field, but all current
|
12837
|
+
# logs should use the GServices Id. See go/androidids.
|
12838
|
+
# Corresponds to the JSON property `androidId`
|
12839
|
+
# @return [Fixnum]
|
12840
|
+
attr_accessor :android_id
|
12841
|
+
|
12823
12842
|
# A user-readable string describing the version of the client app used by the
|
12824
12843
|
# user to originate the conversation.
|
12825
12844
|
# Corresponds to the JSON property `appVersion`
|
@@ -12890,6 +12909,7 @@ module Google
|
|
12890
12909
|
# Update properties of this object
|
12891
12910
|
def update!(**args)
|
12892
12911
|
@acp_version = args[:acp_version] if args.key?(:acp_version)
|
12912
|
+
@android_id = args[:android_id] if args.key?(:android_id)
|
12893
12913
|
@app_version = args[:app_version] if args.key?(:app_version)
|
12894
12914
|
@assistant_settings_source = args[:assistant_settings_source] if args.key?(:assistant_settings_source)
|
12895
12915
|
@board_name = args[:board_name] if args.key?(:board_name)
|
@@ -16867,7 +16887,7 @@ module Google
|
|
16867
16887
|
# @return [Google::Apis::ContentwarehouseV1::AssistantApiSignInMethod]
|
16868
16888
|
attr_accessor :sign_in_method
|
16869
16889
|
|
16870
|
-
# Whether the client can monitor sleep. This allows us to show sleep CUJ
|
16890
|
+
# Whether the client can monitor sleep. This allows us to show sleep CUJ related
|
16871
16891
|
# information: go/TwilightDesign Use for development only, see the same field in
|
16872
16892
|
# DeviceCapabilities.SoftwareCapabilities.SelinaCapabilities.
|
16873
16893
|
# Corresponds to the JSON property `sleepSensingSupported`
|
@@ -19654,7 +19674,7 @@ module Google
|
|
19654
19674
|
attr_accessor :single_target_device
|
19655
19675
|
|
19656
19676
|
# Represents the case where the library successfully selects the target device.
|
19657
|
-
# It could be one or multiple devices. Next ID:
|
19677
|
+
# It could be one or multiple devices. Next ID: 4
|
19658
19678
|
# Corresponds to the JSON property `targetDevice`
|
19659
19679
|
# @return [Google::Apis::ContentwarehouseV1::AssistantLogsTargetDeviceLog]
|
19660
19680
|
attr_accessor :target_device
|
@@ -20247,7 +20267,7 @@ module Google
|
|
20247
20267
|
end
|
20248
20268
|
|
20249
20269
|
# Represents the case where the library successfully selects the target device.
|
20250
|
-
# It could be one or multiple devices. Next ID:
|
20270
|
+
# It could be one or multiple devices. Next ID: 4
|
20251
20271
|
class AssistantLogsTargetDeviceLog
|
20252
20272
|
include Google::Apis::Core::Hashable
|
20253
20273
|
|
@@ -20256,6 +20276,11 @@ module Google
|
|
20256
20276
|
# @return [Array<Google::Apis::ContentwarehouseV1::AssistantLogsDeviceInfoLog>]
|
20257
20277
|
attr_accessor :devices
|
20258
20278
|
|
20279
|
+
#
|
20280
|
+
# Corresponds to the JSON property `lowConfidenceReason`
|
20281
|
+
# @return [String]
|
20282
|
+
attr_accessor :low_confidence_reason
|
20283
|
+
|
20259
20284
|
#
|
20260
20285
|
# Corresponds to the JSON property `resultConfidenceLevel`
|
20261
20286
|
# @return [String]
|
@@ -20268,13 +20293,14 @@ module Google
|
|
20268
20293
|
# Update properties of this object
|
20269
20294
|
def update!(**args)
|
20270
20295
|
@devices = args[:devices] if args.key?(:devices)
|
20296
|
+
@low_confidence_reason = args[:low_confidence_reason] if args.key?(:low_confidence_reason)
|
20271
20297
|
@result_confidence_level = args[:result_confidence_level] if args.key?(:result_confidence_level)
|
20272
20298
|
end
|
20273
20299
|
end
|
20274
20300
|
|
20275
20301
|
# Signals to be used by the Prefulfillment Ranker. Derived from the
|
20276
20302
|
# ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
|
20277
|
-
# Next ID:
|
20303
|
+
# Next ID: 33
|
20278
20304
|
class AssistantPrefulfillmentRankerPrefulfillmentSignals
|
20279
20305
|
include Google::Apis::Core::Hashable
|
20280
20306
|
|
@@ -20337,6 +20363,13 @@ module Google
|
|
20337
20363
|
# @return [Float]
|
20338
20364
|
attr_accessor :intent_name_auis_score_exp
|
20339
20365
|
|
20366
|
+
# The rank order of the interpretation as determined by kscorer. The kscorer-
|
20367
|
+
# determined dominant interpretation, if any, gets a rank of 0. The remaining N
|
20368
|
+
# interpretations get a rank of 1 through N.
|
20369
|
+
# Corresponds to the JSON property `kscorerRank`
|
20370
|
+
# @return [Fixnum]
|
20371
|
+
attr_accessor :kscorer_rank
|
20372
|
+
|
20340
20373
|
# This feature is always false / no-op in serving time. In training time, this
|
20341
20374
|
# feature may be set true on specific examples for weighted training where when
|
20342
20375
|
# this signal is true, only cross-intent level features are used for training
|
@@ -20400,6 +20433,18 @@ module Google
|
|
20400
20433
|
# @return [Float]
|
20401
20434
|
attr_accessor :pq2t_vs_ibst_cosine
|
20402
20435
|
|
20436
|
+
# Intent confidence predicted by the AssistantVerticalClassifier QRewrite
|
20437
|
+
# servlet.
|
20438
|
+
# Corresponds to the JSON property `predictedIntentConfidence`
|
20439
|
+
# @return [Float]
|
20440
|
+
attr_accessor :predicted_intent_confidence
|
20441
|
+
|
20442
|
+
# The determination made by the SearchDispatchingConfig as to whether and how
|
20443
|
+
# this interpretation should be dispatched to Search.
|
20444
|
+
# Corresponds to the JSON property `searchDispatch`
|
20445
|
+
# @return [String]
|
20446
|
+
attr_accessor :search_dispatch
|
20447
|
+
|
20403
20448
|
# Average of per-word confidence for top speech recognition hypothesis. The
|
20404
20449
|
# value is from RecognizerHypothesisLog: http://google3/logs/proto/speech/
|
20405
20450
|
# service/recognizer_log.proto?l=848&rcl=281400256
|
@@ -20429,6 +20474,7 @@ module Google
|
|
20429
20474
|
@intent_name = args[:intent_name] if args.key?(:intent_name)
|
20430
20475
|
@intent_name_auis_score = args[:intent_name_auis_score] if args.key?(:intent_name_auis_score)
|
20431
20476
|
@intent_name_auis_score_exp = args[:intent_name_auis_score_exp] if args.key?(:intent_name_auis_score_exp)
|
20477
|
+
@kscorer_rank = args[:kscorer_rank] if args.key?(:kscorer_rank)
|
20432
20478
|
@mask_candidate_level_features = args[:mask_candidate_level_features] if args.key?(:mask_candidate_level_features)
|
20433
20479
|
@num_alternative_hypothesis = args[:num_alternative_hypothesis] if args.key?(:num_alternative_hypothesis)
|
20434
20480
|
@num_constraints = args[:num_constraints] if args.key?(:num_constraints)
|
@@ -20439,6 +20485,8 @@ module Google
|
|
20439
20485
|
@num_variables_grounded = args[:num_variables_grounded] if args.key?(:num_variables_grounded)
|
20440
20486
|
@pq2t_vs_assistant_ibst_cosine = args[:pq2t_vs_assistant_ibst_cosine] if args.key?(:pq2t_vs_assistant_ibst_cosine)
|
20441
20487
|
@pq2t_vs_ibst_cosine = args[:pq2t_vs_ibst_cosine] if args.key?(:pq2t_vs_ibst_cosine)
|
20488
|
+
@predicted_intent_confidence = args[:predicted_intent_confidence] if args.key?(:predicted_intent_confidence)
|
20489
|
+
@search_dispatch = args[:search_dispatch] if args.key?(:search_dispatch)
|
20442
20490
|
@top_hypothesis_confidence = args[:top_hypothesis_confidence] if args.key?(:top_hypothesis_confidence)
|
20443
20491
|
@vertical_confidence_score = args[:vertical_confidence_score] if args.key?(:vertical_confidence_score)
|
20444
20492
|
end
|
@@ -23286,7 +23334,7 @@ module Google
|
|
23286
23334
|
# MustangContentInfo` for protocols used during search and/or docinfo. Next
|
23287
23335
|
# available tag deprecated, use this (and look for commented out fields): blaze-
|
23288
23336
|
# bin/net/proto_compiler/protocol-compiler --freetags \ indexer/perdocdata/
|
23289
|
-
# perdocdata.proto Next tag:
|
23337
|
+
# perdocdata.proto Next tag: 218
|
23290
23338
|
# Corresponds to the JSON property `perDocData`
|
23291
23339
|
# @return [Google::Apis::ContentwarehouseV1::PerDocData]
|
23292
23340
|
attr_accessor :per_doc_data
|
@@ -23311,9 +23359,9 @@ module Google
|
|
23311
23359
|
# @return [Google::Apis::ContentwarehouseV1::PtokenPToken]
|
23312
23360
|
attr_accessor :ptoken
|
23313
23361
|
|
23314
|
-
# This
|
23315
|
-
#
|
23316
|
-
#
|
23362
|
+
# Note: This is a misleading name as of 2022/10/14. The field is still set and
|
23363
|
+
# has meaningful data, but no longer holds quality signals. All the data are
|
23364
|
+
# freshness-related and they're not particularly sensitive.
|
23317
23365
|
# Corresponds to the JSON property `qualitysignals`
|
23318
23366
|
# @return [Google::Apis::ContentwarehouseV1::CompositeDocQualitySignals]
|
23319
23367
|
attr_accessor :qualitysignals
|
@@ -23647,7 +23695,7 @@ module Google
|
|
23647
23695
|
# MustangContentInfo` for protocols used during search and/or docinfo. Next
|
23648
23696
|
# available tag deprecated, use this (and look for commented out fields): blaze-
|
23649
23697
|
# bin/net/proto_compiler/protocol-compiler --freetags \ indexer/perdocdata/
|
23650
|
-
# perdocdata.proto Next tag:
|
23698
|
+
# perdocdata.proto Next tag: 218
|
23651
23699
|
# Corresponds to the JSON property `perDocData`
|
23652
23700
|
# @return [Google::Apis::ContentwarehouseV1::PerDocData]
|
23653
23701
|
attr_accessor :per_doc_data
|
@@ -24020,9 +24068,9 @@ module Google
|
|
24020
24068
|
end
|
24021
24069
|
end
|
24022
24070
|
|
24023
|
-
# This
|
24024
|
-
#
|
24025
|
-
#
|
24071
|
+
# Note: This is a misleading name as of 2022/10/14. The field is still set and
|
24072
|
+
# has meaningful data, but no longer holds quality signals. All the data are
|
24073
|
+
# freshness-related and they're not particularly sensitive.
|
24026
24074
|
class CompositeDocQualitySignals
|
24027
24075
|
include Google::Apis::Core::Hashable
|
24028
24076
|
|
@@ -46769,26 +46817,12 @@ module Google
|
|
46769
46817
|
class GoogleInternalAppsWaldoV1alphaInactive
|
46770
46818
|
include Google::Apis::Core::Hashable
|
46771
46819
|
|
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
46820
|
def initialize(**args)
|
46785
46821
|
update!(**args)
|
46786
46822
|
end
|
46787
46823
|
|
46788
46824
|
# Update properties of this object
|
46789
46825
|
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
46826
|
end
|
46793
46827
|
end
|
46794
46828
|
|
@@ -46859,6 +46893,21 @@ module Google
|
|
46859
46893
|
# @return [String]
|
46860
46894
|
attr_accessor :come_back_time
|
46861
46895
|
|
46896
|
+
# The time when the user will stop being committed, i.e., when their status will
|
46897
|
+
# be neither of InMeeting, DoNotDisturb or OutOfOffice < Xh. Note that if this
|
46898
|
+
# OOO block is large (>Xh), committed_until will be the end of this block, not
|
46899
|
+
# including any meetings or focus time following it.
|
46900
|
+
# Corresponds to the JSON property `committedUntil`
|
46901
|
+
# @return [String]
|
46902
|
+
attr_accessor :committed_until
|
46903
|
+
|
46904
|
+
# Whether the status of the user until committed_until has more than one status
|
46905
|
+
# type (e.g. DoNotDisturb + InMeeting).
|
46906
|
+
# Corresponds to the JSON property `committedUntilIsMixed`
|
46907
|
+
# @return [Boolean]
|
46908
|
+
attr_accessor :committed_until_is_mixed
|
46909
|
+
alias_method :committed_until_is_mixed?, :committed_until_is_mixed
|
46910
|
+
|
46862
46911
|
# The summary of the corresponding OOO block in Calendar. This is entered by the
|
46863
46912
|
# user, so we return it "as is" - no i18n.
|
46864
46913
|
# Corresponds to the JSON property `eventSummary`
|
@@ -46872,6 +46921,8 @@ module Google
|
|
46872
46921
|
# Update properties of this object
|
46873
46922
|
def update!(**args)
|
46874
46923
|
@come_back_time = args[:come_back_time] if args.key?(:come_back_time)
|
46924
|
+
@committed_until = args[:committed_until] if args.key?(:committed_until)
|
46925
|
+
@committed_until_is_mixed = args[:committed_until_is_mixed] if args.key?(:committed_until_is_mixed)
|
46875
46926
|
@event_summary = args[:event_summary] if args.key?(:event_summary)
|
46876
46927
|
end
|
46877
46928
|
end
|
@@ -46922,6 +46973,34 @@ module Google
|
|
46922
46973
|
end
|
46923
46974
|
end
|
46924
46975
|
|
46976
|
+
#
|
46977
|
+
class GoogleInternalAppsWaldoV1alphaUpcomingCommitmentContext
|
46978
|
+
include Google::Apis::Core::Hashable
|
46979
|
+
|
46980
|
+
# The actual status of the user. The message contains everything needed for
|
46981
|
+
# visualisation of this status.
|
46982
|
+
# Corresponds to the JSON property `nextCommitmentStatus`
|
46983
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUserStatus]
|
46984
|
+
attr_accessor :next_commitment_status
|
46985
|
+
|
46986
|
+
# The most relevant upcoming commitment (InMeeting, DoNotDisturb or OutOfOffice).
|
46987
|
+
# In most cases this will be the next closest commitment event, but if there is
|
46988
|
+
# a large OOO in less than 24h it will take precedence over earlier events.
|
46989
|
+
# Corresponds to the JSON property `nextCommitmentTime`
|
46990
|
+
# @return [String]
|
46991
|
+
attr_accessor :next_commitment_time
|
46992
|
+
|
46993
|
+
def initialize(**args)
|
46994
|
+
update!(**args)
|
46995
|
+
end
|
46996
|
+
|
46997
|
+
# Update properties of this object
|
46998
|
+
def update!(**args)
|
46999
|
+
@next_commitment_status = args[:next_commitment_status] if args.key?(:next_commitment_status)
|
47000
|
+
@next_commitment_time = args[:next_commitment_time] if args.key?(:next_commitment_time)
|
47001
|
+
end
|
47002
|
+
end
|
47003
|
+
|
46925
47004
|
# The context indicating the user's upcoming Out of Office event.
|
46926
47005
|
class GoogleInternalAppsWaldoV1alphaUpcomingOooContext
|
46927
47006
|
include Google::Apis::Core::Hashable
|
@@ -47047,6 +47126,11 @@ module Google
|
|
47047
47126
|
# @return [Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaLocalTimeContext]
|
47048
47127
|
attr_accessor :local_time
|
47049
47128
|
|
47129
|
+
# Information about upcoming events.
|
47130
|
+
# Corresponds to the JSON property `upcomingCommitmentContext`
|
47131
|
+
# @return [Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUpcomingCommitmentContext]
|
47132
|
+
attr_accessor :upcoming_commitment_context
|
47133
|
+
|
47050
47134
|
# The context indicating the user's upcoming Out of Office event.
|
47051
47135
|
# Corresponds to the JSON property `upcomingOoo`
|
47052
47136
|
# @return [Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUpcomingOooContext]
|
@@ -47065,6 +47149,7 @@ module Google
|
|
47065
47149
|
# Update properties of this object
|
47066
47150
|
def update!(**args)
|
47067
47151
|
@local_time = args[:local_time] if args.key?(:local_time)
|
47152
|
+
@upcoming_commitment_context = args[:upcoming_commitment_context] if args.key?(:upcoming_commitment_context)
|
47068
47153
|
@upcoming_ooo = args[:upcoming_ooo] if args.key?(:upcoming_ooo)
|
47069
47154
|
@working_elsewhere = args[:working_elsewhere] if args.key?(:working_elsewhere)
|
47070
47155
|
end
|
@@ -60577,7 +60662,7 @@ module Google
|
|
60577
60662
|
# e.g., "Parking garage near Target in Mountain View". - Vicinity location:
|
60578
60663
|
# indicates an area around a certain location. The area can be defined by time
|
60579
60664
|
# or space. E.g., "within 1 hour of Palo Alto", "10 blocks from Union Square", "
|
60580
|
-
# a few miles from here". Next ID: 14
|
60665
|
+
# a few miles from here". Next ID: 14 LINT.IfChange()
|
60581
60666
|
# Corresponds to the JSON property `location`
|
60582
60667
|
# @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingLocalLocation]
|
60583
60668
|
attr_accessor :location
|
@@ -61168,7 +61253,7 @@ module Google
|
|
61168
61253
|
# anything that they need to propagate down stream from AQUA. Note that this
|
61169
61254
|
# proto is not the same as the Superroot proto ParsingSignals (http://google3/
|
61170
61255
|
# knowledge/proto/scoring-signals.proto), which is a Superroot-specific signal
|
61171
|
-
# used in Scoring. Next ID:
|
61256
|
+
# used in Scoring. Next ID: 5
|
61172
61257
|
# Corresponds to the JSON property `parsingSignals`
|
61173
61258
|
# @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryParsingSignals]
|
61174
61259
|
attr_accessor :parsing_signals
|
@@ -61181,7 +61266,7 @@ module Google
|
|
61181
61266
|
|
61182
61267
|
# Signals to be used by the Prefulfillment Ranker. Derived from the
|
61183
61268
|
# ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
|
61184
|
-
# Next ID:
|
61269
|
+
# Next ID: 33
|
61185
61270
|
# Corresponds to the JSON property `prefulfillmentSignals`
|
61186
61271
|
# @return [Google::Apis::ContentwarehouseV1::AssistantPrefulfillmentRankerPrefulfillmentSignals]
|
61187
61272
|
attr_accessor :prefulfillment_signals
|
@@ -61731,7 +61816,7 @@ module Google
|
|
61731
61816
|
# anything that they need to propagate down stream from AQUA. Note that this
|
61732
61817
|
# proto is not the same as the Superroot proto ParsingSignals (http://google3/
|
61733
61818
|
# knowledge/proto/scoring-signals.proto), which is a Superroot-specific signal
|
61734
|
-
# used in Scoring. Next ID:
|
61819
|
+
# used in Scoring. Next ID: 5
|
61735
61820
|
class KnowledgeAnswersIntentQueryParsingSignals
|
61736
61821
|
include Google::Apis::Core::Hashable
|
61737
61822
|
|
@@ -61748,6 +61833,13 @@ module Google
|
|
61748
61833
|
# @return [Google::Apis::ContentwarehouseV1::NlpLoggingQRewriteClientCallPathInfo]
|
61749
61834
|
attr_accessor :qrewrite_call_path_info
|
61750
61835
|
|
61836
|
+
# This proto holds the fingerprint of the call path info of QRewrite client (e.g.
|
61837
|
+
# the QUS's phase like "RBT","QBT"; the QUS's candidate type like "Identity";
|
61838
|
+
# and the ACE's candidate type like "FuzzyMatcher").
|
61839
|
+
# Corresponds to the JSON property `qrewriteCallPathInfoFingerprint`
|
61840
|
+
# @return [Fixnum]
|
61841
|
+
attr_accessor :qrewrite_call_path_info_fingerprint
|
61842
|
+
|
61751
61843
|
# The parser that calibrated the parsing score below.
|
61752
61844
|
# Corresponds to the JSON property `source`
|
61753
61845
|
# @return [String]
|
@@ -61761,6 +61853,7 @@ module Google
|
|
61761
61853
|
def update!(**args)
|
61762
61854
|
@calibrated_parsing_score = args[:calibrated_parsing_score] if args.key?(:calibrated_parsing_score)
|
61763
61855
|
@qrewrite_call_path_info = args[:qrewrite_call_path_info] if args.key?(:qrewrite_call_path_info)
|
61856
|
+
@qrewrite_call_path_info_fingerprint = args[:qrewrite_call_path_info_fingerprint] if args.key?(:qrewrite_call_path_info_fingerprint)
|
61764
61857
|
@source = args[:source] if args.key?(:source)
|
61765
61858
|
end
|
61766
61859
|
end
|
@@ -64661,7 +64754,7 @@ module Google
|
|
64661
64754
|
# restrictions associated with the missing attribute. For example, if `
|
64662
64755
|
# availability_start_timestamp` is not set, the data won't be embargoed
|
64663
64756
|
# automatically; if `availability_end_timestamp` is not set, they won't expire
|
64664
|
-
# automatically.
|
64757
|
+
# automatically. LINT.IfChange
|
64665
64758
|
# Corresponds to the JSON property `policyMetadata`
|
64666
64759
|
# @return [Google::Apis::ContentwarehouseV1::StorageGraphBfgPolicyMetadata]
|
64667
64760
|
attr_accessor :policy_metadata
|
@@ -64761,6 +64854,11 @@ module Google
|
|
64761
64854
|
# @return [String]
|
64762
64855
|
attr_accessor :location_name
|
64763
64856
|
|
64857
|
+
# MID corresponding to the location from feature_id.
|
64858
|
+
# Corresponds to the JSON property `mid`
|
64859
|
+
# @return [String]
|
64860
|
+
attr_accessor :mid
|
64861
|
+
|
64764
64862
|
# The timezone to display the current conditions observation time. Optional and
|
64765
64863
|
# will override the timezone of "feature_id".
|
64766
64864
|
# Corresponds to the JSON property `timezone`
|
@@ -64776,6 +64874,7 @@ module Google
|
|
64776
64874
|
@feature_id = args[:feature_id] if args.key?(:feature_id)
|
64777
64875
|
@lat_lng = args[:lat_lng] if args.key?(:lat_lng)
|
64778
64876
|
@location_name = args[:location_name] if args.key?(:location_name)
|
64877
|
+
@mid = args[:mid] if args.key?(:mid)
|
64779
64878
|
@timezone = args[:timezone] if args.key?(:timezone)
|
64780
64879
|
end
|
64781
64880
|
end
|
@@ -72532,7 +72631,7 @@ module Google
|
|
72532
72631
|
# e.g., "Parking garage near Target in Mountain View". - Vicinity location:
|
72533
72632
|
# indicates an area around a certain location. The area can be defined by time
|
72534
72633
|
# or space. E.g., "within 1 hour of Palo Alto", "10 blocks from Union Square", "
|
72535
|
-
# a few miles from here". Next ID: 14
|
72634
|
+
# a few miles from here". Next ID: 14 LINT.IfChange()
|
72536
72635
|
# Corresponds to the JSON property `location1`
|
72537
72636
|
# @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingLocalLocation]
|
72538
72637
|
attr_accessor :location1
|
@@ -72547,7 +72646,7 @@ module Google
|
|
72547
72646
|
# e.g., "Parking garage near Target in Mountain View". - Vicinity location:
|
72548
72647
|
# indicates an area around a certain location. The area can be defined by time
|
72549
72648
|
# or space. E.g., "within 1 hour of Palo Alto", "10 blocks from Union Square", "
|
72550
|
-
# a few miles from here". Next ID: 14
|
72649
|
+
# a few miles from here". Next ID: 14 LINT.IfChange()
|
72551
72650
|
# Corresponds to the JSON property `location2`
|
72552
72651
|
# @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingLocalLocation]
|
72553
72652
|
attr_accessor :location2
|
@@ -73364,7 +73463,7 @@ module Google
|
|
73364
73463
|
# e.g., "Parking garage near Target in Mountain View". - Vicinity location:
|
73365
73464
|
# indicates an area around a certain location. The area can be defined by time
|
73366
73465
|
# or space. E.g., "within 1 hour of Palo Alto", "10 blocks from Union Square", "
|
73367
|
-
# a few miles from here". Next ID: 14
|
73466
|
+
# a few miles from here". Next ID: 14 LINT.IfChange()
|
73368
73467
|
class NlpSemanticParsingLocalLocation
|
73369
73468
|
include Google::Apis::Core::Hashable
|
73370
73469
|
|
@@ -73639,7 +73738,7 @@ module Google
|
|
73639
73738
|
end
|
73640
73739
|
end
|
73641
73740
|
|
73642
|
-
# Next ID: 26
|
73741
|
+
# Next ID: 26 LINT.IfChange
|
73643
73742
|
class NlpSemanticParsingLocalLocationElement
|
73644
73743
|
include Google::Apis::Core::Hashable
|
73645
73744
|
|
@@ -74143,7 +74242,7 @@ module Google
|
|
74143
74242
|
# e.g., "Parking garage near Target in Mountain View". - Vicinity location:
|
74144
74243
|
# indicates an area around a certain location. The area can be defined by time
|
74145
74244
|
# or space. E.g., "within 1 hour of Palo Alto", "10 blocks from Union Square", "
|
74146
|
-
# a few miles from here". Next ID: 14
|
74245
|
+
# a few miles from here". Next ID: 14 LINT.IfChange()
|
74147
74246
|
# Corresponds to the JSON property `base`
|
74148
74247
|
# @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingLocalLocation]
|
74149
74248
|
attr_accessor :base
|
@@ -77782,7 +77881,7 @@ module Google
|
|
77782
77881
|
# e.g., "Parking garage near Target in Mountain View". - Vicinity location:
|
77783
77882
|
# indicates an area around a certain location. The area can be defined by time
|
77784
77883
|
# or space. E.g., "within 1 hour of Palo Alto", "10 blocks from Union Square", "
|
77785
|
-
# a few miles from here". Next ID: 14
|
77884
|
+
# a few miles from here". Next ID: 14 LINT.IfChange()
|
77786
77885
|
# Corresponds to the JSON property `location`
|
77787
77886
|
# @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingLocalLocation]
|
77788
77887
|
attr_accessor :location
|
@@ -78010,7 +78109,7 @@ module Google
|
|
78010
78109
|
class NlpSemanticParsingPersonalIntelligenceEntity
|
78011
78110
|
include Google::Apis::Core::Hashable
|
78012
78111
|
|
78013
|
-
# Next ID:
|
78112
|
+
# Next ID: 27
|
78014
78113
|
# Corresponds to the JSON property `airlineConfig`
|
78015
78114
|
# @return [Google::Apis::ContentwarehouseV1::TravelFlightsAirlineConfig]
|
78016
78115
|
attr_accessor :airline_config
|
@@ -82168,7 +82267,7 @@ module Google
|
|
82168
82267
|
# MustangContentInfo` for protocols used during search and/or docinfo. Next
|
82169
82268
|
# available tag deprecated, use this (and look for commented out fields): blaze-
|
82170
82269
|
# bin/net/proto_compiler/protocol-compiler --freetags \ indexer/perdocdata/
|
82171
|
-
# perdocdata.proto Next tag:
|
82270
|
+
# perdocdata.proto Next tag: 218
|
82172
82271
|
class PerDocData
|
82173
82272
|
include Google::Apis::Core::Hashable
|
82174
82273
|
|
@@ -82616,7 +82715,7 @@ module Google
|
|
82616
82715
|
attr_accessor :noimageframeoverlayreason
|
82617
82716
|
|
82618
82717
|
# NOTE: When adding a new field to be propagated to Raffia check if
|
82619
|
-
# NsrPatternSignalSpec needs to be updated. Next ID:
|
82718
|
+
# NsrPatternSignalSpec needs to be updated. Next ID: 50
|
82620
82719
|
# Corresponds to the JSON property `nsrDataProto`
|
82621
82720
|
# @return [Google::Apis::ContentwarehouseV1::QualityNsrNsrData]
|
82622
82721
|
attr_accessor :nsr_data_proto
|
@@ -82737,7 +82836,7 @@ module Google
|
|
82737
82836
|
attr_accessor :rosetta_languages
|
82738
82837
|
|
82739
82838
|
# This structure holds data for application information for rich snippets Next
|
82740
|
-
# ID:
|
82839
|
+
# ID: 51
|
82741
82840
|
# Corresponds to the JSON property `rsApplication`
|
82742
82841
|
# @return [Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplication]
|
82743
82842
|
attr_accessor :rs_application
|
@@ -82835,6 +82934,11 @@ module Google
|
|
82835
82934
|
# @return [Google::Apis::ContentwarehouseV1::SpamMuppetjoinsMuppetSignals]
|
82836
82935
|
attr_accessor :spam_muppet_signals
|
82837
82936
|
|
82937
|
+
# The document total spam score identified by spambrain, going from 0 to 1.
|
82938
|
+
# Corresponds to the JSON property `spambrainTotalDocSpamScore`
|
82939
|
+
# @return [Float]
|
82940
|
+
attr_accessor :spambrain_total_doc_spam_score
|
82941
|
+
|
82838
82942
|
# The spamrank measures the likelihood that this document links to known
|
82839
82943
|
# spammers. Its value is between 0 and 65535.
|
82840
82944
|
# Corresponds to the JSON property `spamrank`
|
@@ -83102,6 +83206,7 @@ module Google
|
|
83102
83206
|
@socialgraph_node_name_fp = args[:socialgraph_node_name_fp] if args.key?(:socialgraph_node_name_fp)
|
83103
83207
|
@spam_cookbook_action = args[:spam_cookbook_action] if args.key?(:spam_cookbook_action)
|
83104
83208
|
@spam_muppet_signals = args[:spam_muppet_signals] if args.key?(:spam_muppet_signals)
|
83209
|
+
@spambrain_total_doc_spam_score = args[:spambrain_total_doc_spam_score] if args.key?(:spambrain_total_doc_spam_score)
|
83105
83210
|
@spamrank = args[:spamrank] if args.key?(:spamrank)
|
83106
83211
|
@spamtokens_content_score = args[:spamtokens_content_score] if args.key?(:spamtokens_content_score)
|
83107
83212
|
@time_sensitivity = args[:time_sensitivity] if args.key?(:time_sensitivity)
|
@@ -87893,6 +87998,182 @@ module Google
|
|
87893
87998
|
end
|
87894
87999
|
end
|
87895
88000
|
|
88001
|
+
# Contains the needed information for serving a single LiveOp/LiveEvent on AU.
|
88002
|
+
# Next ID: 9
|
88003
|
+
class QualityCalypsoAppsUniversalAuLiveOpDetail
|
88004
|
+
include Google::Apis::Core::Hashable
|
88005
|
+
|
88006
|
+
# Key is country, and value is the schedule information in that country.
|
88007
|
+
# Corresponds to the JSON property `countryLevelScheduleInformation`
|
88008
|
+
# @return [Hash<String,Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpEvent>]
|
88009
|
+
attr_accessor :country_level_schedule_information
|
88010
|
+
|
88011
|
+
# Contains the format information for a single LiveOp/LiveEvent. Next ID: 8
|
88012
|
+
# Corresponds to the JSON property `defaultFormatInformation`
|
88013
|
+
# @return [Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpFormat]
|
88014
|
+
attr_accessor :default_format_information
|
88015
|
+
|
88016
|
+
# Contains the schedule for a single live-op event. Next ID: 4
|
88017
|
+
# Corresponds to the JSON property `defaultScheduleInformation`
|
88018
|
+
# @return [Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpEvent]
|
88019
|
+
attr_accessor :default_schedule_information
|
88020
|
+
|
88021
|
+
# android
|
88022
|
+
# Corresponds to the JSON property `eventId`
|
88023
|
+
# @return [String]
|
88024
|
+
attr_accessor :event_id
|
88025
|
+
|
88026
|
+
# [REQUIRED] type of live op event.
|
88027
|
+
# Corresponds to the JSON property `eventType`
|
88028
|
+
# @return [String]
|
88029
|
+
attr_accessor :event_type
|
88030
|
+
|
88031
|
+
# ios
|
88032
|
+
# Corresponds to the JSON property `eventUrl`
|
88033
|
+
# @return [String]
|
88034
|
+
attr_accessor :event_url
|
88035
|
+
|
88036
|
+
# Key is locale, and value is the format information for that locale.
|
88037
|
+
# Corresponds to the JSON property `localeLevelFormatInformation`
|
88038
|
+
# @return [Hash<String,Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpFormat>]
|
88039
|
+
attr_accessor :locale_level_format_information
|
88040
|
+
|
88041
|
+
#
|
88042
|
+
# Corresponds to the JSON property `priority`
|
88043
|
+
# @return [String]
|
88044
|
+
attr_accessor :priority
|
88045
|
+
|
88046
|
+
def initialize(**args)
|
88047
|
+
update!(**args)
|
88048
|
+
end
|
88049
|
+
|
88050
|
+
# Update properties of this object
|
88051
|
+
def update!(**args)
|
88052
|
+
@country_level_schedule_information = args[:country_level_schedule_information] if args.key?(:country_level_schedule_information)
|
88053
|
+
@default_format_information = args[:default_format_information] if args.key?(:default_format_information)
|
88054
|
+
@default_schedule_information = args[:default_schedule_information] if args.key?(:default_schedule_information)
|
88055
|
+
@event_id = args[:event_id] if args.key?(:event_id)
|
88056
|
+
@event_type = args[:event_type] if args.key?(:event_type)
|
88057
|
+
@event_url = args[:event_url] if args.key?(:event_url)
|
88058
|
+
@locale_level_format_information = args[:locale_level_format_information] if args.key?(:locale_level_format_information)
|
88059
|
+
@priority = args[:priority] if args.key?(:priority)
|
88060
|
+
end
|
88061
|
+
end
|
88062
|
+
|
88063
|
+
# Contains the schedule for a single live-op event. Next ID: 4
|
88064
|
+
class QualityCalypsoAppsUniversalAuLiveOpEvent
|
88065
|
+
include Google::Apis::Core::Hashable
|
88066
|
+
|
88067
|
+
# [REQUIRED] End time in UTC for the live-op event.
|
88068
|
+
# Corresponds to the JSON property `endTimestampMillis`
|
88069
|
+
# @return [Fixnum]
|
88070
|
+
attr_accessor :end_timestamp_millis
|
88071
|
+
|
88072
|
+
# If specified, a live-op event must be shown only after this preview-time (in
|
88073
|
+
# UTC). Otherwise, the event can be shown at any time as long as its before the
|
88074
|
+
# end time.
|
88075
|
+
# Corresponds to the JSON property `previewTimestampMillis`
|
88076
|
+
# @return [Fixnum]
|
88077
|
+
attr_accessor :preview_timestamp_millis
|
88078
|
+
|
88079
|
+
# [REQUIRED] Start time in UTC for the live-op event.
|
88080
|
+
# Corresponds to the JSON property `startTimestampMillis`
|
88081
|
+
# @return [Fixnum]
|
88082
|
+
attr_accessor :start_timestamp_millis
|
88083
|
+
|
88084
|
+
def initialize(**args)
|
88085
|
+
update!(**args)
|
88086
|
+
end
|
88087
|
+
|
88088
|
+
# Update properties of this object
|
88089
|
+
def update!(**args)
|
88090
|
+
@end_timestamp_millis = args[:end_timestamp_millis] if args.key?(:end_timestamp_millis)
|
88091
|
+
@preview_timestamp_millis = args[:preview_timestamp_millis] if args.key?(:preview_timestamp_millis)
|
88092
|
+
@start_timestamp_millis = args[:start_timestamp_millis] if args.key?(:start_timestamp_millis)
|
88093
|
+
end
|
88094
|
+
end
|
88095
|
+
|
88096
|
+
# Contains the format information for a single LiveOp/LiveEvent. Next ID: 8
|
88097
|
+
class QualityCalypsoAppsUniversalAuLiveOpFormat
|
88098
|
+
include Google::Apis::Core::Hashable
|
88099
|
+
|
88100
|
+
#
|
88101
|
+
# Corresponds to the JSON property `deeplink`
|
88102
|
+
# @return [String]
|
88103
|
+
attr_accessor :deeplink
|
88104
|
+
|
88105
|
+
#
|
88106
|
+
# Corresponds to the JSON property `description`
|
88107
|
+
# @return [String]
|
88108
|
+
attr_accessor :description
|
88109
|
+
|
88110
|
+
# iOS only
|
88111
|
+
# Corresponds to the JSON property `eyebrow`
|
88112
|
+
# @return [String]
|
88113
|
+
attr_accessor :eyebrow
|
88114
|
+
|
88115
|
+
#
|
88116
|
+
# Corresponds to the JSON property `imageUrl`
|
88117
|
+
# @return [String]
|
88118
|
+
attr_accessor :image_url
|
88119
|
+
|
88120
|
+
#
|
88121
|
+
# Corresponds to the JSON property `title`
|
88122
|
+
# @return [String]
|
88123
|
+
attr_accessor :title
|
88124
|
+
|
88125
|
+
#
|
88126
|
+
# Corresponds to the JSON property `videoId`
|
88127
|
+
# @return [String]
|
88128
|
+
attr_accessor :video_id
|
88129
|
+
|
88130
|
+
#
|
88131
|
+
# Corresponds to the JSON property `videoUrl`
|
88132
|
+
# @return [String]
|
88133
|
+
attr_accessor :video_url
|
88134
|
+
|
88135
|
+
def initialize(**args)
|
88136
|
+
update!(**args)
|
88137
|
+
end
|
88138
|
+
|
88139
|
+
# Update properties of this object
|
88140
|
+
def update!(**args)
|
88141
|
+
@deeplink = args[:deeplink] if args.key?(:deeplink)
|
88142
|
+
@description = args[:description] if args.key?(:description)
|
88143
|
+
@eyebrow = args[:eyebrow] if args.key?(:eyebrow)
|
88144
|
+
@image_url = args[:image_url] if args.key?(:image_url)
|
88145
|
+
@title = args[:title] if args.key?(:title)
|
88146
|
+
@video_id = args[:video_id] if args.key?(:video_id)
|
88147
|
+
@video_url = args[:video_url] if args.key?(:video_url)
|
88148
|
+
end
|
88149
|
+
end
|
88150
|
+
|
88151
|
+
# Stores all possible LiveOps/LiveEvents that are eligible to be shown for an
|
88152
|
+
# app.
|
88153
|
+
class QualityCalypsoAppsUniversalAuLiveOpsDetailInfo
|
88154
|
+
include Google::Apis::Core::Hashable
|
88155
|
+
|
88156
|
+
#
|
88157
|
+
# Corresponds to the JSON property `liveOpEvents`
|
88158
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpDetail>]
|
88159
|
+
attr_accessor :live_op_events
|
88160
|
+
|
88161
|
+
#
|
88162
|
+
# Corresponds to the JSON property `packageName`
|
88163
|
+
# @return [String]
|
88164
|
+
attr_accessor :package_name
|
88165
|
+
|
88166
|
+
def initialize(**args)
|
88167
|
+
update!(**args)
|
88168
|
+
end
|
88169
|
+
|
88170
|
+
# Update properties of this object
|
88171
|
+
def update!(**args)
|
88172
|
+
@live_op_events = args[:live_op_events] if args.key?(:live_op_events)
|
88173
|
+
@package_name = args[:package_name] if args.key?(:package_name)
|
88174
|
+
end
|
88175
|
+
end
|
88176
|
+
|
87896
88177
|
# Proto message containing site-level signal for search stack. Because
|
87897
88178
|
# firefly_stats.proto depends on "//segindexer:compositedoc_proto", we cannot
|
87898
88179
|
# make perdocdata contain it.
|
@@ -88904,6 +89185,11 @@ module Google
|
|
88904
89185
|
# @return [Float]
|
88905
89186
|
attr_accessor :last_longest_clicks
|
88906
89187
|
|
89188
|
+
# The subset of clicks that are associated with an event from a Unicorn user.
|
89189
|
+
# Corresponds to the JSON property `unicornClicks`
|
89190
|
+
# @return [Float]
|
89191
|
+
attr_accessor :unicorn_clicks
|
89192
|
+
|
88907
89193
|
# This is not being populated for the current format - instead two instances of
|
88908
89194
|
# CrapsClickSignals (squashed/unsquashed) are used. We are migrating to the new
|
88909
89195
|
# format where this field will be populated.
|
@@ -88935,6 +89221,7 @@ module Google
|
|
88935
89221
|
@good_clicks = args[:good_clicks] if args.key?(:good_clicks)
|
88936
89222
|
@impressions = args[:impressions] if args.key?(:impressions)
|
88937
89223
|
@last_longest_clicks = args[:last_longest_clicks] if args.key?(:last_longest_clicks)
|
89224
|
+
@unicorn_clicks = args[:unicorn_clicks] if args.key?(:unicorn_clicks)
|
88938
89225
|
@unsquashed_clicks = args[:unsquashed_clicks] if args.key?(:unsquashed_clicks)
|
88939
89226
|
@unsquashed_impressions = args[:unsquashed_impressions] if args.key?(:unsquashed_impressions)
|
88940
89227
|
@unsquashed_last_longest_clicks = args[:unsquashed_last_longest_clicks] if args.key?(:unsquashed_last_longest_clicks)
|
@@ -89429,7 +89716,7 @@ module Google
|
|
89429
89716
|
end
|
89430
89717
|
|
89431
89718
|
# NOTE: When adding a new field to be propagated to Raffia check if
|
89432
|
-
# NsrPatternSignalSpec needs to be updated. Next ID:
|
89719
|
+
# NsrPatternSignalSpec needs to be updated. Next ID: 50
|
89433
89720
|
class QualityNsrNsrData
|
89434
89721
|
include Google::Apis::Core::Hashable
|
89435
89722
|
|
@@ -89444,9 +89731,9 @@ module Google
|
|
89444
89731
|
attr_accessor :article_score_v2
|
89445
89732
|
|
89446
89733
|
# Site-level chard score: site quality predictor based on content.
|
89447
|
-
# Corresponds to the JSON property `
|
89448
|
-
# @return [
|
89449
|
-
attr_accessor :
|
89734
|
+
# Corresponds to the JSON property `chardEncoded`
|
89735
|
+
# @return [Fixnum]
|
89736
|
+
attr_accessor :chard_encoded
|
89450
89737
|
|
89451
89738
|
#
|
89452
89739
|
# Corresponds to the JSON property `chardVariance`
|
@@ -89579,6 +89866,12 @@ module Google
|
|
89579
89866
|
# @return [Float]
|
89580
89867
|
attr_accessor :pnav
|
89581
89868
|
|
89869
|
+
# NSR - prior. Estimate of whether the site is above/below average NSR in its
|
89870
|
+
# slice.
|
89871
|
+
# Corresponds to the JSON property `priorAdjustedNsr`
|
89872
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal>]
|
89873
|
+
attr_accessor :prior_adjusted_nsr
|
89874
|
+
|
89582
89875
|
# Secondary NSR sitechunk. When present, it provides more granular chunking than
|
89583
89876
|
# primary sitechunks (see quality/nsr/util/sitechunker.h for details).
|
89584
89877
|
# Corresponds to the JSON property `secondarySiteChunk`
|
@@ -89688,7 +89981,7 @@ module Google
|
|
89688
89981
|
def update!(**args)
|
89689
89982
|
@article_score = args[:article_score] if args.key?(:article_score)
|
89690
89983
|
@article_score_v2 = args[:article_score_v2] if args.key?(:article_score_v2)
|
89691
|
-
@
|
89984
|
+
@chard_encoded = args[:chard_encoded] if args.key?(:chard_encoded)
|
89692
89985
|
@chard_variance = args[:chard_variance] if args.key?(:chard_variance)
|
89693
89986
|
@cluster_id = args[:cluster_id] if args.key?(:cluster_id)
|
89694
89987
|
@cluster_uplift = args[:cluster_uplift] if args.key?(:cluster_uplift)
|
@@ -89712,6 +90005,7 @@ module Google
|
|
89712
90005
|
@nsr_variance = args[:nsr_variance] if args.key?(:nsr_variance)
|
89713
90006
|
@nsrdata_from_fallback_pattern_key = args[:nsrdata_from_fallback_pattern_key] if args.key?(:nsrdata_from_fallback_pattern_key)
|
89714
90007
|
@pnav = args[:pnav] if args.key?(:pnav)
|
90008
|
+
@prior_adjusted_nsr = args[:prior_adjusted_nsr] if args.key?(:prior_adjusted_nsr)
|
89715
90009
|
@secondary_site_chunk = args[:secondary_site_chunk] if args.key?(:secondary_site_chunk)
|
89716
90010
|
@shopping_score = args[:shopping_score] if args.key?(:shopping_score)
|
89717
90011
|
@site_autopilot_score = args[:site_autopilot_score] if args.key?(:site_autopilot_score)
|
@@ -91204,7 +91498,7 @@ module Google
|
|
91204
91498
|
end
|
91205
91499
|
end
|
91206
91500
|
|
91207
|
-
# Contact metadata Next Id:
|
91501
|
+
# Contact metadata Next Id: 36
|
91208
91502
|
class QualityQrewritePersonalContactData
|
91209
91503
|
include Google::Apis::Core::Hashable
|
91210
91504
|
|
@@ -91309,6 +91603,11 @@ module Google
|
|
91309
91603
|
attr_accessor :is_visible_to_guests_relationship
|
91310
91604
|
alias_method :is_visible_to_guests_relationship?, :is_visible_to_guests_relationship
|
91311
91605
|
|
91606
|
+
#
|
91607
|
+
# Corresponds to the JSON property `lookupNameSource`
|
91608
|
+
# @return [String]
|
91609
|
+
attr_accessor :lookup_name_source
|
91610
|
+
|
91312
91611
|
# Neural contact match signals.
|
91313
91612
|
# Corresponds to the JSON property `matchSignal`
|
91314
91613
|
# @return [Google::Apis::ContentwarehouseV1::AssistantVerticalsCommonContactMatchSignal]
|
@@ -91417,6 +91716,7 @@ module Google
|
|
91417
91716
|
@is_from_on_device_lookup = args[:is_from_on_device_lookup] if args.key?(:is_from_on_device_lookup)
|
91418
91717
|
@is_transliterated_match = args[:is_transliterated_match] if args.key?(:is_transliterated_match)
|
91419
91718
|
@is_visible_to_guests_relationship = args[:is_visible_to_guests_relationship] if args.key?(:is_visible_to_guests_relationship)
|
91719
|
+
@lookup_name_source = args[:lookup_name_source] if args.key?(:lookup_name_source)
|
91420
91720
|
@match_signal = args[:match_signal] if args.key?(:match_signal)
|
91421
91721
|
@matched_name_type = args[:matched_name_type] if args.key?(:matched_name_type)
|
91422
91722
|
@matched_recognition_alternate_name = args[:matched_recognition_alternate_name] if args.key?(:matched_recognition_alternate_name)
|
@@ -92542,7 +92842,7 @@ module Google
|
|
92542
92842
|
include Google::Apis::Core::Hashable
|
92543
92843
|
|
92544
92844
|
# Information about a rating provided for a product. This can represent an
|
92545
|
-
# aggregated rating if count is set. Next Id:
|
92845
|
+
# aggregated rating if count is set. Next Id: 7
|
92546
92846
|
# Corresponds to the JSON property `aggregateRating`
|
92547
92847
|
# @return [Google::Apis::ContentwarehouseV1::ShoppingWebentityShoppingAnnotationProductRating]
|
92548
92848
|
attr_accessor :aggregate_rating
|
@@ -94163,10 +94463,15 @@ module Google
|
|
94163
94463
|
end
|
94164
94464
|
|
94165
94465
|
# This structure holds data for application information for rich snippets Next
|
94166
|
-
# ID:
|
94466
|
+
# ID: 51
|
94167
94467
|
class RepositoryAnnotationsRdfaRdfaRichSnippetsApplication
|
94168
94468
|
include Google::Apis::Core::Hashable
|
94169
94469
|
|
94470
|
+
#
|
94471
|
+
# Corresponds to the JSON property `appTypeData`
|
94472
|
+
# @return [Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationAppTypeData]
|
94473
|
+
attr_accessor :app_type_data
|
94474
|
+
|
94170
94475
|
# Fields for internal use
|
94171
94476
|
# Corresponds to the JSON property `applicationUrl`
|
94172
94477
|
# @return [String]
|
@@ -94269,6 +94574,12 @@ module Google
|
|
94269
94574
|
# @return [String]
|
94270
94575
|
attr_accessor :last_updated
|
94271
94576
|
|
94577
|
+
# Stores all possible LiveOps/LiveEvents that are eligible to be shown for an
|
94578
|
+
# app.
|
94579
|
+
# Corresponds to the JSON property `liveOpDetails`
|
94580
|
+
# @return [Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpsDetailInfo]
|
94581
|
+
attr_accessor :live_op_details
|
94582
|
+
|
94272
94583
|
# Market Android or itunes
|
94273
94584
|
# Corresponds to the JSON property `marketplace`
|
94274
94585
|
# @return [String]
|
@@ -94321,6 +94632,11 @@ module Google
|
|
94321
94632
|
# @return [String]
|
94322
94633
|
attr_accessor :price
|
94323
94634
|
|
94635
|
+
#
|
94636
|
+
# Corresponds to the JSON property `rankData`
|
94637
|
+
# @return [Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationRankData]
|
94638
|
+
attr_accessor :rank_data
|
94639
|
+
|
94324
94640
|
# Ratings and reviews Either for this version only or for all versions to be
|
94325
94641
|
# displayed.
|
94326
94642
|
# Corresponds to the JSON property `rating`
|
@@ -94422,6 +94738,7 @@ module Google
|
|
94422
94738
|
|
94423
94739
|
# Update properties of this object
|
94424
94740
|
def update!(**args)
|
94741
|
+
@app_type_data = args[:app_type_data] if args.key?(:app_type_data)
|
94425
94742
|
@application_url = args[:application_url] if args.key?(:application_url)
|
94426
94743
|
@breadcrumbs = args[:breadcrumbs] if args.key?(:breadcrumbs)
|
94427
94744
|
@category = args[:category] if args.key?(:category)
|
@@ -94441,6 +94758,7 @@ module Google
|
|
94441
94758
|
@is_default_lang_locale = args[:is_default_lang_locale] if args.key?(:is_default_lang_locale)
|
94442
94759
|
@lang_locale = args[:lang_locale] if args.key?(:lang_locale)
|
94443
94760
|
@last_updated = args[:last_updated] if args.key?(:last_updated)
|
94761
|
+
@live_op_details = args[:live_op_details] if args.key?(:live_op_details)
|
94444
94762
|
@marketplace = args[:marketplace] if args.key?(:marketplace)
|
94445
94763
|
@name = args[:name] if args.key?(:name)
|
94446
94764
|
@num_downloads = args[:num_downloads] if args.key?(:num_downloads)
|
@@ -94451,6 +94769,7 @@ module Google
|
|
94451
94769
|
@platform_tags = args[:platform_tags] if args.key?(:platform_tags)
|
94452
94770
|
@popular_score = args[:popular_score] if args.key?(:popular_score)
|
94453
94771
|
@price = args[:price] if args.key?(:price)
|
94772
|
+
@rank_data = args[:rank_data] if args.key?(:rank_data)
|
94454
94773
|
@rating = args[:rating] if args.key?(:rating)
|
94455
94774
|
@rating_count = args[:rating_count] if args.key?(:rating_count)
|
94456
94775
|
@release_date = args[:release_date] if args.key?(:release_date)
|
@@ -94472,6 +94791,25 @@ module Google
|
|
94472
94791
|
end
|
94473
94792
|
end
|
94474
94793
|
|
94794
|
+
#
|
94795
|
+
class RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationAppTypeData
|
94796
|
+
include Google::Apis::Core::Hashable
|
94797
|
+
|
94798
|
+
# Top level app category type (GAME or APPLICATION). Copied from playwright.
|
94799
|
+
# Corresponds to the JSON property `playStoreAppType`
|
94800
|
+
# @return [String]
|
94801
|
+
attr_accessor :play_store_app_type
|
94802
|
+
|
94803
|
+
def initialize(**args)
|
94804
|
+
update!(**args)
|
94805
|
+
end
|
94806
|
+
|
94807
|
+
# Update properties of this object
|
94808
|
+
def update!(**args)
|
94809
|
+
@play_store_app_type = args[:play_store_app_type] if args.key?(:play_store_app_type)
|
94810
|
+
end
|
94811
|
+
end
|
94812
|
+
|
94475
94813
|
#
|
94476
94814
|
class RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationCountryPrice
|
94477
94815
|
include Google::Apis::Core::Hashable
|
@@ -94504,6 +94842,75 @@ module Google
|
|
94504
94842
|
end
|
94505
94843
|
end
|
94506
94844
|
|
94845
|
+
#
|
94846
|
+
class RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationRank
|
94847
|
+
include Google::Apis::Core::Hashable
|
94848
|
+
|
94849
|
+
#
|
94850
|
+
# Corresponds to the JSON property `appStoreLink`
|
94851
|
+
# @return [String]
|
94852
|
+
attr_accessor :app_store_link
|
94853
|
+
|
94854
|
+
#
|
94855
|
+
# Corresponds to the JSON property `categoryId`
|
94856
|
+
# @return [String]
|
94857
|
+
attr_accessor :category_id
|
94858
|
+
|
94859
|
+
#
|
94860
|
+
# Corresponds to the JSON property `categoryName`
|
94861
|
+
# @return [String]
|
94862
|
+
attr_accessor :category_name
|
94863
|
+
|
94864
|
+
#
|
94865
|
+
# Corresponds to the JSON property `chartType`
|
94866
|
+
# @return [String]
|
94867
|
+
attr_accessor :chart_type
|
94868
|
+
|
94869
|
+
#
|
94870
|
+
# Corresponds to the JSON property `rank`
|
94871
|
+
# @return [Fixnum]
|
94872
|
+
attr_accessor :rank
|
94873
|
+
|
94874
|
+
def initialize(**args)
|
94875
|
+
update!(**args)
|
94876
|
+
end
|
94877
|
+
|
94878
|
+
# Update properties of this object
|
94879
|
+
def update!(**args)
|
94880
|
+
@app_store_link = args[:app_store_link] if args.key?(:app_store_link)
|
94881
|
+
@category_id = args[:category_id] if args.key?(:category_id)
|
94882
|
+
@category_name = args[:category_name] if args.key?(:category_name)
|
94883
|
+
@chart_type = args[:chart_type] if args.key?(:chart_type)
|
94884
|
+
@rank = args[:rank] if args.key?(:rank)
|
94885
|
+
end
|
94886
|
+
end
|
94887
|
+
|
94888
|
+
#
|
94889
|
+
class RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationRankData
|
94890
|
+
include Google::Apis::Core::Hashable
|
94891
|
+
|
94892
|
+
# Copied from the category_id field from Playwright docs. It helps decide which
|
94893
|
+
# category to show in app ranking info.
|
94894
|
+
# Corresponds to the JSON property `playwrightCategoryId`
|
94895
|
+
# @return [Array<String>]
|
94896
|
+
attr_accessor :playwright_category_id
|
94897
|
+
|
94898
|
+
#
|
94899
|
+
# Corresponds to the JSON property `rank`
|
94900
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationRank>]
|
94901
|
+
attr_accessor :rank
|
94902
|
+
|
94903
|
+
def initialize(**args)
|
94904
|
+
update!(**args)
|
94905
|
+
end
|
94906
|
+
|
94907
|
+
# Update properties of this object
|
94908
|
+
def update!(**args)
|
94909
|
+
@playwright_category_id = args[:playwright_category_id] if args.key?(:playwright_category_id)
|
94910
|
+
@rank = args[:rank] if args.key?(:rank)
|
94911
|
+
end
|
94912
|
+
end
|
94913
|
+
|
94507
94914
|
# Represents the aggregated score of the entities for a given name, aggregated
|
94508
94915
|
# over all sources. Next available tag: 3.
|
94509
94916
|
class RepositoryWebrefAggregatedEntityNameScores
|
@@ -99026,8 +99433,7 @@ module Google
|
|
99026
99433
|
attr_accessor :is_compound_name
|
99027
99434
|
alias_method :is_compound_name?, :is_compound_name
|
99028
99435
|
|
99029
|
-
# Indicates special compound retrieval keys, like "Compound $mid1 $mid2"
|
99030
|
-
# repository/webref/universal/util/compound-retrieval.h
|
99436
|
+
# Indicates special compound retrieval keys, like "Compound $mid1 $mid2"
|
99031
99437
|
# Corresponds to the JSON property `isCompoundRetrievalKey`
|
99032
99438
|
# @return [Boolean]
|
99033
99439
|
attr_accessor :is_compound_retrieval_key
|
@@ -107582,7 +107988,7 @@ module Google
|
|
107582
107988
|
end
|
107583
107989
|
|
107584
107990
|
# Information about a rating provided for a product. This can represent an
|
107585
|
-
# aggregated rating if count is set. Next Id:
|
107991
|
+
# aggregated rating if count is set. Next Id: 7
|
107586
107992
|
class ShoppingWebentityShoppingAnnotationProductRating
|
107587
107993
|
include Google::Apis::Core::Hashable
|
107588
107994
|
|
@@ -107593,6 +107999,18 @@ module Google
|
|
107593
107999
|
# @return [Fixnum]
|
107594
108000
|
attr_accessor :count
|
107595
108001
|
|
108002
|
+
#
|
108003
|
+
# Corresponds to the JSON property `maxValueMillis`
|
108004
|
+
# @return [Fixnum]
|
108005
|
+
attr_accessor :max_value_millis
|
108006
|
+
|
108007
|
+
# The lower and upper bounds of the rating values that could be submitted for
|
108008
|
+
# the product. (Note that it is not the min/max ratings submitted for the
|
108009
|
+
# product, it is the min/max that can hypothetically be submitted.)
|
108010
|
+
# Corresponds to the JSON property `minValueMillis`
|
108011
|
+
# @return [Fixnum]
|
108012
|
+
attr_accessor :min_value_millis
|
108013
|
+
|
107596
108014
|
#
|
107597
108015
|
# Corresponds to the JSON property `source`
|
107598
108016
|
# @return [String]
|
@@ -107604,6 +108022,11 @@ module Google
|
|
107604
108022
|
# @return [Float]
|
107605
108023
|
attr_accessor :value
|
107606
108024
|
|
108025
|
+
# The non-normalized aggregated value of the ratings for this product.
|
108026
|
+
# Corresponds to the JSON property `valueMillis`
|
108027
|
+
# @return [Fixnum]
|
108028
|
+
attr_accessor :value_millis
|
108029
|
+
|
107607
108030
|
def initialize(**args)
|
107608
108031
|
update!(**args)
|
107609
108032
|
end
|
@@ -107611,8 +108034,11 @@ module Google
|
|
107611
108034
|
# Update properties of this object
|
107612
108035
|
def update!(**args)
|
107613
108036
|
@count = args[:count] if args.key?(:count)
|
108037
|
+
@max_value_millis = args[:max_value_millis] if args.key?(:max_value_millis)
|
108038
|
+
@min_value_millis = args[:min_value_millis] if args.key?(:min_value_millis)
|
107614
108039
|
@source = args[:source] if args.key?(:source)
|
107615
108040
|
@value = args[:value] if args.key?(:value)
|
108041
|
+
@value_millis = args[:value_millis] if args.key?(:value_millis)
|
107616
108042
|
end
|
107617
108043
|
end
|
107618
108044
|
|
@@ -108975,6 +109401,27 @@ module Google
|
|
108975
109401
|
end
|
108976
109402
|
end
|
108977
109403
|
|
109404
|
+
#
|
109405
|
+
class SocialGraphApiProtoContactPromptSettings
|
109406
|
+
include Google::Apis::Core::Hashable
|
109407
|
+
|
109408
|
+
# Indicates if any reminders are active for entire contact. This will affect
|
109409
|
+
# both connection reminders and date reminders such as birthday reminders. This
|
109410
|
+
# is required.
|
109411
|
+
# Corresponds to the JSON property `contactActiveState`
|
109412
|
+
# @return [String]
|
109413
|
+
attr_accessor :contact_active_state
|
109414
|
+
|
109415
|
+
def initialize(**args)
|
109416
|
+
update!(**args)
|
109417
|
+
end
|
109418
|
+
|
109419
|
+
# Update properties of this object
|
109420
|
+
def update!(**args)
|
109421
|
+
@contact_active_state = args[:contact_active_state] if args.key?(:contact_active_state)
|
109422
|
+
end
|
109423
|
+
end
|
109424
|
+
|
108978
109425
|
# Contact state and related metadata. See go/fbs-contacts-trash.
|
108979
109426
|
class SocialGraphApiProtoContactState
|
108980
109427
|
include Google::Apis::Core::Hashable
|
@@ -109537,7 +109984,14 @@ module Google
|
|
109537
109984
|
class SocialGraphApiProtoPrompt
|
109538
109985
|
include Google::Apis::Core::Hashable
|
109539
109986
|
|
109540
|
-
#
|
109987
|
+
# Indicates if this prompt is active regardless of its reccurrence date, dismiss
|
109988
|
+
# date or notification triggers. This is required.
|
109989
|
+
# Corresponds to the JSON property `activeState`
|
109990
|
+
# @return [String]
|
109991
|
+
attr_accessor :active_state
|
109992
|
+
|
109993
|
+
# Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService) and in
|
109994
|
+
# Custard response to client apps that read Prompts.
|
109541
109995
|
# Corresponds to the JSON property `content`
|
109542
109996
|
# @return [Google::Apis::ContentwarehouseV1::SocialGraphApiProtoPromptContent]
|
109543
109997
|
attr_accessor :content
|
@@ -109592,6 +110046,7 @@ module Google
|
|
109592
110046
|
|
109593
110047
|
# Update properties of this object
|
109594
110048
|
def update!(**args)
|
110049
|
+
@active_state = args[:active_state] if args.key?(:active_state)
|
109595
110050
|
@content = args[:content] if args.key?(:content)
|
109596
110051
|
@last_dismiss_date = args[:last_dismiss_date] if args.key?(:last_dismiss_date)
|
109597
110052
|
@notification_triggers = args[:notification_triggers] if args.key?(:notification_triggers)
|
@@ -109601,7 +110056,8 @@ module Google
|
|
109601
110056
|
end
|
109602
110057
|
end
|
109603
110058
|
|
109604
|
-
# Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService)
|
110059
|
+
# Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService) and in
|
110060
|
+
# Custard response to client apps that read Prompts.
|
109605
110061
|
class SocialGraphApiProtoPromptContent
|
109606
110062
|
include Google::Apis::Core::Hashable
|
109607
110063
|
|
@@ -111315,7 +111771,7 @@ module Google
|
|
111315
111771
|
# restrictions associated with the missing attribute. For example, if `
|
111316
111772
|
# availability_start_timestamp` is not set, the data won't be embargoed
|
111317
111773
|
# automatically; if `availability_end_timestamp` is not set, they won't expire
|
111318
|
-
# automatically.
|
111774
|
+
# automatically. LINT.IfChange
|
111319
111775
|
class StorageGraphBfgPolicyMetadata
|
111320
111776
|
include Google::Apis::Core::Hashable
|
111321
111777
|
|
@@ -111356,6 +111812,49 @@ module Google
|
|
111356
111812
|
# @return [Array<Google::Apis::ContentwarehouseV1::KeGovernanceTypedRegions>]
|
111357
111813
|
attr_accessor :legal_removal_regions
|
111358
111814
|
|
111815
|
+
# The following attributes with `lms_` prefix are for supporting LMS
|
111816
|
+
# restrictions. See go/lms-online-restrictions for details.
|
111817
|
+
# Corresponds to the JSON property `lmsIsEditorial`
|
111818
|
+
# @return [Boolean]
|
111819
|
+
attr_accessor :lms_is_editorial
|
111820
|
+
alias_method :lms_is_editorial?, :lms_is_editorial
|
111821
|
+
|
111822
|
+
# Wrapper message containing list of regions and their corresponding type of
|
111823
|
+
# region signal to use in data governance.
|
111824
|
+
# Corresponds to the JSON property `lmsRegionsAllowed`
|
111825
|
+
# @return [Google::Apis::ContentwarehouseV1::KeGovernanceTypedRegions]
|
111826
|
+
attr_accessor :lms_regions_allowed
|
111827
|
+
|
111828
|
+
# Wrapper message containing list of regions and their corresponding type of
|
111829
|
+
# region signal to use in data governance.
|
111830
|
+
# Corresponds to the JSON property `lmsRegionsDisallowed`
|
111831
|
+
# @return [Google::Apis::ContentwarehouseV1::KeGovernanceTypedRegions]
|
111832
|
+
attr_accessor :lms_regions_disallowed
|
111833
|
+
|
111834
|
+
#
|
111835
|
+
# Corresponds to the JSON property `lmsRequiresAttribution`
|
111836
|
+
# @return [Boolean]
|
111837
|
+
attr_accessor :lms_requires_attribution
|
111838
|
+
alias_method :lms_requires_attribution?, :lms_requires_attribution
|
111839
|
+
|
111840
|
+
#
|
111841
|
+
# Corresponds to the JSON property `lmsRequiresFirstPartyOnly`
|
111842
|
+
# @return [Boolean]
|
111843
|
+
attr_accessor :lms_requires_first_party_only
|
111844
|
+
alias_method :lms_requires_first_party_only?, :lms_requires_first_party_only
|
111845
|
+
|
111846
|
+
#
|
111847
|
+
# Corresponds to the JSON property `lmsRequiresLink`
|
111848
|
+
# @return [Boolean]
|
111849
|
+
attr_accessor :lms_requires_link
|
111850
|
+
alias_method :lms_requires_link?, :lms_requires_link
|
111851
|
+
|
111852
|
+
#
|
111853
|
+
# Corresponds to the JSON property `lmsRequiresShareAlike`
|
111854
|
+
# @return [Boolean]
|
111855
|
+
attr_accessor :lms_requires_share_alike
|
111856
|
+
alias_method :lms_requires_share_alike?, :lms_requires_share_alike
|
111857
|
+
|
111359
111858
|
# Policy metadata are VERTICAL by default. Vertical policy makers / providers
|
111360
111859
|
# does not need to set this field explicitly.
|
111361
111860
|
# Corresponds to the JSON property `policySourceType`
|
@@ -111372,6 +111871,13 @@ module Google
|
|
111372
111871
|
@availability_start_timestamp = args[:availability_start_timestamp] if args.key?(:availability_start_timestamp)
|
111373
111872
|
@legal_allowed_regions = args[:legal_allowed_regions] if args.key?(:legal_allowed_regions)
|
111374
111873
|
@legal_removal_regions = args[:legal_removal_regions] if args.key?(:legal_removal_regions)
|
111874
|
+
@lms_is_editorial = args[:lms_is_editorial] if args.key?(:lms_is_editorial)
|
111875
|
+
@lms_regions_allowed = args[:lms_regions_allowed] if args.key?(:lms_regions_allowed)
|
111876
|
+
@lms_regions_disallowed = args[:lms_regions_disallowed] if args.key?(:lms_regions_disallowed)
|
111877
|
+
@lms_requires_attribution = args[:lms_requires_attribution] if args.key?(:lms_requires_attribution)
|
111878
|
+
@lms_requires_first_party_only = args[:lms_requires_first_party_only] if args.key?(:lms_requires_first_party_only)
|
111879
|
+
@lms_requires_link = args[:lms_requires_link] if args.key?(:lms_requires_link)
|
111880
|
+
@lms_requires_share_alike = args[:lms_requires_share_alike] if args.key?(:lms_requires_share_alike)
|
111375
111881
|
@policy_source_type = args[:policy_source_type] if args.key?(:policy_source_type)
|
111376
111882
|
end
|
111377
111883
|
end
|
@@ -111523,7 +112029,7 @@ module Google
|
|
111523
112029
|
# restrictions associated with the missing attribute. For example, if `
|
111524
112030
|
# availability_start_timestamp` is not set, the data won't be embargoed
|
111525
112031
|
# automatically; if `availability_end_timestamp` is not set, they won't expire
|
111526
|
-
# automatically.
|
112032
|
+
# automatically. LINT.IfChange
|
111527
112033
|
# Corresponds to the JSON property `policyMetadata`
|
111528
112034
|
# @return [Google::Apis::ContentwarehouseV1::StorageGraphBfgPolicyMetadata]
|
111529
112035
|
attr_accessor :policy_metadata
|
@@ -112503,7 +113009,7 @@ module Google
|
|
112503
113009
|
end
|
112504
113010
|
end
|
112505
113011
|
|
112506
|
-
# Next ID:
|
113012
|
+
# Next ID: 27
|
112507
113013
|
class TravelFlightsAirlineConfig
|
112508
113014
|
include Google::Apis::Core::Hashable
|
112509
113015
|
|
@@ -112591,6 +113097,11 @@ module Google
|
|
112591
113097
|
# @return [Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto]
|
112592
113098
|
attr_accessor :names
|
112593
113099
|
|
113100
|
+
# Default url for passenger assistance information.
|
113101
|
+
# Corresponds to the JSON property `passengerAssistanceUrls`
|
113102
|
+
# @return [Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto]
|
113103
|
+
attr_accessor :passenger_assistance_urls
|
113104
|
+
|
112594
113105
|
# Number of flights with this airline over the next 180 days.
|
112595
113106
|
# Corresponds to the JSON property `popularity`
|
112596
113107
|
# @return [Fixnum]
|
@@ -112637,6 +113148,7 @@ module Google
|
|
112637
113148
|
@localized_contact_info = args[:localized_contact_info] if args.key?(:localized_contact_info)
|
112638
113149
|
@mid = args[:mid] if args.key?(:mid)
|
112639
113150
|
@names = args[:names] if args.key?(:names)
|
113151
|
+
@passenger_assistance_urls = args[:passenger_assistance_urls] if args.key?(:passenger_assistance_urls)
|
112640
113152
|
@popularity = args[:popularity] if args.key?(:popularity)
|
112641
113153
|
@short_names = args[:short_names] if args.key?(:short_names)
|
112642
113154
|
@type = args[:type] if args.key?(:type)
|