google-apis-cloudsearch_v1 0.44.0 → 0.46.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: 29a124695739e03e41ba22bf4a500f1539435f2e66738dc1fd68a1885da8c38f
4
- data.tar.gz: e2763479b00afc7b5bec8a62349f9ae8a2dabdfac9b2cd34a91f994cfab271c2
3
+ metadata.gz: 233d66701ef45125c9cf64a21c0d99621cead2026d37bff3f81ecaf7fd5705ed
4
+ data.tar.gz: 0c55b7f54deb23eebe13d42ac5370b535916eafa0edf74d54a8b557f306b2d93
5
5
  SHA512:
6
- metadata.gz: 8f1ec8799a30442c900afecd4227052210eb6b8dbc87607c8d597847602cb055e4a4009efda4112961805fbb06a4561b01b5753fdd426d346bbd0f1543e5e332
7
- data.tar.gz: 8e4ae9e212cf9e776afc6b2a546e5128b8526798e26a01cddaa210f5e5130571e3bcf1b8e9a1a5233998f22760c1fddde83dfc2ee6ed39d282ebf384f5d76696
6
+ metadata.gz: a282f72fdacd36d3f827d88a9cde78666cc8c8bc16d34993a6571d69a3eb982f78fd1bd53ec7b8b8a5af9ee84d240cc947947975163447a0f0c6e186e5cd4444
7
+ data.tar.gz: 7b393e0a37770e9716a124854f9490a423d8e8b0c457bcd99e3e3b58238ec8cee068b669e80f40d9a980a768bf2f01025ee0b4c0623b0bbde50e6b84fe7b56ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.46.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230228
6
+
7
+ ### v0.45.0 (2023-02-26)
8
+
9
+ * Regenerated from discovery document revision 20230221
10
+ * Regenerated using generator version 0.12.0
11
+
3
12
  ### v0.44.0 (2023-02-12)
4
13
 
5
14
  * Regenerated from discovery document revision 20230131
@@ -303,7 +303,7 @@ module Google
303
303
 
304
304
  # NOTE WHEN ADDING NEW PROTO FIELDS: Be sure to add datapol annotations to new
305
305
  # fields with potential PII, so they get scrubbed when logging protos for errors.
306
- # NEXT TAG: 29
306
+ # NEXT TAG: 31
307
307
  class Annotation
308
308
  include Google::Apis::Core::Hashable
309
309
 
@@ -319,8 +319,8 @@ module Google
319
319
  # @return [Google::Apis::CloudsearchV1::CardCapabilityMetadata]
320
320
  attr_accessor :card_capability_metadata
321
321
 
322
- # Whether the annotation should be rendered as a chip. If this is missing or
323
- # unspecified, fallback to should_not_render on the metadata.
322
+ # Whether the annotation should be rendered as a preview chip. If this is
323
+ # missing or unspecified, fallback to should_not_render on the metadata.
324
324
  # Corresponds to the JSON property `chipRenderType`
325
325
  # @return [String]
326
326
  attr_accessor :chip_render_type
@@ -369,6 +369,11 @@ module Google
369
369
  # @return [Google::Apis::CloudsearchV1::IncomingWebhookChangedMetadata]
370
370
  attr_accessor :incoming_webhook_changed_metadata
371
371
 
372
+ # The inline render format of this annotation. go/drive-smart-chips-chat-v2.
373
+ # Corresponds to the JSON property `inlineRenderFormat`
374
+ # @return [String]
375
+ attr_accessor :inline_render_format
376
+
372
377
  # Annotation metadata to display system message for integration config updated
373
378
  # event. This metadata is stored in spanner, and can be dispatched to clients
374
379
  # without any field modification or transformation.
@@ -376,6 +381,13 @@ module Google
376
381
  # @return [Google::Apis::CloudsearchV1::IntegrationConfigUpdatedMetadata]
377
382
  attr_accessor :integration_config_updated
378
383
 
