google-apis-cloudsearch_v1 0.43.0 → 0.45.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 432fc109ce6377b02c303f75b06a8db08af895670d8743772c6db9a2685e66f7
|
4
|
+
data.tar.gz: b8802a42e94a3259db99871c5c4b468ca4362f1d3b2a1bf83f0d9196e9e7d109
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56b446dd8ba86901d59513ceaf2c1641a86a22ceb772555358432fa672bb276fc17c7f345df3a7a5bdca986bd36322eb03149b922c7fccaad5aa319f24c82bf8
|
7
|
+
data.tar.gz: 9a1f1bd4438252f6dacc2b827ffe46216cbcbaa3b3de1b26699bf0ca716050f84408ca65e015bd06967a6875c6f92ee982e2eca5e8476a652463b3f489a883f4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-cloudsearch_v1
|
2
2
|
|
3
|
+
### v0.45.0 (2023-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230221
|
6
|
+
* Regenerated using generator version 0.12.0
|
7
|
+
|
8
|
+
### v0.44.0 (2023-02-12)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20230131
|
11
|
+
|
3
12
|
### v0.43.0 (2023-02-05)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20230124
|
@@ -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:
|
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
|
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,15 +381,24 @@ 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`
|
382
394
|
# @return [Fixnum]
|
383
395
|
attr_accessor :length
|
384
396
|
|
385
|
-
# A
|
386
|
-
#
|
387
|
-
#
|
397
|
+
# * A client-assigned ID for this annotation. This is helpful in matching the
|
398
|
+
# back-filled annotations to the original annotations on client side, without
|
399
|
+
# having to re-parse the message. There is no guarantee an annotation has a
|
400
|
+
# local_id, it's a purely client used and controlled field with no guarantee of
|
401
|
+
# uniqueness.
|
388
402
|
# Corresponds to the JSON property `localId`
|
389
403
|
# @return [String]
|
390
404
|
attr_accessor :local_id
|
@@ -434,8 +448,13 @@ module Google
|
|
434
448
|
# @return [String]
|
435
449
|
attr_accessor :type
|
436
450
|
|
437
|
-
# A unique server-assigned ID for this annotation. This is helpful in matching
|
438
|
-
# annotation objects when fetched from service.
|
451
|
+
# * A unique server-assigned ID for this annotation. This is helpful in matching
|
452
|
+
# annotation objects when fetched from service. All uploads should have a
|
453
|
+
# unique_id after the message they are attached to is successfully sent. Url
|
454
|
+
# annotations that originally were uploads (i.e. policy violations) will have a
|
455
|
+
# unique_id after the message they are attached to is successfully sent. No
|
456
|
+
# other url annotations should have a unique_id. All drive annotations should
|
457
|
+
# have a unique_id after the message they are attached to is successfully sent.
|
439
458
|
# Corresponds to the JSON property `uniqueId`
|
440
459
|
# @return [String]
|
441
460
|
attr_accessor :unique_id
|
@@ -486,7 +505,9 @@ module Google
|
|
486
505
|
@group_retention_settings_updated = args[:group_retention_settings_updated] if args.key?(:group_retention_settings_updated)
|
487
506
|
@gsuite_integration_metadata = args[:gsuite_integration_metadata] if args.key?(:gsuite_integration_metadata)
|
488
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)
|
489
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)
|
490
511
|
@length = args[:length] if args.key?(:length)
|
491
512
|
@local_id = args[:local_id] if args.key?(:local_id)
|
492
513
|
@membership_changed = args[:membership_changed] if args.key?(:membership_changed)
|
@@ -2086,11 +2107,17 @@ module Google
|
|
2086
2107
|
# @return [String]
|
2087
2108
|
attr_accessor :name
|
2088
2109
|
|
2089
|
-
#
|
2110
|
+
# Deprecated. Use segmented_membership_counts instead which also includes other
|
2111
|
+
# counts such as rosters.
|
2090
2112
|
# Corresponds to the JSON property `numMembers`
|
2091
2113
|
# @return [Fixnum]
|
2092
2114
|
attr_accessor :num_members
|
2093
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
|
+
|
2094
2121
|
# searching user's membership state in this space
|
2095
2122
|
# Corresponds to the JSON property `userMembershipState`
|
2096
2123
|
# @return [String]
|
@@ -2110,6 +2137,7 @@ module Google
|
|
2110
2137
|
@is_external = args[:is_external] if args.key?(:is_external)
|
2111
2138
|
@name = args[:name] if args.key?(:name)
|
2112
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)
|
2113
2141
|
@user_membership_state = args[:user_membership_state] if args.key?(:user_membership_state)
|
2114
2142
|
end
|
2115
2143
|
end
|
@@ -2406,6 +2434,22 @@ module Google
|
|
2406
2434
|
# @return [Array<Google::Apis::CloudsearchV1::AppsDynamiteStorageActionActionParameter>]
|
2407
2435
|
attr_accessor :parameters
|
2408
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
|
+
|
2409
2453
|
def initialize(**args)
|
2410
2454
|
update!(**args)
|
2411
2455
|
end
|
@@ -2416,6 +2460,7 @@ module Google
|
|
2416
2460
|
@interaction = args[:interaction] if args.key?(:interaction)
|
2417
2461
|
@load_indicator = args[:load_indicator] if args.key?(:load_indicator)
|
2418
2462
|
@parameters = args[:parameters] if args.key?(:parameters)
|
2463
|
+
@persist_values = args[:persist_values] if args.key?(:persist_values)
|
2419
2464
|
end
|
2420
2465
|
end
|
2421
2466
|
|
@@ -7755,6 +7800,11 @@ module Google
|
|
7755
7800
|
# @return [Float]
|
7756
7801
|
attr_accessor :joined_space_affinity_score
|
7757
7802
|
|
7803
|
+
#
|
7804
|
+
# Corresponds to the JSON property `lastReadTimestampAgeInDays`
|
7805
|
+
# @return [Float]
|
7806
|
+
attr_accessor :last_read_timestamp_age_in_days
|
7807
|
+
|
7758
7808
|
#
|
7759
7809
|
# Corresponds to the JSON property `messageAgeInDays`
|
7760
7810
|
# @return [Float]
|
@@ -7800,6 +7850,7 @@ module Google
|
|
7800
7850
|
@final_score = args[:final_score] if args.key?(:final_score)
|
7801
7851
|
@freshness_score = args[:freshness_score] if args.key?(:freshness_score)
|
7802
7852
|
@joined_space_affinity_score = args[:joined_space_affinity_score] if args.key?(:joined_space_affinity_score)
|
7853
|
+
@last_read_timestamp_age_in_days = args[:last_read_timestamp_age_in_days] if args.key?(:last_read_timestamp_age_in_days)
|
7803
7854
|
@message_age_in_days = args[:message_age_in_days] if args.key?(:message_age_in_days)
|
7804
7855
|
@message_sender_affinity_score = args[:message_sender_affinity_score] if args.key?(:message_sender_affinity_score)
|
7805
7856
|
@space_id = args[:space_id] if args.key?(:space_id)
|
@@ -11575,6 +11626,29 @@ module Google
|
|
11575
11626
|
end
|
11576
11627
|
end
|
11577
11628
|
|
11629
|
+
# Interaction data for an annotation, which may be supplemental to the metadata
|
11630
|
+
# oneof. For example, this will contain the fully built navigation target for
|
11631
|
+
# smart chips. NEXT TAG: 2
|
11632
|
+
class InteractionData
|
11633
|
+
include Google::Apis::Core::Hashable
|
11634
|
+
|
11635
|
+
# Message containing a string that is safe to use in URL contexts in DOM APIs
|
11636
|
+
# and HTML documents, where the URL context does not refer to a resource that
|
11637
|
+
# loads code.
|
11638
|
+
# Corresponds to the JSON property `url`
|
11639
|
+
# @return [Google::Apis::CloudsearchV1::SafeUrlProto]
|
11640
|
+
attr_accessor :url
|
11641
|
+
|
11642
|
+
def initialize(**args)
|
11643
|
+
update!(**args)
|
11644
|
+
end
|
11645
|
+
|
11646
|
+
# Update properties of this object
|
11647
|
+
def update!(**args)
|
11648
|
+
@url = args[:url] if args.key?(:url)
|
11649
|
+
end
|
11650
|
+
end
|
11651
|
+
|
11578
11652
|
#
|
11579
11653
|
class InviteAcceptedEvent
|
11580
11654
|
include Google::Apis::Core::Hashable
|
@@ -13673,6 +13747,13 @@ module Google
|
|
13673
13747
|
# @return [Array<Google::Apis::CloudsearchV1::MultiKey>]
|
13674
13748
|
attr_accessor :message_keys
|
13675
13749
|
|
13750
|
+
# Value of coproc's message delete history record extension that exports /wonder/
|
13751
|
+
# message_mapping/`vertical` attribute of deleted messages which have smartmail
|
13752
|
+
# label (eg. ^cob_sm_invoice, etc).
|
13753
|
+
# Corresponds to the JSON property `wonderCardMappings`
|
13754
|
+
# @return [Array<Google::Apis::CloudsearchV1::WonderCardDelete>]
|
13755
|
+
attr_accessor :wonder_card_mappings
|
13756
|
+
|
13676
13757
|
def initialize(**args)
|
13677
13758
|
update!(**args)
|
13678
13759
|
end
|
@@ -13681,6 +13762,7 @@ module Google
|
|
13681
13762
|
def update!(**args)
|
13682
13763
|
@imap_sync_mappings = args[:imap_sync_mappings] if args.key?(:imap_sync_mappings)
|
13683
13764
|
@message_keys = args[:message_keys] if args.key?(:message_keys)
|
13765
|
+
@wonder_card_mappings = args[:wonder_card_mappings] if args.key?(:wonder_card_mappings)
|
13684
13766
|
end
|
13685
13767
|
end
|
13686
13768
|
|
@@ -13716,6 +13798,11 @@ module Google
|
|
13716
13798
|
class MessageInfo
|
13717
13799
|
include Google::Apis::Core::Hashable
|
13718
13800
|
|
13801
|
+
# Message author’s user type (human/bot).
|
13802
|
+
# Corresponds to the JSON property `authorUserType`
|
13803
|
+
# @return [String]
|
13804
|
+
attr_accessor :author_user_type
|
13805
|
+
|
13719
13806
|
# Message posted to a Space.
|
13720
13807
|
# Corresponds to the JSON property `message`
|
13721
13808
|
# @return [Google::Apis::CloudsearchV1::Message]
|
@@ -13732,6 +13819,7 @@ module Google
|
|
13732
13819
|
|
13733
13820
|
# Update properties of this object
|
13734
13821
|
def update!(**args)
|
13822
|
+
@author_user_type = args[:author_user_type] if args.key?(:author_user_type)
|
13735
13823
|
@message = args[:message] if args.key?(:message)
|
13736
13824
|
@searcher_membership_state = args[:searcher_membership_state] if args.key?(:searcher_membership_state)
|
13737
13825
|
end
|
@@ -20434,8 +20522,9 @@ module Google
|
|
20434
20522
|
class UploadMetadata
|
20435
20523
|
include Google::Apis::Core::Hashable
|
20436
20524
|
|
20437
|
-
# Opaque token. Clients shall simply pass it back to the Backend.
|
20438
|
-
#
|
20525
|
+
# Opaque token. Clients shall simply pass it back to the Backend. There is no
|
20526
|
+
# guarantee the attachment_token returned on subsequent reads is the same even
|
20527
|
+
# if nothing has changed. This field will NOT be saved into storage.
|
20439
20528
|
# Corresponds to the JSON property `attachmentToken`
|
20440
20529
|
# @return [String]
|
20441
20530
|
attr_accessor :attachment_token
|
@@ -20988,6 +21077,13 @@ module Google
|
|
20988
21077
|
# @return [String]
|
20989
21078
|
attr_accessor :type
|
20990
21079
|
|
21080
|
+
# Specific reason for the user mention failing, for fine-grained processing by
|
21081
|
+
# clients (i.e. specific error message for space limit exceeded case) IMPORTANT:
|
21082
|
+
# Set this only for FAILED_TO_ADD case.
|
21083
|
+
# Corresponds to the JSON property `userMentionError`
|
21084
|
+
# @return [String]
|
21085
|
+
attr_accessor :user_mention_error
|
21086
|
+
|
20991
21087
|
def initialize(**args)
|
20992
21088
|
update!(**args)
|
20993
21089
|
end
|
@@ -20999,6 +21095,7 @@ module Google
|
|
20999
21095
|
@id = args[:id] if args.key?(:id)
|
21000
21096
|
@invitee_info = args[:invitee_info] if args.key?(:invitee_info)
|
21001
21097
|
@type = args[:type] if args.key?(:type)
|
21098
|
+
@user_mention_error = args[:user_mention_error] if args.key?(:user_mention_error)
|
21002
21099
|
end
|
21003
21100
|
end
|
21004
21101
|
|
@@ -21382,6 +21479,55 @@ module Google
|
|
21382
21479
|
end
|
21383
21480
|
end
|
21384
21481
|
|
21482
|
+
# Message delete history record extension that exports /wonder/message_mapping/`
|
21483
|
+
# vertical` attribute of deleted messages which have any smartmail label (eg. ^
|
21484
|
+
# cob_sm_invoice). go/how-dd-card-deletion
|
21485
|
+
class WonderCardDelete
|
21486
|
+
include Google::Apis::Core::Hashable
|
21487
|
+
|
21488
|
+
# Contains <`@code WonderCardType` enum value, value of /wonder/message_mapping/`
|
21489
|
+
# vertical` attribute of deleted message> pairs.
|
21490
|
+
# Corresponds to the JSON property `messageMappings`
|
21491
|
+
# @return [Hash<String,Google::Apis::CloudsearchV1::WonderMessageMapping>]
|
21492
|
+
attr_accessor :message_mappings
|
21493
|
+
|
21494
|
+
# Message ID of the original deleted message
|
21495
|
+
# Corresponds to the JSON property `msgId`
|
21496
|
+
# @return [Fixnum]
|
21497
|
+
attr_accessor :msg_id
|
21498
|
+
|
21499
|
+
def initialize(**args)
|
21500
|
+
update!(**args)
|
21501
|
+
end
|
21502
|
+
|
21503
|
+
# Update properties of this object
|
21504
|
+
def update!(**args)
|
21505
|
+
@message_mappings = args[:message_mappings] if args.key?(:message_mappings)
|
21506
|
+
@msg_id = args[:msg_id] if args.key?(:msg_id)
|
21507
|
+
end
|
21508
|
+
end
|
21509
|
+
|
21510
|
+
# Card mapping attached to original message as an attribute stored at /wonder/
|
21511
|
+
# message_mapping/`vertical` Next ID: 2
|
21512
|
+
class WonderMessageMapping
|
21513
|
+
include Google::Apis::Core::Hashable
|
21514
|
+
|
21515
|
+
# List of wonder card (client-generated) message IDs generated based on the
|
21516
|
+
# original message.
|
21517
|
+
# Corresponds to the JSON property `wonderCardMessageId`
|
21518
|
+
# @return [Array<String>]
|
21519
|
+
attr_accessor :wonder_card_message_id
|
21520
|
+
|
21521
|
+
def initialize(**args)
|
21522
|
+
update!(**args)
|
21523
|
+
end
|
21524
|
+
|
21525
|
+
# Update properties of this object
|
21526
|
+
def update!(**args)
|
21527
|
+
@wonder_card_message_id = args[:wonder_card_message_id] if args.key?(:wonder_card_message_id)
|
21528
|
+
end
|
21529
|
+
end
|
21530
|
+
|
21385
21531
|
# A wrapper around a raw resource key. The secret should never be logged, and
|
21386
21532
|
# this proto annotates those secret fields to ensure that they are not. Clients
|
21387
21533
|
# 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.
|
19
|
+
GEM_VERSION = "0.45.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230221"
|
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
|
|
@@ -5708,6 +5732,7 @@ module Google
|
|
5708
5732
|
property :final_score, as: 'finalScore'
|
5709
5733
|
property :freshness_score, as: 'freshnessScore'
|
5710
5734
|
property :joined_space_affinity_score, as: 'joinedSpaceAffinityScore'
|
5735
|
+
property :last_read_timestamp_age_in_days, as: 'lastReadTimestampAgeInDays'
|
5711
5736
|
property :message_age_in_days, as: 'messageAgeInDays'
|
5712
5737
|
property :message_sender_affinity_score, as: 'messageSenderAffinityScore'
|
5713
5738
|
property :space_id, :numeric_string => true, as: 'spaceId'
|
@@ -6817,6 +6842,14 @@ module Google
|
|
6817
6842
|
end
|
6818
6843
|
end
|
6819
6844
|
|
6845
|
+
class InteractionData
|
6846
|
+
# @private
|
6847
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6848
|
+
property :url, as: 'url', class: Google::Apis::CloudsearchV1::SafeUrlProto, decorator: Google::Apis::CloudsearchV1::SafeUrlProto::Representation
|
6849
|
+
|
6850
|
+
end
|
6851
|
+
end
|
6852
|
+
|
6820
6853
|
class InviteAcceptedEvent
|
6821
6854
|
# @private
|
6822
6855
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7394,6 +7427,8 @@ module Google
|
|
7394
7427
|
|
7395
7428
|
collection :message_keys, as: 'messageKeys', class: Google::Apis::CloudsearchV1::MultiKey, decorator: Google::Apis::CloudsearchV1::MultiKey::Representation
|
7396
7429
|
|
7430
|
+
collection :wonder_card_mappings, as: 'wonderCardMappings', class: Google::Apis::CloudsearchV1::WonderCardDelete, decorator: Google::Apis::CloudsearchV1::WonderCardDelete::Representation
|
7431
|
+
|
7397
7432
|
end
|
7398
7433
|
end
|
7399
7434
|
|
@@ -7409,6 +7444,7 @@ module Google
|
|
7409
7444
|
class MessageInfo
|
7410
7445
|
# @private
|
7411
7446
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7447
|
+
property :author_user_type, as: 'authorUserType'
|
7412
7448
|
property :message, as: 'message', class: Google::Apis::CloudsearchV1::Message, decorator: Google::Apis::CloudsearchV1::Message::Representation
|
7413
7449
|
|
7414
7450
|
property :searcher_membership_state, as: 'searcherMembershipState'
|
@@ -9424,6 +9460,7 @@ module Google
|
|
9424
9460
|
property :invitee_info, as: 'inviteeInfo', class: Google::Apis::CloudsearchV1::InviteeInfo, decorator: Google::Apis::CloudsearchV1::InviteeInfo::Representation
|
9425
9461
|
|
9426
9462
|
property :type, as: 'type'
|
9463
|
+
property :user_mention_error, as: 'userMentionError'
|
9427
9464
|
end
|
9428
9465
|
end
|
9429
9466
|
|
@@ -9534,6 +9571,22 @@ module Google
|
|
9534
9571
|
end
|
9535
9572
|
end
|
9536
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
|
+
|
9537
9590
|
class WrappedResourceKey
|
9538
9591
|
# @private
|
9539
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.
|
4
|
+
version: 0.45.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-
|
11
|
+
date: 2023-02-26 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.
|
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.
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.45.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: []
|