google-apis-contentwarehouse_v1 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4f4386c48b19bf167e9ca46c6701aae93879bc51a3d4283afd6ec835112e9b8
4
- data.tar.gz: c0f53535d459573d1ff90600d5229eb5d8e3d34c3ef5c33c1f1f089b9523ba4b
3
+ metadata.gz: c30ece6f013279b9688ef5fb6e4ffa9b235bdaa45e266a06ec782ebcdaa354a9
4
+ data.tar.gz: 3db5c878f16eecd43ee705cdc37438f3366a565617cecb225b3ac7e0d71cfc84
5
5
  SHA512:
6
- metadata.gz: 1ace8146aed225f4ceb0fda090db3484d6897c170eb67b2911ad5556b66af7582c3e9ddaafdd1403e793c34a7cdde42d77674100bd3e0ca53901490376eece32
7
- data.tar.gz: 4aaff2c435c34396acf7478e0859312aa10c9f202490ac66c45b965e513dd90859bdf28c1e52decf1399f466fbd38935cf607824481c9dcb906a2f416208bf99
6
+ metadata.gz: 97ec6332073aa86163223a2e2c435b51b67a1af3a5e02d280e54d97bfeb70f08061ef40cddd6125b4957752239dc74f0d2e78c2c9a85ba8a8be8f27d0b5afce2
7
+ data.tar.gz: 3d6a55396c0d342f967048062afdcc719aad6e40138ed4d1568e98f6e856bb9f46d5d77056d0d5e8757bf4e5b746033e91ae05ff7e0daff1e29b74122971d858
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contentwarehouse_v1
2
2
 
3
+ ### v0.4.0 (2022-11-01)
4
+
5
+ * Regenerated from discovery document revision 20221028
6
+
3
7
  ### v0.3.0 (2022-10-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20221021
@@ -3518,10 +3518,10 @@ module Google
3518
3518
  end
3519
3519
  end
3520
3520
 
3521
- # Under development. Represents a hosted S/MIME certificate config for use with
3522
- # Gmail. See //caribou/smime/proto/certificate_status.proto. There can be zero
3523
- # or more certificates associated with an email address, be it profile email or
3524
- # contact email.
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.
3525
3525
  class AppsPeopleOzExternalMergedpeopleapiEmailCertificate
3526
3526
  include Google::Apis::Core::Hashable
3527
3527
 
@@ -9080,9 +9080,8 @@ module Google
9080
9080
 
9081
9081
  #
9082
9082
  # Corresponds to the JSON property `enabled`
9083
- # @return [Boolean]
9083
+ # @return [String]
9084
9084
  attr_accessor :enabled
9085
- alias_method :enabled?, :enabled
9086
9085
 
9087
9086
  def initialize(**args)
9088
9087
  update!(**args)
@@ -9669,7 +9668,7 @@ module Google
9669
9668
  end
9670
9669
  end
9671
9670
 
9672
- # The android app information of the provider. Like, Spotify. Next ID: 15 LINT.
9671
+ # The android app information of the provider. Like, Spotify. Next ID: 16 LINT.
9673
9672
  # IfChange
9674
9673
  class AssistantApiCoreTypesAndroidAppInfo
9675
9674
  include Google::Apis::Core::Hashable
@@ -9771,6 +9770,12 @@ module Google
9771
9770
  # @return [String]
9772
9771
  attr_accessor :shortcut_id
9773
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
+
9774
9779
  # The android app version name, like "4.1.091.05.40d", "11.2.7.21.alpha".
9775
9780
  # Android Docs: https://developer.android.com/reference/android/content/pm/
9776
9781
  # PackageInfo#versionName
@@ -9797,6 +9802,7 @@ module Google
9797
9802
  @package_name = args[:package_name] if args.key?(:package_name)
9798
9803
  @provider_type = args[:provider_type] if args.key?(:provider_type)
9799
9804
  @shortcut_id = args[:shortcut_id] if args.key?(:shortcut_id)
9805
+ @target_class = args[:target_class] if args.key?(:target_class)
9800
9806
  @version_name = args[:version_name] if args.key?(:version_name)
9801
9807
  end
9802
9808
  end
@@ -9806,7 +9812,7 @@ module Google
9806
9812
  class AssistantApiCoreTypesAndroidAppInfoDelta
9807
9813
  include Google::Apis::Core::Hashable
9808
9814
 
9809
- # The android app information of the provider. Like, Spotify. Next ID: 15 LINT.
9815
+ # The android app information of the provider. Like, Spotify. Next ID: 16 LINT.
9810
9816
  # IfChange
9811
9817
  # Corresponds to the JSON property `androidAppInfo`
9812
9818
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesAndroidAppInfo]
@@ -11441,7 +11447,7 @@ module Google
11441
11447
  class AssistantApiCoreTypesProvider
11442
11448
  include Google::Apis::Core::Hashable
11443
11449
 
11444
- # The android app information of the provider. Like, Spotify. Next ID: 15 LINT.
11450
+ # The android app information of the provider. Like, Spotify. Next ID: 16 LINT.
11445
11451
  # IfChange
11446
11452
  # Corresponds to the JSON property `androidAppInfo`
11447
11453
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesAndroidAppInfo]
@@ -16881,7 +16887,7 @@ module Google
16881
16887
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiSignInMethod]
16882
16888
  attr_accessor :sign_in_method
16883
16889
 
16884
- # Whether the client can monitor sleep. This allows us to show sleep CUJ realted
16890
+ # Whether the client can monitor sleep. This allows us to show sleep CUJ related
16885
16891
  # information: go/TwilightDesign Use for development only, see the same field in
16886
16892
  # DeviceCapabilities.SoftwareCapabilities.SelinaCapabilities.
16887
16893
  # Corresponds to the JSON property `sleepSensingSupported`
@@ -20294,7 +20300,7 @@ module Google
20294
20300
 
20295
20301
  # Signals to be used by the Prefulfillment Ranker. Derived from the
20296
20302
  # ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