384
+ # Interaction data for an annotation, which may be supplemental to the metadata
385
+ # oneof. For example, this will contain the fully built navigation target for
386
+ # smart chips. NEXT TAG: 2
387
+ # Corresponds to the JSON property `interactionData`
388
+ # @return [Google::Apis::CloudsearchV1::InteractionData]
389
+ attr_accessor :interaction_data
390
+
379
391
  # Length of the text_body substring beginning from start_index the Annotation
380
392
  # corresponds to.
381
393
  # Corresponds to the JSON property `length`
@@ -493,7 +505,9 @@ module Google
493
505
  @group_retention_settings_updated = args[:group_retention_settings_updated] if args.key?(:group_retention_settings_updated)
494
506
  @gsuite_integration_metadata = args[:gsuite_integration_metadata] if args.key?(:gsuite_integration_metadata)
495
507
  @incoming_webhook_changed_metadata = args[:incoming_webhook_changed_metadata] if args.key?(:incoming_webhook_changed_metadata)
508
+ @inline_render_format = args[:inline_render_format] if args.key?(:inline_render_format)
496
509
  @integration_config_updated = args[:integration_config_updated] if args.key?(:integration_config_updated)
510
+ @interaction_data = args[:interaction_data] if args.key?(:interaction_data)
497
511
  @length = args[:length] if args.key?(:length)
498
512
  @local_id = args[:local_id] if args.key?(:local_id)
499
513
  @membership_changed = args[:membership_changed] if args.key?(:membership_changed)
@@ -2093,11 +2107,17 @@ module Google
2093
2107
  # @return [String]
2094
2108
  attr_accessor :name
2095
2109
 
2096
- #
2110
+ # Deprecated. Use segmented_membership_counts instead which also includes other
2111
+ # counts such as rosters.
2097
2112
  # Corresponds to the JSON property `numMembers`
2098
2113
  # @return [Fixnum]
2099
2114
  attr_accessor :num_members
2100
2115
 
2116
+ # Member counts object with types of members and their respective counts.
2117
+ # Corresponds to the JSON property `segmentedMembershipCounts`
2118
+ # @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCounts]
2119
+ attr_accessor :segmented_membership_counts
2120
+
2101
2121
  # searching user's membership state in this space
2102
2122
  # Corresponds to the JSON property `userMembershipState`
2103
2123
  # @return [String]
@@ -2117,6 +2137,7 @@ module Google
2117
2137
  @is_external = args[:is_external] if args.key?(:is_external)
2118
2138
  @name = args[:name] if args.key?(:name)
2119
2139
  @num_members = args[:num_members] if args.key?(:num_members)
2140
+ @segmented_membership_counts = args[:segmented_membership_counts] if args.key?(:segmented_membership_counts)
2120
2141
  @user_membership_state = args[:user_membership_state] if args.key?(:user_membership_state)
2121
2142
  end
2122
2143
  end
@@ -2413,6 +2434,22 @@ module Google
2413
2434
  # @return [Array<Google::Apis::CloudsearchV1::AppsDynamiteStorageActionActionParameter>]
2414
2435
  attr_accessor :parameters
2415
2436
 
2437
+ # Indicates whether form values persist after the action. The default value is `
2438
+ # false`. If `true`, form values remain after the action is triggered. When
2439
+ # using [LoadIndicator.NONE](workspace/add-ons/reference/rpc/google.apps.card.v1#
2440
+ # loadindicator) for actions, `persist_values` = `true`is recommended, as it
2441
+ # ensures that any changes made by the user after form or on change actions are
2442
+ # sent to the server are not overwritten by the response. If `false`, the form
2443
+ # values are cleared when the action is triggered. When `persist_values` is set
2444
+ # to `false`, it is strongly recommended that the card use [LoadIndicator.
2445
+ # SPINNER](workspace/add-ons/reference/rpc/google.apps.card.v1#loadindicator)
2446
+ # for all actions, as this locks the UI to ensure no changes are made by the
2447
+ # user while the action is being processed.
2448
+ # Corresponds to the JSON property `persistValues`
2449
+ # @return [Boolean]
2450
+ attr_accessor :persist_values
2451
+ alias_method :persist_values?, :persist_values
2452
+
2416
2453
  def initialize(**args)