20297
- # Next ID: 30
20303
+ # Next ID: 33
20298
20304
  class AssistantPrefulfillmentRankerPrefulfillmentSignals
20299
20305
  include Google::Apis::Core::Hashable
20300
20306
 
@@ -20357,6 +20363,13 @@ module Google
20357
20363
  # @return [Float]
20358
20364
  attr_accessor :intent_name_auis_score_exp
20359
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
+
20360
20373
  # This feature is always false / no-op in serving time. In training time, this
20361
20374
  # feature may be set true on specific examples for weighted training where when
20362
20375
  # this signal is true, only cross-intent level features are used for training
@@ -20420,6 +20433,18 @@ module Google
20420
20433
  # @return [Float]
20421
20434
  attr_accessor :pq2t_vs_ibst_cosine
20422
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
+
20423
20448
  # Average of per-word confidence for top speech recognition hypothesis. The
20424
20449
  # value is from RecognizerHypothesisLog: http://google3/logs/proto/speech/
20425
20450
  # service/recognizer_log.proto?l=848&rcl=281400256
@@ -20449,6 +20474,7 @@ module Google
20449
20474
  @intent_name = args[:intent_name] if args.key?(:intent_name)
20450
20475
  @intent_name_auis_score = args[:intent_name_auis_score] if args.key?(:intent_name_auis_score)
20451
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)
20452
20478
  @mask_candidate_level_features = args[:mask_candidate_level_features] if args.key?(:mask_candidate_level_features)
20453
20479
  @num_alternative_hypothesis = args[:num_alternative_hypothesis] if args.key?(:num_alternative_hypothesis)
20454
20480
  @num_constraints = args[:num_constraints] if args.key?(:num_constraints)
@@ -20459,6 +20485,8 @@ module Google
20459
20485
  @num_variables_grounded = args[:num_variables_grounded] if args.key?(:num_variables_grounded)
20460
20486
  @pq2t_vs_assistant_ibst_cosine = args[:pq2t_vs_assistant_ibst_cosine] if args.key?(:pq2t_vs_assistant_ibst_cosine)
20461
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)
20462
20490
  @top_hypothesis_confidence = args[:top_hypothesis_confidence] if args.key?(:top_hypothesis_confidence)
20463
20491
  @vertical_confidence_score = args[:vertical_confidence_score] if args.key?(:vertical_confidence_score)
20464
20492
  end
@@ -23306,7 +23334,7 @@ module Google
23306
23334
  # MustangContentInfo` for protocols used during search and/or docinfo. Next
23307
23335
  # available tag deprecated, use this (and look for commented out fields): blaze-
23308
23336
  # bin/net/proto_compiler/protocol-compiler --freetags \ indexer/perdocdata/
23309
- # perdocdata.proto Next tag: 217
23337
+ # perdocdata.proto Next tag: 218
23310
23338
  # Corresponds to the JSON property `perDocData`
23311
23339
  # @return [Google::Apis::ContentwarehouseV1::PerDocData]
23312
23340
  attr_accessor :per_doc_data
@@ -23667,7 +23695,7 @@ module Google
23667
23695
  # MustangContentInfo` for protocols used during search and/or docinfo. Next
23668
23696
  # available tag deprecated, use this (and look for commented out fields): blaze-
23669
23697
  # bin/net/proto_compiler/protocol-compiler --freetags \ indexer/perdocdata/
23670
- # perdocdata.proto Next tag: 217
23698
+ # perdocdata.proto Next tag: 218
23671
23699
  # Corresponds to the JSON property `perDocData`
23672
23700
  # @return [Google::Apis::ContentwarehouseV1::PerDocData]
23673
23701
  attr_accessor :per_doc_data
@@ -46865,6 +46893,21 @@ module Google
46865
46893
  # @return [String]
46866
46894
  attr_accessor :come_back_time
46867
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
+
46868
46911
  # The summary of the corresponding OOO block in Calendar. This is entered by the
46869
46912
  # user, so we return it "as is" - no i18n.
46870
46913
  # Corresponds to the JSON property `eventSummary`
@@ -46878,6 +46921,8 @@ module Google
46878
46921
  # Update properties of this object
46879
46922
  def update!(**args)
46880
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)
46881
46926
  @event_summary = args[:event_summary] if args.key?(:event_summary)
46882
46927
  end
46883
46928
  end
@@ -46938,8 +46983,9 @@ module Google
46938
46983
  # @return [Google::Apis::ContentwarehouseV1::GoogleInternalAppsWaldoV1alphaUserStatus]
46939
46984
  attr_accessor :next_commitment_status
46940
46985
 
46941
- # The time when the user will start having a status of InMeeting, DoNotDisturb
46942
- # or short OutOfOffice.
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.
46943
46989
  # Corresponds to the JSON property `nextCommitmentTime`
46944
46990
  # @return [String]
46945
46991
  attr_accessor :next_commitment_time
@@ -60616,7 +60662,7 @@ module Google
60616
60662
  # e.g., "Parking garage near Target in Mountain View". - Vicinity location:
60617
60663
  # indicates an area around a certain location. The area can be defined by time
60618
60664
  # or space. E.g., "within 1 hour of Palo Alto", "10 blocks from Union Square", "
60619
- # a few miles from here". Next ID: 14
60665
+ # a few miles from here". Next ID: 14 LINT.IfChange()
60620
60666
  # Corresponds to the JSON property `location`
60621
60667
  # @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingLocalLocation]
60622
60668
  attr_accessor :location
@@ -61220,7 +61266,7 @@ module Google
61220
61266
 
61221
61267
  # Signals to be used by the Prefulfillment Ranker. Derived from the
61222
61268
  # ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
61223
- # Next ID: 30
61269
+ # Next ID: 33
61224
61270
  # Corresponds to the JSON property `prefulfillmentSignals`
61225
61271
  # @return [Google::Apis::ContentwarehouseV1::AssistantPrefulfillmentRankerPrefulfillmentSignals]
61226
61272
  attr_accessor :prefulfillment_signals
@@ -64708,7 +64754,7 @@ module Google
64708
64754
  # restrictions associated with the missing attribute. For example, if `
64709
64755
  # availability_start_timestamp` is not set, the data won't be embargoed
64710
64756
  # automatically; if `availability_end_timestamp` is not set, they won't expire
64711
- # automatically. Next ID: 8 LINT.IfChange
64757
+ # automatically. LINT.IfChange
64712
64758
  # Corresponds to the JSON property `policyMetadata`
64713
64759
  # @return [Google::Apis::ContentwarehouseV1::StorageGraphBfgPolicyMetadata]
64714
64760
  attr_accessor :policy_metadata
@@ -64808,6 +64854,11 @@ module Google
64808
64854
  # @return [String]
64809
64855
  attr_accessor :location_name
64810
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
+
64811
64862
  # The timezone to display the current conditions observation time. Optional and
64812
64863
  # will override the timezone of "feature_id".
64813
64864
  # Corresponds to the JSON property `timezone`
@@ -64823,6 +64874,7 @@ module Google
64823
64874
  @feature_id = args[:feature_id] if args.key?(:feature_id)
64824
64875
  @lat_lng = args[:lat_lng] if args.key?(:lat_lng)
64825
64876
  @location_name = args[:location_name] if args.key?(:location_name)
64877
+ @mid = args[:mid] if args.key?(:mid)
64826
64878
  @timezone = args[:timezone] if args.key?(:timezone)
64827
64879
  end
64828
64880
  end
@@ -72579,7 +72631,7 @@ module Google
72579
72631
  # e.g., "Parking garage near Target in Mountain View". - Vicinity location:
72580
72632
  # indicates an area around a certain location. The area can be defined by time
72581
72633
  # or space. E.g., "within 1 hour of Palo Alto", "10 blocks from Union Square", "
72582
- # a few miles from here". Next ID: 14
72634
+ # a few miles from here". Next ID: 14 LINT.IfChange()
72583
72635
  # Corresponds to the JSON property `location1`
72584
72636
  # @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingLocalLocation]
72585
72637
  attr_accessor :location1
@@ -72594,7 +72646,7 @@ module Google
72594
72646
  # e.g., "Parking garage near Target in Mountain View". - Vicinity location:
72595
72647
  # indicates an area around a certain location. The area can be defined by time
72596
72648
  # or space. E.g., "within 1 hour of Palo Alto", "10 blocks from Union Square", "
72597
- # a few miles from here". Next ID: 14
72649
+ # a few miles from here". Next ID: 14 LINT.IfChange()
72598
72650
  # Corresponds to the JSON property `location2`
72599
72651
  # @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingLocalLocation]
72600
72652
  attr_accessor :location2
@@ -73411,7 +73463,7 @@ module Google
73411
73463
  # e.g., "Parking garage near Target in Mountain View". - Vicinity location:
73412
73464
  # indicates an area around a certain location. The area can be defined by time
73413
73465
  # or space. E.g., "within 1 hour of Palo Alto", "10 blocks from Union Square", "
73414
- # a few miles from here". Next ID: 14
73466
+ # a few miles from here". Next ID: 14 LINT.IfChange()
73415
73467
  class NlpSemanticParsingLocalLocation
73416
73468
  include Google::Apis::Core::Hashable
73417
73469
 
@@ -73686,7 +73738,7 @@ module Google
73686
73738
  end
73687
73739
  end
73688
73740
 
73689
- # Next ID: 26
73741
+ # Next ID: 26 LINT.IfChange
73690
73742
  class NlpSemanticParsingLocalLocationElement
73691
73743
  include Google::Apis::Core::Hashable
73692
73744
 
@@ -74190,7 +74242,7 @@ module Google
74190
74242
  # e.g., "Parking garage near Target in Mountain View". - Vicinity location:
74191
74243
  # indicates an area around a certain location. The area can be defined by time
74192
74244
  # or space. E.g., "within 1 hour of Palo Alto", "10 blocks from Union Square", "
74193
- # a few miles from here". Next ID: 14
74245
+ # a few miles from here". Next ID: 14 LINT.IfChange()
74194
74246
  # Corresponds to the JSON property `base`
74195
74247
  # @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingLocalLocation]
74196
74248
  attr_accessor :base
@@ -77829,7 +77881,7 @@ module Google
77829
77881
  # e.g., "Parking garage near Target in Mountain View". - Vicinity location:
77830
77882
  # indicates an area around a certain location. The area can be defined by time
77831
77883
  # or space. E.g., "within 1 hour of Palo Alto", "10 blocks from Union Square", "
77832
- # a few miles from here". Next ID: 14
77884
+ # a few miles from here". Next ID: 14 LINT.IfChange()
77833
77885
  # Corresponds to the JSON property `location`
77834
77886
  # @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingLocalLocation]
77835
77887
  attr_accessor :location
@@ -78057,7 +78109,7 @@ module Google
78057
78109
  class NlpSemanticParsingPersonalIntelligenceEntity
78058
78110
  include Google::Apis::Core::Hashable
78059
78111
 
78060
- # Next ID: 26
78112
+ # Next ID: 27
78061
78113
  # Corresponds to the JSON property `airlineConfig`
78062
78114
  # @return [Google::Apis::ContentwarehouseV1::TravelFlightsAirlineConfig]
78063
78115
  attr_accessor :airline_config
@@ -82215,7 +82267,7 @@ module Google
82215
82267
  # MustangContentInfo` for protocols used during search and/or docinfo. Next
82216
82268
  # available tag deprecated, use this (and look for commented out fields): blaze-
82217
82269
  # bin/net/proto_compiler/protocol-compiler --freetags \ indexer/perdocdata/
82218
- # perdocdata.proto Next tag: 217
82270
+ # perdocdata.proto Next tag: 218
82219
82271
  class PerDocData
82220
82272
  include Google::Apis::Core::Hashable
82221
82273
 
@@ -82784,7 +82836,7 @@ module Google
82784
82836
  attr_accessor :rosetta_languages
82785
82837
 
82786
82838
  # This structure holds data for application information for rich snippets Next