2417
2454
  update!(**args)
2418
2455
  end
@@ -2423,6 +2460,7 @@ module Google
2423
2460
  @interaction = args[:interaction] if args.key?(:interaction)
2424
2461
  @load_indicator = args[:load_indicator] if args.key?(:load_indicator)
2425
2462
  @parameters = args[:parameters] if args.key?(:parameters)
2463
+ @persist_values = args[:persist_values] if args.key?(:persist_values)
2426
2464
  end
2427
2465
  end
2428
2466
 
@@ -7291,7 +7329,8 @@ module Google
7291
7329
  # scan_outcome should not be set. This flag is used to identify messages that
7292
7330
  # DLP did not attempt to scan for monitoring scan coverage. Contents that DLP
7293
7331
  # attempted to scan but skipped can be identified by DlpScanOutcome.
7294
- # SCAN_SKIPPED_* reasons.
7332
+ # SCAN_SKIPPED_* reasons. DEPRECATED: The prober can determine this from the
7333
+ # context.
7295
7334
  # Corresponds to the JSON property `scanNotApplicableForContext`
7296
7335
  # @return [Boolean]
7297
7336
  attr_accessor :scan_not_applicable_for_context
@@ -7742,6 +7781,11 @@ module Google
7742
7781
  attr_accessor :creator_in_searcher_contact_list
7743
7782
  alias_method :creator_in_searcher_contact_list?, :creator_in_searcher_contact_list
7744
7783
 
7784
+ #
7785
+ # Corresponds to the JSON property `crowdingMultiplier`
7786
+ # @return [Float]
7787
+ attr_accessor :crowding_multiplier
7788
+
7745
7789
  #
7746
7790
  # Corresponds to the JSON property `dasContactCount`
7747
7791
  # @return [Fixnum]
@@ -7808,6 +7852,7 @@ module Google
7808
7852
  @common_count_to_membership_count_ratio = args[:common_count_to_membership_count_ratio] if args.key?(:common_count_to_membership_count_ratio)
7809
7853
  @creator_gaia_id = args[:creator_gaia_id] if args.key?(:creator_gaia_id)
7810
7854
  @creator_in_searcher_contact_list = args[:creator_in_searcher_contact_list] if args.key?(:creator_in_searcher_contact_list)
7855
+ @crowding_multiplier = args[:crowding_multiplier] if args.key?(:crowding_multiplier)
7811
7856
  @das_contact_count = args[:das_contact_count] if args.key?(:das_contact_count)
7812
7857
  @final_score = args[:final_score] if args.key?(:final_score)
7813
7858
  @freshness_score = args[:freshness_score] if args.key?(:freshness_score)
@@ -11588,6 +11633,29 @@ module Google
11588
11633
  end
11589
11634
  end
11590
11635
 
11636
+ # Interaction data for an annotation, which may be supplemental to the metadata
11637
+ # oneof. For example, this will contain the fully built navigation target for
11638
+ # smart chips. NEXT TAG: 2
11639
+ class InteractionData
11640
+ include Google::Apis::Core::Hashable
11641
+
11642
+ # Message containing a string that is safe to use in URL contexts in DOM APIs
11643
+ # and HTML documents, where the URL context does not refer to a resource that
11644
+ # loads code.
11645
+ # Corresponds to the JSON property `url`
11646
+ # @return [Google::Apis::CloudsearchV1::SafeUrlProto]
11647
+ attr_accessor :url
11648
+
11649
+ def initialize(**args)
11650
+ update!(**args)
11651
+ end
11652
+
11653
+ # Update properties of this object
11654
+ def update!(**args)
11655
+ @url = args[:url] if args.key?(:url)
11656
+ end
11657
+ end
11658
+
11591
11659
  #