82787
- # ID: 48
82839
+ # ID: 51
82788
82840
  # Corresponds to the JSON property `rsApplication`
82789
82841
  # @return [Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplication]
82790
82842
  attr_accessor :rs_application
@@ -82882,6 +82934,11 @@ module Google
82882
82934
  # @return [Google::Apis::ContentwarehouseV1::SpamMuppetjoinsMuppetSignals]
82883
82935
  attr_accessor :spam_muppet_signals
82884
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
+
82885
82942
  # The spamrank measures the likelihood that this document links to known
82886
82943
  # spammers. Its value is between 0 and 65535.
82887
82944
  # Corresponds to the JSON property `spamrank`
@@ -83149,6 +83206,7 @@ module Google
83149
83206
  @socialgraph_node_name_fp = args[:socialgraph_node_name_fp] if args.key?(:socialgraph_node_name_fp)
83150
83207
  @spam_cookbook_action = args[:spam_cookbook_action] if args.key?(:spam_cookbook_action)
83151
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)
83152
83210
  @spamrank = args[:spamrank] if args.key?(:spamrank)
83153
83211
  @spamtokens_content_score = args[:spamtokens_content_score] if args.key?(:spamtokens_content_score)
83154
83212
  @time_sensitivity = args[:time_sensitivity] if args.key?(:time_sensitivity)
@@ -87940,6 +87998,182 @@ module Google
87940
87998
  end
87941
87999
  end
87942
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
+
87943
88177
  # Proto message containing site-level signal for search stack. Because
87944
88178
  # firefly_stats.proto depends on "//segindexer:compositedoc_proto", we cannot
87945
88179
  # make perdocdata contain it.
@@ -88951,6 +89185,11 @@ module Google
88951
89185
  # @return [Float]
88952
89186
  attr_accessor :last_longest_clicks
88953
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
+
88954
89193
  # This is not being populated for the current format - instead two instances of
88955
89194
  # CrapsClickSignals (squashed/unsquashed) are used. We are migrating to the new
88956
89195
  # format where this field will be populated.
@@ -88982,6 +89221,7 @@ module Google
88982
89221
  @good_clicks = args[:good_clicks] if args.key?(:good_clicks)
88983
89222
  @impressions = args[:impressions] if args.key?(:impressions)
88984
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)
88985
89225
  @unsquashed_clicks = args[:unsquashed_clicks] if args.key?(:unsquashed_clicks)
88986
89226
  @unsquashed_impressions = args[:unsquashed_impressions] if args.key?(:unsquashed_impressions)
88987
89227
  @unsquashed_last_longest_clicks = args[:unsquashed_last_longest_clicks] if args.key?(:unsquashed_last_longest_clicks)
@@ -89628,9 +89868,9 @@ module Google
89628
89868
 
89629
89869
  # NSR - prior. Estimate of whether the site is above/below average NSR in its
89630
89870
  # slice.
89631
- # Corresponds to the JSON property `relativeNsr`
89871
+ # Corresponds to the JSON property `priorAdjustedNsr`
89632
89872
  # @return [Array<Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal>]
89633
- attr_accessor :relative_nsr
89873
+ attr_accessor :prior_adjusted_nsr
89634
89874
 
89635
89875
  # Secondary NSR sitechunk. When present, it provides more granular chunking than
89636
89876
  # primary sitechunks (see quality/nsr/util/sitechunker.h for details).
@@ -89765,7 +90005,7 @@ module Google
89765
90005
  @nsr_variance = args[:nsr_variance] if args.key?(:nsr_variance)
89766
90006
  @nsrdata_from_fallback_pattern_key = args[:nsrdata_from_fallback_pattern_key] if args.key?(:nsrdata_from_fallback_pattern_key)
89767
90007
  @pnav = args[:pnav] if args.key?(:pnav)
89768
- @relative_nsr = args[:relative_nsr] if args.key?(:relative_nsr)
90008
+ @prior_adjusted_nsr = args[:prior_adjusted_nsr] if args.key?(:prior_adjusted_nsr)
89769
90009
  @secondary_site_chunk = args[:secondary_site_chunk] if args.key?(:secondary_site_chunk)
89770
90010
  @shopping_score = args[:shopping_score] if args.key?(:shopping_score)
89771
90011
  @site_autopilot_score = args[:site_autopilot_score] if args.key?(:site_autopilot_score)
@@ -91258,7 +91498,7 @@ module Google
91258
91498
  end
91259
91499
  end
91260
91500
 
91261
- # Contact metadata Next Id: 35
91501
+ # Contact metadata Next Id: 36
91262
91502
  class QualityQrewritePersonalContactData
91263
91503
  include Google::Apis::Core::Hashable
91264
91504
 
@@ -91363,6 +91603,11 @@ module Google
91363
91603
  attr_accessor :is_visible_to_guests_relationship
91364
91604
  alias_method :is_visible_to_guests_relationship?, :is_visible_to_guests_relationship
91365
91605
 
91606
+ #
91607
+ # Corresponds to the JSON property `lookupNameSource`
91608
+ # @return [String]
91609
+ attr_accessor :lookup_name_source
91610
+
91366
91611
  # Neural contact match signals.
91367
91612
  # Corresponds to the JSON property `matchSignal`
91368
91613
  # @return [Google::Apis::ContentwarehouseV1::AssistantVerticalsCommonContactMatchSignal]
@@ -91471,6 +91716,7 @@ module Google
91471
91716
  @is_from_on_device_lookup = args[:is_from_on_device_lookup] if args.key?(:is_from_on_device_lookup)
91472
91717
  @is_transliterated_match = args[:is_transliterated_match] if args.key?(:is_transliterated_match)
91473
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)
91474
91720
  @match_signal = args[:match_signal] if args.key?(:match_signal)
91475
91721
  @matched_name_type = args[:matched_name_type] if args.key?(:matched_name_type)
91476
91722
  @matched_recognition_alternate_name = args[:matched_recognition_alternate_name] if args.key?(:matched_recognition_alternate_name)
@@ -94217,10 +94463,15 @@ module Google
94217
94463
  end
94218
94464
 
94219
94465
  # This structure holds data for application information for rich snippets Next
94220
- # ID: 48
94466
+ # ID: 51
94221
94467
  class RepositoryAnnotationsRdfaRdfaRichSnippetsApplication
94222
94468
  include Google::Apis::Core::Hashable
94223
94469
 
94470
+ #
94471
+ # Corresponds to the JSON property `appTypeData`
94472
+ # @return [Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationAppTypeData]
94473
+ attr_accessor :app_type_data
94474
+
94224
94475
  # Fields for internal use
94225
94476
  # Corresponds to the JSON property `applicationUrl`
94226
94477
  # @return [String]
@@ -94323,6 +94574,12 @@ module Google
94323
94574
  # @return [String]
94324
94575
  attr_accessor :last_updated
94325
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
+
94326
94583
  # Market Android or itunes
94327
94584
  # Corresponds to the JSON property `marketplace`
94328
94585
  # @return [String]
@@ -94375,6 +94632,11 @@ module Google
94375
94632
  # @return [String]
94376
94633
  attr_accessor :price
94377
94634
 
94635
+ #
94636
+ # Corresponds to the JSON property `rankData`
94637
+ # @return [Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationRankData]
94638
+ attr_accessor :rank_data
94639
+
94378
94640
  # Ratings and reviews Either for this version only or for all versions to be
94379
94641
  # displayed.
94380
94642
  # Corresponds to the JSON property `rating`
@@ -94476,6 +94738,7 @@ module Google
94476
94738
 
94477
94739
  # Update properties of this object
94478
94740
  def update!(**args)
94741
+ @app_type_data = args[:app_type_data] if args.key?(:app_type_data)
94479
94742
  @application_url = args[:application_url] if args.key?(:application_url)
94480
94743
  @breadcrumbs = args[:breadcrumbs] if args.key?(:breadcrumbs)
94481
94744
  @category = args[:category] if args.key?(:category)
@@ -94495,6 +94758,7 @@ module Google
94495
94758
  @is_default_lang_locale = args[:is_default_lang_locale] if args.key?(:is_default_lang_locale)
94496
94759
  @lang_locale = args[:lang_locale] if args.key?(:lang_locale)
94497
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)
94498
94762
  @marketplace = args[:marketplace] if args.key?(:marketplace)
94499
94763
  @name = args[:name] if args.key?(:name)
94500
94764
  @num_downloads = args[:num_downloads] if args.key?(:num_downloads)
@@ -94505,6 +94769,7 @@ module Google
94505
94769
  @platform_tags = args[:platform_tags] if args.key?(:platform_tags)
94506
94770
  @popular_score = args[:popular_score] if args.key?(:popular_score)
94507
94771
  @price = args[:price] if args.key?(:price)
94772
+ @rank_data = args[:rank_data] if args.key?(:rank_data)
94508
94773
  @rating = args[:rating] if args.key?(:rating)
94509
94774
  @rating_count = args[:rating_count] if args.key?(:rating_count)
94510
94775
  @release_date = args[:release_date] if args.key?(:release_date)
@@ -94526,6 +94791,25 @@ module Google
94526
94791
  end
94527
94792
  end
94528
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
+
94529
94813
  #
94530
94814
  class RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationCountryPrice
94531
94815
  include Google::Apis::Core::Hashable
@@ -94558,6 +94842,75 @@ module Google
94558
94842
  end
94559
94843
  end
94560
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
+
94561
94914
  # Represents the aggregated score of the entities for a given name, aggregated
94562
94915
  # over all sources. Next available tag: 3.
94563
94916
  class RepositoryWebrefAggregatedEntityNameScores
@@ -99080,8 +99433,7 @@ module Google
99080
99433
  attr_accessor :is_compound_name
99081
99434
  alias_method :is_compound_name?, :is_compound_name
99082
99435
 
99083
- # Indicates special compound retrieval keys, like "Compound $mid1 $mid2", see
99084
- # repository/webref/universal/util/compound-retrieval.h
99436
+ # Indicates special compound retrieval keys, like "Compound $mid1 $mid2"
99085
99437
  # Corresponds to the JSON property `isCompoundRetrievalKey`
99086
99438
  # @return [Boolean]
99087
99439
  attr_accessor :is_compound_retrieval_key
@@ -111419,7 +111771,7 @@ module Google
111419
111771
  # restrictions associated with the missing attribute. For example, if `
111420
111772
  # availability_start_timestamp` is not set, the data won't be embargoed
111421
111773
  # automatically; if `availability_end_timestamp` is not set, they won't expire
111422
- # automatically. Next ID: 8 LINT.IfChange
111774
+ # automatically. LINT.IfChange
111423
111775
  class StorageGraphBfgPolicyMetadata
111424
111776
  include Google::Apis::Core::Hashable
111425
111777
 
@@ -111460,6 +111812,49 @@ module Google
111460
111812
  # @return [Array<Google::Apis::ContentwarehouseV1::KeGovernanceTypedRegions>]
111461
111813
  attr_accessor :legal_removal_regions
111462
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
+
111463
111858
  # Policy metadata are VERTICAL by default. Vertical policy makers / providers
111464
111859
  # does not need to set this field explicitly.
111465
111860
  # Corresponds to the JSON property `policySourceType`
@@ -111476,6 +111871,13 @@ module Google
111476
111871
  @availability_start_timestamp = args[:availability_start_timestamp] if args.key?(:availability_start_timestamp)
111477
111872
  @legal_allowed_regions = args[:legal_allowed_regions] if args.key?(:legal_allowed_regions)
111478
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)
111479
111881
  @policy_source_type = args[:policy_source_type] if args.key?(:policy_source_type)
111480
111882
  end
111481
111883
  end
@@ -111627,7 +112029,7 @@ module Google
111627
112029
  # restrictions associated with the missing attribute. For example, if `
111628
112030
  # availability_start_timestamp` is not set, the data won't be embargoed
111629
112031
  # automatically; if `availability_end_timestamp` is not set, they won't expire