11592
11660
  class InviteAcceptedEvent
11593
11661
  include Google::Apis::Core::Hashable
@@ -13343,13 +13411,6 @@ module Google
13343
13411
  attr_accessor :deleted_by_vault
13344
13412
  alias_method :deleted_by_vault?, :deleted_by_vault
13345
13413
 
13346
- # Data Loss Prevention scan information for this message. Messages are evaluated
13347
- # in the backend on create message/topic and edit message actions. DEPRECATED:
13348
- # use dlp_scan_summary instead.
13349
- # Corresponds to the JSON property `dlpScanOutcome`
13350
- # @return [String]
13351
- attr_accessor :dlp_scan_outcome
13352
-
13353
13414
  # A summary of a DLP scan event. This is a summary and should contain the
13354
13415
  # minimum amount of data required to identify and process DLP scans. It is
13355
13416
  # written to Starcast and encoded & returned to the client on attachment upload.
@@ -13556,7 +13617,6 @@ module Google
13556
13617
  @delete_time = args[:delete_time] if args.key?(:delete_time)
13557
13618
  @delete_time_for_requester = args[:delete_time_for_requester] if args.key?(:delete_time_for_requester)
13558
13619
  @deleted_by_vault = args[:deleted_by_vault] if args.key?(:deleted_by_vault)
13559
- @dlp_scan_outcome = args[:dlp_scan_outcome] if args.key?(:dlp_scan_outcome)
13560
13620
  @dlp_scan_summary = args[:dlp_scan_summary] if args.key?(:dlp_scan_summary)
13561
13621
  @editable_by = args[:editable_by] if args.key?(:editable_by)
13562
13622
  @fallback_text = args[:fallback_text] if args.key?(:fallback_text)
@@ -13686,6 +13746,13 @@ module Google
13686
13746
  # @return [Array<Google::Apis::CloudsearchV1::MultiKey>]
13687
13747
  attr_accessor :message_keys
13688
13748
 
13749
+ # Value of coproc's message delete history record extension that exports /wonder/
13750
+ # message_mapping/`vertical` attribute of deleted messages which have smartmail
13751
+ # label (eg. ^cob_sm_invoice, etc).
13752
+ # Corresponds to the JSON property `wonderCardMappings`
13753
+ # @return [Array<Google::Apis::CloudsearchV1::WonderCardDelete>]
13754
+ attr_accessor :wonder_card_mappings
13755
+
13689
13756
  def initialize(**args)
13690
13757
  update!(**args)
13691
13758
  end
@@ -13694,6 +13761,7 @@ module Google
13694
13761
  def update!(**args)
13695
13762
  @imap_sync_mappings = args[:imap_sync_mappings] if args.key?(:imap_sync_mappings)
13696
13763
  @message_keys = args[:message_keys] if args.key?(:message_keys)
13764
+ @wonder_card_mappings = args[:wonder_card_mappings] if args.key?(:wonder_card_mappings)
13697
13765
  end
13698
13766
  end
13699
13767
 
@@ -13729,6 +13797,11 @@ module Google
13729
13797
  class MessageInfo
13730
13798
  include Google::Apis::Core::Hashable
13731
13799
 
13800
+ # Message author’s user type (human/bot).
13801
+ # Corresponds to the JSON property `authorUserType`
13802
+ # @return [String]
13803
+ attr_accessor :author_user_type
13804
+
13732
13805
  # Message posted to a Space.
13733
13806
  # Corresponds to the JSON property `message`
13734
13807
  # @return [Google::Apis::CloudsearchV1::Message]
@@ -13745,6 +13818,7 @@ module Google
13745
13818
 
13746
13819
  # Update properties of this object
13747
13820
  def update!(**args)
13821
+ @author_user_type = args[:author_user_type] if args.key?(:author_user_type)
13748
13822
  @message = args[:message] if args.key?(:message)
13749
13823
  @searcher_membership_state = args[:searcher_membership_state] if args.key?(:searcher_membership_state)