111630
- # automatically. Next ID: 8 LINT.IfChange
112032
+ # automatically. LINT.IfChange
111631
112033
  # Corresponds to the JSON property `policyMetadata`
111632
112034
  # @return [Google::Apis::ContentwarehouseV1::StorageGraphBfgPolicyMetadata]
111633
112035
  attr_accessor :policy_metadata
@@ -112607,7 +113009,7 @@ module Google
112607
113009
  end
112608
113010
  end
112609
113011
 
112610
- # Next ID: 26
113012
+ # Next ID: 27
112611
113013
  class TravelFlightsAirlineConfig
112612
113014
  include Google::Apis::Core::Hashable
112613
113015
 
@@ -112695,6 +113097,11 @@ module Google
112695
113097
  # @return [Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto]
112696
113098
  attr_accessor :names
112697
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
+
112698
113105
  # Number of flights with this airline over the next 180 days.
112699
113106
  # Corresponds to the JSON property `popularity`
112700
113107
  # @return [Fixnum]
@@ -112741,6 +113148,7 @@ module Google
112741
113148
  @localized_contact_info = args[:localized_contact_info] if args.key?(:localized_contact_info)
112742
113149
  @mid = args[:mid] if args.key?(:mid)
112743
113150
  @names = args[:names] if args.key?(:names)
113151
+ @passenger_assistance_urls = args[:passenger_assistance_urls] if args.key?(:passenger_assistance_urls)
112744
113152
  @popularity = args[:popularity] if args.key?(:popularity)
112745
113153
  @short_names = args[:short_names] if args.key?(:short_names)
112746
113154
  @type = args[:type] if args.key?(:type)
@@ -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.3.0"
19
+ GEM_VERSION = "0.4.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 = "20221021"
25
+ REVISION = "20221028"
26
26
  end
27
27
  end
28
28
  end
@@ -10396,6 +10396,30 @@ module Google
10396
10396
  include Google::Apis::Core::JsonObjectSupport
10397
10397
  end
10398
10398
 
10399
+ class QualityCalypsoAppsUniversalAuLiveOpDetail
10400
+ class Representation < Google::Apis::Core::JsonRepresentation; end
10401
+
10402
+ include Google::Apis::Core::JsonObjectSupport
10403
+ end
10404
+
10405
+ class QualityCalypsoAppsUniversalAuLiveOpEvent
10406
+ class Representation < Google::Apis::Core::JsonRepresentation; end
10407
+
10408
+ include Google::Apis::Core::JsonObjectSupport
10409
+ end
10410
+
10411
+ class QualityCalypsoAppsUniversalAuLiveOpFormat
10412
+ class Representation < Google::Apis::Core::JsonRepresentation; end
10413
+
10414
+ include Google::Apis::Core::JsonObjectSupport
10415
+ end
10416
+
10417
+ class QualityCalypsoAppsUniversalAuLiveOpsDetailInfo
10418
+ class Representation < Google::Apis::Core::JsonRepresentation; end
10419
+
10420
+ include Google::Apis::Core::JsonObjectSupport
10421
+ end
10422
+
10399
10423
  class QualityCopiaFireflySiteSignal
10400
10424
  class Representation < Google::Apis::Core::JsonRepresentation; end
10401
10425
 
@@ -11092,12 +11116,30 @@ module Google
11092
11116
  include Google::Apis::Core::JsonObjectSupport
11093
11117
  end
11094
11118
 
11119
+ class RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationAppTypeData
11120
+ class Representation < Google::Apis::Core::JsonRepresentation; end
11121
+
11122
+ include Google::Apis::Core::JsonObjectSupport
11123
+ end
11124
+
11095
11125
  class RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationCountryPrice
11096
11126
  class Representation < Google::Apis::Core::JsonRepresentation; end
11097
11127
 
11098
11128
  include Google::Apis::Core::JsonObjectSupport
11099
11129
  end
11100
11130
 
11131
+ class RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationRank
11132
+ class Representation < Google::Apis::Core::JsonRepresentation; end
11133
+
11134
+ include Google::Apis::Core::JsonObjectSupport
11135
+ end
11136
+
11137
+ class RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationRankData
11138
+ class Representation < Google::Apis::Core::JsonRepresentation; end
11139
+
11140
+ include Google::Apis::Core::JsonObjectSupport
11141
+ end
11142
+
11101
11143
  class RepositoryWebrefAggregatedEntityNameScores
11102
11144
  class Representation < Google::Apis::Core::JsonRepresentation; end
11103
11145
 
@@ -17200,6 +17242,7 @@ module Google
17200
17242
  property :package_name, as: 'packageName'
17201
17243
  property :provider_type, as: 'providerType'
17202
17244
  property :shortcut_id, as: 'shortcutId'
17245
+ property :target_class, as: 'targetClass'
17203
17246
  property :version_name, as: 'versionName'
17204
17247
  end
17205
17248
  end
@@ -19902,6 +19945,7 @@ module Google
19902
19945
  property :intent_name, as: 'intentName'
19903
19946
  property :intent_name_auis_score, as: 'intentNameAuisScore'
19904
19947
  property :intent_name_auis_score_exp, as: 'intentNameAuisScoreExp'
19948
+ property :kscorer_rank, as: 'kscorerRank'
19905
19949
  property :mask_candidate_level_features, as: 'maskCandidateLevelFeatures'
19906
19950
  property :num_alternative_hypothesis, as: 'numAlternativeHypothesis'
19907
19951
  property :num_constraints, as: 'numConstraints'
@@ -19912,6 +19956,8 @@ module Google
19912
19956
  property :num_variables_grounded, as: 'numVariablesGrounded'
19913
19957
  property :pq2t_vs_assistant_ibst_cosine, as: 'pq2tVsAssistantIbstCosine'
19914
19958
  property :pq2t_vs_ibst_cosine, as: 'pq2tVsIbstCosine'
19959
+ property :predicted_intent_confidence, as: 'predictedIntentConfidence'
19960
+ property :search_dispatch, as: 'searchDispatch'
19915
19961
  property :top_hypothesis_confidence, as: 'topHypothesisConfidence'