13750
13824
  end
@@ -21002,6 +21076,13 @@ module Google
21002
21076
  # @return [String]
21003
21077
  attr_accessor :type
21004
21078
 
21079
+ # Specific reason for the user mention failing, for fine-grained processing by
21080
+ # clients (i.e. specific error message for space limit exceeded case) IMPORTANT:
21081
+ # Set this only for FAILED_TO_ADD case.
21082
+ # Corresponds to the JSON property `userMentionError`
21083
+ # @return [String]
21084
+ attr_accessor :user_mention_error
21085
+
21005
21086
  def initialize(**args)
21006
21087
  update!(**args)
21007
21088
  end
@@ -21013,6 +21094,7 @@ module Google
21013
21094
  @id = args[:id] if args.key?(:id)
21014
21095
  @invitee_info = args[:invitee_info] if args.key?(:invitee_info)
21015
21096
  @type = args[:type] if args.key?(:type)
21097
+ @user_mention_error = args[:user_mention_error] if args.key?(:user_mention_error)
21016
21098
  end
21017
21099
  end
21018
21100
 
@@ -21396,6 +21478,55 @@ module Google
21396
21478
  end
21397
21479
  end
21398
21480
 
21481
+ # Message delete history record extension that exports /wonder/message_mapping/`
21482
+ # vertical` attribute of deleted messages which have any smartmail label (eg. ^
21483
+ # cob_sm_invoice). go/how-dd-card-deletion
21484
+ class WonderCardDelete
21485
+ include Google::Apis::Core::Hashable
21486
+
21487
+ # Contains <`@code WonderCardType` enum value, value of /wonder/message_mapping/`
21488
+ # vertical` attribute of deleted message> pairs.
21489
+ # Corresponds to the JSON property `messageMappings`
21490
+ # @return [Hash<String,Google::Apis::CloudsearchV1::WonderMessageMapping>]
21491
+ attr_accessor :message_mappings
21492
+
21493
+ # Message ID of the original deleted message
21494
+ # Corresponds to the JSON property `msgId`
21495
+ # @return [Fixnum]
21496
+ attr_accessor :msg_id
21497
+
21498
+ def initialize(**args)
21499
+ update!(**args)
21500
+ end
21501
+
21502
+ # Update properties of this object
21503
+ def update!(**args)
21504
+ @message_mappings = args[:message_mappings] if args.key?(:message_mappings)
21505
+ @msg_id = args[:msg_id] if args.key?(:msg_id)
21506
+ end
21507
+ end
21508
+
21509
+ # Card mapping attached to original message as an attribute stored at /wonder/
21510
+ # message_mapping/`vertical` Next ID: 2
21511
+ class WonderMessageMapping
21512
+ include Google::Apis::Core::Hashable
21513
+
21514
+ # List of wonder card (client-generated) message IDs generated based on the
21515
+ # original message.
21516
+ # Corresponds to the JSON property `wonderCardMessageId`
21517
+ # @return [Array<String>]
21518
+ attr_accessor :wonder_card_message_id
21519
+
21520
+ def initialize(**args)
21521
+ update!(**args)
21522
+ end
21523
+
21524
+ # Update properties of this object
21525
+ def update!(**args)
21526
+ @wonder_card_message_id = args[:wonder_card_message_id] if args.key?(:wonder_card_message_id)
21527
+ end
21528
+ end
21529
+
21399
21530
  # A wrapper around a raw resource key. The secret should never be logged, and
21400
21531
  # this proto annotates those secret fields to ensure that they are not. Clients
21401
21532
  # are encouraged to use this proto rather than defining their own, to ensure
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudsearchV1
18
18
  # Version of the google-apis-cloudsearch_v1 gem
19
- GEM_VERSION = "0.44.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230131"
25
+ REVISION = "20230228"
26
26
  end
27
27
  end
28
28
  end