19916
19962
  property :vertical_confidence_score, as: 'verticalConfidenceScore'
19917
19963
  end
@@ -26459,6 +26505,8 @@ module Google
26459
26505
  # @private
26460
26506
  class Representation < Google::Apis::Core::JsonRepresentation
26461
26507
  property :come_back_time, as: 'comeBackTime'
26508
+ property :committed_until, as: 'committedUntil'
26509
+ property :committed_until_is_mixed, as: 'committedUntilIsMixed'
26462
26510
  property :event_summary, as: 'eventSummary'
26463
26511
  end
26464
26512
  end
@@ -31013,6 +31061,7 @@ module Google
31013
31061
  property :lat_lng, as: 'latLng', class: Google::Apis::ContentwarehouseV1::GoogleTypeLatLng, decorator: Google::Apis::ContentwarehouseV1::GoogleTypeLatLng::Representation
31014
31062
 
31015
31063
  property :location_name, as: 'locationName'
31064
+ property :mid, as: 'mid'
31016
31065
  property :timezone, as: 'timezone'
31017
31066
  end
31018
31067
  end
@@ -35463,6 +35512,7 @@ module Google
35463
35512
 
35464
35513
  property :spam_muppet_signals, as: 'spamMuppetSignals', class: Google::Apis::ContentwarehouseV1::SpamMuppetjoinsMuppetSignals, decorator: Google::Apis::ContentwarehouseV1::SpamMuppetjoinsMuppetSignals::Representation
35465
35514
 
35515
+ property :spambrain_total_doc_spam_score, as: 'spambrainTotalDocSpamScore'
35466
35516
  property :spamrank, as: 'spamrank'
35467
35517
  property :spamtokens_content_score, as: 'spamtokensContentScore'
35468
35518
  property :time_sensitivity, as: 'timeSensitivity'
@@ -36493,6 +36543,55 @@ module Google
36493
36543
  end
36494
36544
  end
36495
36545
 
36546
+ class QualityCalypsoAppsUniversalAuLiveOpDetail
36547
+ # @private
36548
+ class Representation < Google::Apis::Core::JsonRepresentation
36549
+ hash :country_level_schedule_information, as: 'countryLevelScheduleInformation', class: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpEvent, decorator: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpEvent::Representation
36550
+
36551
+ property :default_format_information, as: 'defaultFormatInformation', class: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpFormat, decorator: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpFormat::Representation
36552
+
36553
+ property :default_schedule_information, as: 'defaultScheduleInformation', class: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpEvent, decorator: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpEvent::Representation
36554
+
36555
+ property :event_id, as: 'eventId'
36556
+ property :event_type, as: 'eventType'
36557
+ property :event_url, as: 'eventUrl'
36558
+ hash :locale_level_format_information, as: 'localeLevelFormatInformation', class: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpFormat, decorator: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpFormat::Representation
36559
+
36560
+ property :priority, as: 'priority'
36561
+ end
36562
+ end
36563
+
36564
+ class QualityCalypsoAppsUniversalAuLiveOpEvent
36565
+ # @private
36566
+ class Representation < Google::Apis::Core::JsonRepresentation
36567
+ property :end_timestamp_millis, :numeric_string => true, as: 'endTimestampMillis'
36568
+ property :preview_timestamp_millis, :numeric_string => true, as: 'previewTimestampMillis'
36569
+ property :start_timestamp_millis, :numeric_string => true, as: 'startTimestampMillis'
36570
+ end
36571
+ end
36572
+
36573
+ class QualityCalypsoAppsUniversalAuLiveOpFormat
36574
+ # @private
36575
+ class Representation < Google::Apis::Core::JsonRepresentation
36576
+ property :deeplink, as: 'deeplink'
36577
+ property :description, as: 'description'
36578
+ property :eyebrow, as: 'eyebrow'
36579
+ property :image_url, as: 'imageUrl'
36580
+ property :title, as: 'title'
36581
+ property :video_id, as: 'videoId'
36582
+ property :video_url, as: 'videoUrl'
36583
+ end
36584
+ end
36585
+
36586
+ class QualityCalypsoAppsUniversalAuLiveOpsDetailInfo
36587
+ # @private
36588
+ class Representation < Google::Apis::Core::JsonRepresentation
36589
+ collection :live_op_events, as: 'liveOpEvents', class: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpDetail, decorator: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpDetail::Representation
36590
+
36591
+ property :package_name, as: 'packageName'
36592
+ end
36593
+ end
36594
+
36496
36595
  class QualityCopiaFireflySiteSignal
36497
36596
  # @private
36498
36597
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -36720,6 +36819,7 @@ module Google
36720
36819
  property :good_clicks, as: 'goodClicks'
36721
36820
  property :impressions, as: 'impressions'
36722
36821
  property :last_longest_clicks, as: 'lastLongestClicks'
36822
+ property :unicorn_clicks, as: 'unicornClicks'
36723
36823
  property :unsquashed_clicks, as: 'unsquashedClicks'
36724
36824
  property :unsquashed_impressions, as: 'unsquashedImpressions'
36725
36825
  property :unsquashed_last_longest_clicks, as: 'unsquashedLastLongestClicks'
@@ -36874,7 +36974,7 @@ module Google
36874
36974
  property :nsr_variance, as: 'nsrVariance'
36875
36975
  property :nsrdata_from_fallback_pattern_key, as: 'nsrdataFromFallbackPatternKey'
36876
36976
  property :pnav, as: 'pnav'
36877
- collection :relative_nsr, as: 'relativeNsr', class: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal, decorator: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal::Representation
36977
+ collection :prior_adjusted_nsr, as: 'priorAdjustedNsr', class: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal, decorator: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal::Representation
36878
36978
 
36879
36979
  property :secondary_site_chunk, as: 'secondarySiteChunk'
36880
36980
  property :shopping_score, as: 'shoppingScore'
@@ -37288,6 +37388,7 @@ module Google
37288
37388
  property :is_from_on_device_lookup, as: 'isFromOnDeviceLookup'