@@ -1954,6 +1954,12 @@ module Google
1954
1954
  include Google::Apis::Core::JsonObjectSupport
1955
1955
  end
1956
1956
 
1957
+ class InteractionData
1958
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1959
+
1960
+ include Google::Apis::Core::JsonObjectSupport
1961
+ end
1962
+
1957
1963
  class InviteAcceptedEvent
1958
1964
  class Representation < Google::Apis::Core::JsonRepresentation; end
1959
1965
 
@@ -3442,6 +3448,18 @@ module Google
3442
3448
  include Google::Apis::Core::JsonObjectSupport
3443
3449
  end
3444
3450
 
3451
+ class WonderCardDelete
3452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3453
+
3454
+ include Google::Apis::Core::JsonObjectSupport
3455
+ end
3456
+
3457
+ class WonderMessageMapping
3458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3459
+
3460
+ include Google::Apis::Core::JsonObjectSupport
3461
+ end
3462
+
3445
3463
  class WrappedResourceKey
3446
3464
  class Representation < Google::Apis::Core::JsonRepresentation; end
3447
3465
 
@@ -3583,8 +3601,11 @@ module Google
3583
3601
 
3584
3602
  property :incoming_webhook_changed_metadata, as: 'incomingWebhookChangedMetadata', class: Google::Apis::CloudsearchV1::IncomingWebhookChangedMetadata, decorator: Google::Apis::CloudsearchV1::IncomingWebhookChangedMetadata::Representation
3585
3603
 
3604
+ property :inline_render_format, as: 'inlineRenderFormat'
3586
3605
  property :integration_config_updated, as: 'integrationConfigUpdated', class: Google::Apis::CloudsearchV1::IntegrationConfigUpdatedMetadata, decorator: Google::Apis::CloudsearchV1::IntegrationConfigUpdatedMetadata::Representation
3587
3606
 
3607
+ property :interaction_data, as: 'interactionData', class: Google::Apis::CloudsearchV1::InteractionData, decorator: Google::Apis::CloudsearchV1::InteractionData::Representation
3608
+
3588
3609
  property :length, as: 'length'
3589
3610
  property :local_id, as: 'localId'
3590
3611
  property :membership_changed, as: 'membershipChanged', class: Google::Apis::CloudsearchV1::MembershipChangedMetadata, decorator: Google::Apis::CloudsearchV1::MembershipChangedMetadata::Representation
@@ -4107,6 +4128,8 @@ module Google
4107
4128
  property :is_external, as: 'isExternal'
4108
4129
  property :name, as: 'name'
4109
4130
  property :num_members, as: 'numMembers'
4131
+ property :segmented_membership_counts, as: 'segmentedMembershipCounts', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCounts, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCounts::Representation
4132
+
4110
4133
  property :user_membership_state, as: 'userMembershipState'
4111
4134
  end
4112
4135
  end
@@ -4207,6 +4230,7 @@ module Google
4207
4230
  property :load_indicator, as: 'loadIndicator'
4208
4231
  collection :parameters, as: 'parameters', class: Google::Apis::CloudsearchV1::AppsDynamiteStorageActionActionParameter, decorator: Google::Apis::CloudsearchV1::AppsDynamiteStorageActionActionParameter::Representation
4209
4232
 
4233
+ property :persist_values, as: 'persistValues'
4210
4234
  end
4211
4235
  end
4212
4236
 
@@ -5704,6 +5728,7 @@ module Google
5704
5728
  property :common_count_to_membership_count_ratio, as: 'commonCountToMembershipCountRatio'
5705
5729
  property :creator_gaia_id, :numeric_string => true, as: 'creatorGaiaId'
5706
5730
  property :creator_in_searcher_contact_list, as: 'creatorInSearcherContactList'
5731
+ property :crowding_multiplier, as: 'crowdingMultiplier'
5707
5732
  property :das_contact_count, :numeric_string => true, as: 'dasContactCount'
5708
5733
  property :final_score, as: 'finalScore'
5709
5734
  property :freshness_score, as: 'freshnessScore'
@@ -6818,6 +6843,14 @@ module Google
6818
6843
  end
6819
6844
  end
6820
6845
 
6846
+ class InteractionData
6847
+ # @private
6848
+ class Representation < Google::Apis::Core::JsonRepresentation
6849
+ property :url, as: 'url', class: Google::Apis::CloudsearchV1::SafeUrlProto, decorator: Google::Apis::CloudsearchV1::SafeUrlProto::Representation
6850
+
6851
+ end
6852
+ end
6853
+
6821
6854
  class InviteAcceptedEvent
6822
6855
  # @private
6823
6856
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7323,7 +7356,6 @@ module Google
7323
7356
  property :delete_time, :numeric_string => true, as: 'deleteTime'
7324
7357
  property :delete_time_for_requester, :numeric_string => true, as: 'deleteTimeForRequester'
7325
7358
  property :deleted_by_vault, as: 'deletedByVault'
7326
- property :dlp_scan_outcome, as: 'dlpScanOutcome'
7327
7359
  property :dlp_scan_summary, as: 'dlpScanSummary', class: Google::Apis::CloudsearchV1::DlpScanSummary, decorator: Google::Apis::CloudsearchV1::DlpScanSummary::Representation
7328
7360
 
7329
7361
  property :editable_by, as: 'editableBy'
@@ -7395,6 +7427,8 @@ module Google
7395
7427
 
7396
7428
  collection :message_keys, as: 'messageKeys', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
7397
7429
 
7430
+ collection :wonder_card_mappings, as: 'wonderCardMappings', class: Google::Apis::CloudsearchV1::WonderCardDelete, decorator: Google::Apis::CloudsearchV1::WonderCardDelete::Representation
7431
+
7398
7432
  end
7399
7433
  end
7400
7434
 
@@ -7410,6 +7444,7 @@ module Google
7410
7444
  class MessageInfo
7411
7445
  # @private
7412
7446
  class Representation < Google::Apis::Core::JsonRepresentation
7447
+ property :author_user_type, as: 'authorUserType'
7413
7448
  property :message, as: 'message', class: Google::Apis::CloudsearchV1::Message, decorator: Google::Apis::CloudsearchV1::Message::Representation
7414
7449
 
7415
7450
  property :searcher_membership_state, as: 'searcherMembershipState'
@@ -9425,6 +9460,7 @@ module Google
9425
9460
  property :invitee_info, as: 'inviteeInfo', class: Google::Apis::CloudsearchV1::InviteeInfo, decorator: Google::Apis::CloudsearchV1::InviteeInfo::Representation
9426
9461
 
9427
9462
  property :type, as: 'type'
9463
+ property :user_mention_error, as: 'userMentionError'
9428
9464
  end
9429
9465
  end
9430
9466
 
@@ -9535,6 +9571,22 @@ module Google
9535
9571
  end
9536
9572
  end
9537
9573
 
9574
+ class WonderCardDelete
9575
+ # @private
9576
+ class Representation < Google::Apis::Core::JsonRepresentation
9577
+ hash :message_mappings, as: 'messageMappings', class: Google::Apis::CloudsearchV1::WonderMessageMapping, decorator: Google::Apis::CloudsearchV1::WonderMessageMapping::Representation
9578
+
9579
+ property :msg_id, :numeric_string => true, as: 'msgId'
9580
+ end
9581
+ end
9582
+
9583
+ class WonderMessageMapping
9584
+ # @private
9585
+ class Representation < Google::Apis::Core::JsonRepresentation
9586
+ collection :wonder_card_message_id, as: 'wonderCardMessageId'
9587
+ end
9588
+ end
9589
+
9538
9590
  class WrappedResourceKey
9539
9591
  # @private
9540
9592
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudsearch_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-12 00:00:00.000000000 Z
11
+ date: 2023-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-cloudsearch_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.46.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsearch_v1
63
63
  post_install_message:
64
64
  rdoc_options: []