37289
37389
  property :is_transliterated_match, as: 'isTransliteratedMatch'
37290
37390
  property :is_visible_to_guests_relationship, as: 'isVisibleToGuestsRelationship'
37391
+ property :lookup_name_source, as: 'lookupNameSource'
37291
37392
  property :match_signal, as: 'matchSignal', class: Google::Apis::ContentwarehouseV1::AssistantVerticalsCommonContactMatchSignal, decorator: Google::Apis::ContentwarehouseV1::AssistantVerticalsCommonContactMatchSignal::Representation
37292
37393
 
37293
37394
  property :matched_name_type, as: 'matchedNameType'
@@ -37998,6 +38099,8 @@ module Google
37998
38099
  class RepositoryAnnotationsRdfaRdfaRichSnippetsApplication
37999
38100
  # @private
38000
38101
  class Representation < Google::Apis::Core::JsonRepresentation
38102
+ property :app_type_data, as: 'appTypeData', class: Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationAppTypeData, decorator: Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationAppTypeData::Representation
38103
+
38001
38104
  property :application_url, as: 'applicationUrl'
38002
38105
  property :breadcrumbs, as: 'breadcrumbs', class: Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaBreadcrumbs, decorator: Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaBreadcrumbs::Representation
38003
38106
 
@@ -38019,6 +38122,8 @@ module Google
38019
38122
  property :is_default_lang_locale, as: 'isDefaultLangLocale'
38020
38123
  property :lang_locale, as: 'langLocale'
38021
38124
  property :last_updated, as: 'lastUpdated'
38125
+ property :live_op_details, as: 'liveOpDetails', class: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpsDetailInfo, decorator: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalAuLiveOpsDetailInfo::Representation
38126
+
38022
38127
  property :marketplace, as: 'marketplace'
38023
38128
  property :name, as: 'name'
38024
38129
  property :num_downloads, as: 'numDownloads'
@@ -38029,6 +38134,8 @@ module Google
38029
38134
  collection :platform_tags, as: 'platformTags'
38030
38135
  property :popular_score, as: 'popularScore'
38031
38136
  property :price, as: 'price'
38137
+ property :rank_data, as: 'rankData', class: Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationRankData, decorator: Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationRankData::Representation
38138
+
38032
38139
  property :rating, as: 'rating'
38033
38140
  property :rating_count, as: 'ratingCount'
38034
38141
  property :release_date, as: 'releaseDate'
@@ -38051,6 +38158,13 @@ module Google
38051
38158
  end
38052
38159
  end
38053
38160
 
38161
+ class RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationAppTypeData
38162
+ # @private
38163
+ class Representation < Google::Apis::Core::JsonRepresentation
38164
+ property :play_store_app_type, as: 'playStoreAppType'
38165
+ end
38166
+ end
38167
+
38054
38168
  class RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationCountryPrice
38055
38169
  # @private
38056
38170
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -38060,6 +38174,26 @@ module Google
38060
38174
  end
38061
38175
  end
38062
38176
 
38177
+ class RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationRank
38178
+ # @private
38179
+ class Representation < Google::Apis::Core::JsonRepresentation
38180
+ property :app_store_link, as: 'appStoreLink'
38181
+ property :category_id, as: 'categoryId'
38182
+ property :category_name, as: 'categoryName'
38183
+ property :chart_type, as: 'chartType'
38184
+ property :rank, :numeric_string => true, as: 'rank'
38185
+ end
38186
+ end
38187
+
38188
+ class RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationRankData
38189
+ # @private
38190
+ class Representation < Google::Apis::Core::JsonRepresentation
38191
+ collection :playwright_category_id, as: 'playwrightCategoryId'
38192
+ collection :rank, as: 'rank', class: Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationRank, decorator: Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationRank::Representation
38193
+
38194
+ end
38195
+ end
38196
+
38063
38197
  class RepositoryWebrefAggregatedEntityNameScores
38064
38198
  # @private
38065
38199
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -42258,6 +42392,15 @@ module Google
42258
42392
 
42259
42393
  collection :legal_removal_regions, as: 'legalRemovalRegions', class: Google::Apis::ContentwarehouseV1::KeGovernanceTypedRegions, decorator: Google::Apis::ContentwarehouseV1::KeGovernanceTypedRegions::Representation
42260
42394
 
42395
+ property :lms_is_editorial, as: 'lmsIsEditorial'
42396
+ property :lms_regions_allowed, as: 'lmsRegionsAllowed', class: Google::Apis::ContentwarehouseV1::KeGovernanceTypedRegions, decorator: Google::Apis::ContentwarehouseV1::KeGovernanceTypedRegions::Representation
42397
+
42398
+ property :lms_regions_disallowed, as: 'lmsRegionsDisallowed', class: Google::Apis::ContentwarehouseV1::KeGovernanceTypedRegions, decorator: Google::Apis::ContentwarehouseV1::KeGovernanceTypedRegions::Representation
42399
+
42400
+ property :lms_requires_attribution, as: 'lmsRequiresAttribution'
42401
+ property :lms_requires_first_party_only, as: 'lmsRequiresFirstPartyOnly'
42402
+ property :lms_requires_link, as: 'lmsRequiresLink'
42403
+ property :lms_requires_share_alike, as: 'lmsRequiresShareAlike'
42261
42404
  property :policy_source_type, as: 'policySourceType'
42262
42405
  end
42263
42406
  end
@@ -42508,6 +42651,8 @@ module Google
42508
42651
  property :mid, as: 'mid'
42509
42652
  property :names, as: 'names', class: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto, decorator: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto::Representation
42510
42653
 
42654
+ property :passenger_assistance_urls, as: 'passengerAssistanceUrls', class: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto, decorator: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto::Representation
42655
+
42511
42656
  property :popularity, as: 'popularity'
42512
42657
  property :short_names, as: 'shortNames', class: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto, decorator: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto::Representation
42513
42658
 
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.3.0
4
+ version: 0.4.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-31 00:00:00.000000000 Z
11
+ date: 2022-11-07 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.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.4.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: []