google-apis-cloudsearch_v1 0.34.0 → 0.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: abc7e6f0584bcd64d8526f1d550ba157858ee805d1845701ae00d3140a666883
|
4
|
+
data.tar.gz: 1450efe743bafc5ae7377eec9b6a13740f0b96dfe06871e241f50379340021d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33228d59025e714e7104ff1a55b90366ff7d05dd0f887d1133451bb3b6d796f4e6afd753eda2a71fecab3058fda364a2408ae27e6703864aa5ba37edeb912ce0
|
7
|
+
data.tar.gz: 0b10146d37d007407f861b6adf0365d8a289144029981c5ff17a52dcd712f7f3222e516ba4d5f1497222661becec05280825c6e5bda153cc37720ff50a8b6d7d
|
data/CHANGELOG.md
CHANGED
@@ -588,18 +588,13 @@ module Google
|
|
588
588
|
end
|
589
589
|
end
|
590
590
|
|
591
|
-
# Next Id:
|
591
|
+
# Next Id: 6
|
592
592
|
class AppsDynamiteSharedActivityFeedAnnotationData
|
593
593
|
include Google::Apis::Core::Hashable
|
594
594
|
|
595
|
-
#
|
596
|
-
# message-id" or "dm-id/message-id", where the space-/dm-id and message-id
|
597
|
-
# components are extracted from the top-level MessageId in message.proto (http://
|
598
|
-
# shortn/_SulV51DNfF). This is copied into annotations so that no client changes
|
599
|
-
# are needed to access this value. Clients will need a unique id for every
|
600
|
-
# Activity Feed message to implement click-to-source.
|
595
|
+
# Primary key for Message resource.
|
601
596
|
# Corresponds to the JSON property `activityFeedMessageId`
|
602
|
-
# @return [
|
597
|
+
# @return [Google::Apis::CloudsearchV1::MessageId]
|
603
598
|
attr_accessor :activity_feed_message_id
|
604
599
|
|
605
600
|
# Next Id: 5
|
@@ -607,7 +602,7 @@ module Google
|
|
607
602
|
# @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItem]
|
608
603
|
attr_accessor :chat_item
|
609
604
|
|
610
|
-
# Contains info regarding the updater of an Activity Feed item. Next Id:
|
605
|
+
# Contains info regarding the updater of an Activity Feed item. Next Id: 7
|
611
606
|
# Corresponds to the JSON property `sharedUserInfo`
|
612
607
|
# @return [Google::Apis::CloudsearchV1::UserInfo]
|
613
608
|
attr_accessor :shared_user_info
|
@@ -1565,7 +1560,8 @@ module Google
|
|
1565
1560
|
# @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItemGroupInfo]
|
1566
1561
|
attr_accessor :group_info
|
1567
1562
|
|
1568
|
-
# Information that references a Dynamite chat message.
|
1563
|
+
# Information that references a Dynamite chat message. This is only used for
|
1564
|
+
# Activity Feed messages.
|
1569
1565
|
# Corresponds to the JSON property `messageInfo`
|
1570
1566
|
# @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedMessageInfo]
|
1571
1567
|
attr_accessor :message_info
|
@@ -2692,7 +2688,8 @@ module Google
|
|
2692
2688
|
end
|
2693
2689
|
end
|
2694
2690
|
|
2695
|
-
# Information that references a Dynamite chat message.
|
2691
|
+
# Information that references a Dynamite chat message. This is only used for
|
2692
|
+
# Activity Feed messages.
|
2696
2693
|
class AppsDynamiteSharedMessageInfo
|
2697
2694
|
include Google::Apis::Core::Hashable
|
2698
2695
|
|
@@ -2701,6 +2698,11 @@ module Google
|
|
2701
2698
|
# @return [Google::Apis::CloudsearchV1::MessageId]
|
2702
2699
|
attr_accessor :message_id
|
2703
2700
|
|
2701
|
+
# The type of the source chat message.
|
2702
|
+
# Corresponds to the JSON property `messageType`
|
2703
|
+
# @return [String]
|
2704
|
+
attr_accessor :message_type
|
2705
|
+
|
2704
2706
|
# Timestamp of when the topic containing the message has been read by the user.
|
2705
2707
|
# This is populated if the message references an inline reply, in which case the
|
2706
2708
|
# space may be marked as read but the topic still has unread messages.
|
@@ -2715,6 +2717,7 @@ module Google
|
|
2715
2717
|
# Update properties of this object
|
2716
2718
|
def update!(**args)
|
2717
2719
|
@message_id = args[:message_id] if args.key?(:message_id)
|
2720
|
+
@message_type = args[:message_type] if args.key?(:message_type)
|
2718
2721
|
@topic_read_time_usec = args[:topic_read_time_usec] if args.key?(:topic_read_time_usec)
|
2719
2722
|
end
|
2720
2723
|
end
|
@@ -3083,6 +3086,57 @@ module Google
|
|
3083
3086
|
end
|
3084
3087
|
end
|
3085
3088
|
|
3089
|
+
# Contains info on membership count for member types: HUMAN_USER, BOT_USER &
|
3090
|
+
# ROSTER_MEMBER different states: INVITED, JOINED
|
3091
|
+
class AppsDynamiteSharedSegmentedMembershipCount
|
3092
|
+
include Google::Apis::Core::Hashable
|
3093
|
+
|
3094
|
+
#
|
3095
|
+
# Corresponds to the JSON property `memberType`
|
3096
|
+
# @return [String]
|
3097
|
+
attr_accessor :member_type
|
3098
|
+
|
3099
|
+
# count of members with given type and state
|
3100
|
+
# Corresponds to the JSON property `membershipCount`
|
3101
|
+
# @return [Fixnum]
|
3102
|
+
attr_accessor :membership_count
|
3103
|
+
|
3104
|
+
#
|
3105
|
+
# Corresponds to the JSON property `membershipState`
|
3106
|
+
# @return [String]
|
3107
|
+
attr_accessor :membership_state
|
3108
|
+
|
3109
|
+
def initialize(**args)
|
3110
|
+
update!(**args)
|
3111
|
+
end
|
3112
|
+
|
3113
|
+
# Update properties of this object
|
3114
|
+
def update!(**args)
|
3115
|
+
@member_type = args[:member_type] if args.key?(:member_type)
|
3116
|
+
@membership_count = args[:membership_count] if args.key?(:membership_count)
|
3117
|
+
@membership_state = args[:membership_state] if args.key?(:membership_state)
|
3118
|
+
end
|
3119
|
+
end
|
3120
|
+
|
3121
|
+
#
|
3122
|
+
class AppsDynamiteSharedSegmentedMembershipCounts
|
3123
|
+
include Google::Apis::Core::Hashable
|
3124
|
+
|
3125
|
+
#
|
3126
|
+
# Corresponds to the JSON property `value`
|
3127
|
+
# @return [Array<Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCount>]
|
3128
|
+
attr_accessor :value
|
3129
|
+
|
3130
|
+
def initialize(**args)
|
3131
|
+
update!(**args)
|
3132
|
+
end
|
3133
|
+
|
3134
|
+
# Update properties of this object
|
3135
|
+
def update!(**args)
|
3136
|
+
@value = args[:value] if args.key?(:value)
|
3137
|
+
end
|
3138
|
+
end
|
3139
|
+
|
3086
3140
|
# A widget that creates a UI item (for example, a drop-down list) with options
|
3087
3141
|
# for users to select.
|
3088
3142
|
class AppsDynamiteSharedSelectionInput
|
@@ -4760,7 +4814,7 @@ module Google
|
|
4760
4814
|
attr_accessor :cse_enabled
|
4761
4815
|
alias_method :cse_enabled?, :cse_enabled
|
4762
4816
|
|
4763
|
-
# Indicates whether the current call is moderated.
|
4817
|
+
# Indicates whether the current call is moderated.
|
4764
4818
|
# Corresponds to the JSON property `moderationEnabled`
|
4765
4819
|
# @return [Boolean]
|
4766
4820
|
attr_accessor :moderation_enabled
|
@@ -8807,7 +8861,7 @@ module Google
|
|
8807
8861
|
end
|
8808
8862
|
|
8809
8863
|
# The corpus specific metadata for office-type documents, from Google Docs and
|
8810
|
-
# other sources. This message is passed to the scorer and beyond. Next tag:
|
8864
|
+
# other sources. This message is passed to the scorer and beyond. Next tag: 9
|
8811
8865
|
class GoogleDocsMetadata
|
8812
8866
|
include Google::Apis::Core::Hashable
|
8813
8867
|
|
@@ -8833,6 +8887,16 @@ module Google
|
|
8833
8887
|
# @return [Fixnum]
|
8834
8888
|
attr_accessor :last_content_modified_timestamp
|
8835
8889
|
|
8890
|
+
# Contains number of subscribers for the document.
|
8891
|
+
# Corresponds to the JSON property `numSubscribers`
|
8892
|
+
# @return [Fixnum]
|
8893
|
+
attr_accessor :num_subscribers
|
8894
|
+
|
8895
|
+
# Size of untruncated viewers list.
|
8896
|
+
# Corresponds to the JSON property `numViewers`
|
8897
|
+
# @return [Fixnum]
|
8898
|
+
attr_accessor :num_viewers
|
8899
|
+
|
8836
8900
|
# A message containing information about a specific result. This information is
|
8837
8901
|
# passed to the scorer and beyond; in particular, GWS relies on it to format the
|
8838
8902
|
# result in the UI. Split from GoogleDocsMetadata in case we later want to reuse
|
@@ -8856,6 +8920,8 @@ module Google
|
|
8856
8920
|
@document_type = args[:document_type] if args.key?(:document_type)
|
8857
8921
|
@file_extension = args[:file_extension] if args.key?(:file_extension)
|
8858
8922
|
@last_content_modified_timestamp = args[:last_content_modified_timestamp] if args.key?(:last_content_modified_timestamp)
|
8923
|
+
@num_subscribers = args[:num_subscribers] if args.key?(:num_subscribers)
|
8924
|
+
@num_viewers = args[:num_viewers] if args.key?(:num_viewers)
|
8859
8925
|
@result_info = args[:result_info] if args.key?(:result_info)
|
8860
8926
|
@type_info = args[:type_info] if args.key?(:type_info)
|
8861
8927
|
end
|
@@ -9117,7 +9183,7 @@ module Google
|
|
9117
9183
|
class GsuiteIntegrationMetadata
|
9118
9184
|
include Google::Apis::Core::Hashable
|
9119
9185
|
|
9120
|
-
# Next Id:
|
9186
|
+
# Next Id: 6
|
9121
9187
|
# Corresponds to the JSON property `activityFeedData`
|
9122
9188
|
# @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedActivityFeedAnnotationData]
|
9123
9189
|
attr_accessor :activity_feed_data
|
@@ -10970,8 +11036,7 @@ module Google
|
|
10970
11036
|
|
10971
11037
|
# An optional alias for the meeting space. The alias can in some cases be
|
10972
11038
|
# resolved to the meeting space, similar to the meeting code. The limitation is
|
10973
|
-
# that the user needs to be in the same meeting domain as the meeting space.
|
10974
|
-
# go/thor-backend/meeting-alias for more details.
|
11039
|
+
# that the user needs to be in the same meeting domain as the meeting space.
|
10975
11040
|
# Corresponds to the JSON property `meetingAlias`
|
10976
11041
|
# @return [String]
|
10977
11042
|
attr_accessor :meeting_alias
|
@@ -10999,7 +11064,7 @@ module Google
|
|
10999
11064
|
# Output only. A URL that clients (e.g. Calendar) can use to show the web page
|
11000
11065
|
# with all join methods available for this meeting space. This link is also used
|
11001
11066
|
# in iOS universal links and Android intents, used for opening the "More ways to
|
11002
|
-
# join" view in the
|
11067
|
+
# join" view in the Meet mobile apps. Example: https://tel.meet/mee-ting-cod?pin=
|
11003
11068
|
# 1234567891011 Here, "pin" is the universal phone PIN. We include it explicitly
|
11004
11069
|
# to better support the offline case on the mobile. This is set when the meeting
|
11005
11070
|
# space has either a universal PIN or an interop PIN and clients who can show a "
|
@@ -11362,6 +11427,15 @@ module Google
|
|
11362
11427
|
# @return [Google::Apis::CloudsearchV1::MessageId]
|
11363
11428
|
attr_accessor :id
|
11364
11429
|
|
11430
|
+
# Whether the message is content purged. Content purged messages contain only
|
11431
|
+
# data required for tombstone (see go/chat-infinite-tombstone). This field is
|
11432
|
+
# only used by Vault to display tombstone and should only be set to true if the
|
11433
|
+
# message is a tombstone.
|
11434
|
+
# Corresponds to the JSON property `isContentPurged`
|
11435
|
+
# @return [Boolean]
|
11436
|
+
attr_accessor :is_content_purged
|
11437
|
+
alias_method :is_content_purged?, :is_content_purged
|
11438
|
+
|
11365
11439
|
# Output only. Indicates if the message is an inline reply. Set to true only if
|
11366
11440
|
# the message's ParentPath is non-NULL. Currently, only inline replies have non-
|
11367
11441
|
# NULL ParentPath. See go/chat-be-inline-reply-indicator.
|
@@ -11531,6 +11605,7 @@ module Google
|
|
11531
11605
|
@editable_by = args[:editable_by] if args.key?(:editable_by)
|
11532
11606
|
@fallback_text = args[:fallback_text] if args.key?(:fallback_text)
|
11533
11607
|
@id = args[:id] if args.key?(:id)
|
11608
|
+
@is_content_purged = args[:is_content_purged] if args.key?(:is_content_purged)
|
11534
11609
|
@is_inline_reply = args[:is_inline_reply] if args.key?(:is_inline_reply)
|
11535
11610
|
@last_edit_time = args[:last_edit_time] if args.key?(:last_edit_time)
|
11536
11611
|
@last_update_time = args[:last_update_time] if args.key?(:last_update_time)
|
@@ -14029,9 +14104,9 @@ module Google
|
|
14029
14104
|
# translations. Set this field using the language set in browser or for the page.
|
14030
14105
|
# In the event that the user's language preference is known, set this field to
|
14031
14106
|
# the known user language. When specified, the documents in search results are
|
14032
|
-
# biased towards the specified language.
|
14033
|
-
#
|
14034
|
-
#
|
14107
|
+
# biased towards the specified language. From Suggest API perspective, for 3p
|
14108
|
+
# suggest this is used as a hint while making predictions to add language
|
14109
|
+
# boosting.
|
14035
14110
|
# Corresponds to the JSON property `languageCode`
|
14036
14111
|
# @return [String]
|
14037
14112
|
attr_accessor :language_code
|
@@ -14463,6 +14538,12 @@ module Google
|
|
14463
14538
|
# @return [String]
|
14464
14539
|
attr_accessor :roster_state
|
14465
14540
|
|
14541
|
+
# Roster membership count. May contain counts based on member type and
|
14542
|
+
# membership state.
|
14543
|
+
# Corresponds to the JSON property `segmentedMembershipCounts`
|
14544
|
+
# @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCounts]
|
14545
|
+
attr_accessor :segmented_membership_counts
|
14546
|
+
|
14466
14547
|
def initialize(**args)
|
14467
14548
|
update!(**args)
|
14468
14549
|
end
|
@@ -14475,6 +14556,7 @@ module Google
|
|
14475
14556
|
@name = args[:name] if args.key?(:name)
|
14476
14557
|
@roster_gaia_key = args[:roster_gaia_key] if args.key?(:roster_gaia_key)
|
14477
14558
|
@roster_state = args[:roster_state] if args.key?(:roster_state)
|
14559
|
+
@segmented_membership_counts = args[:segmented_membership_counts] if args.key?(:segmented_membership_counts)
|
14478
14560
|
end
|
14479
14561
|
end
|
14480
14562
|
|
@@ -15374,7 +15456,7 @@ module Google
|
|
15374
15456
|
attr_accessor :default_as_viewer
|
15375
15457
|
alias_method :default_as_viewer?, :default_as_viewer
|
15376
15458
|
|
15377
|
-
# Indicates whether the meeting space is moderated.
|
15459
|
+
# Indicates whether the meeting space is moderated.
|
15378
15460
|
# Corresponds to the JSON property `moderationEnabled`
|
15379
15461
|
# @return [Boolean]
|
15380
15462
|
attr_accessor :moderation_enabled
|
@@ -17441,7 +17523,7 @@ module Google
|
|
17441
17523
|
end
|
17442
17524
|
end
|
17443
17525
|
|
17444
|
-
# Contains info regarding the updater of an Activity Feed item. Next Id:
|
17526
|
+
# Contains info regarding the updater of an Activity Feed item. Next Id: 7
|
17445
17527
|
class UserInfo
|
17446
17528
|
include Google::Apis::Core::Hashable
|
17447
17529
|
|
@@ -17467,6 +17549,14 @@ module Google
|
|
17467
17549
|
# @return [Fixnum]
|
17468
17550
|
attr_accessor :updater_to_show_gaia_id
|
17469
17551
|
|
17552
|
+
# The display name of the updater for clients to show used for Gmail items. This
|
17553
|
+
# (along with the updater fields above) will be populated in the thread pipeline
|
17554
|
+
# (http://shortn/_rPS0GCp94Y) when converting Activity Feed message attributes
|
17555
|
+
# into client-renderable Activity Feed items.
|
17556
|
+
# Corresponds to the JSON property `updaterToShowName`
|
17557
|
+
# @return [String]
|
17558
|
+
attr_accessor :updater_to_show_name
|
17559
|
+
|
17470
17560
|
# Primary key for User resource.
|
17471
17561
|
# Corresponds to the JSON property `updaterToShowUserId`
|
17472
17562
|
# @return [Google::Apis::CloudsearchV1::UserId]
|
@@ -17482,6 +17572,7 @@ module Google
|
|
17482
17572
|
@updater_count_to_show = args[:updater_count_to_show] if args.key?(:updater_count_to_show)
|
17483
17573
|
@updater_to_show_email = args[:updater_to_show_email] if args.key?(:updater_to_show_email)
|
17484
17574
|
@updater_to_show_gaia_id = args[:updater_to_show_gaia_id] if args.key?(:updater_to_show_gaia_id)
|
17575
|
+
@updater_to_show_name = args[:updater_to_show_name] if args.key?(:updater_to_show_name)
|
17485
17576
|
@updater_to_show_user_id = args[:updater_to_show_user_id] if args.key?(:updater_to_show_user_id)
|
17486
17577
|
end
|
17487
17578
|
end
|
@@ -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.35.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220904"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -526,6 +526,18 @@ module Google
|
|
526
526
|
include Google::Apis::Core::JsonObjectSupport
|
527
527
|
end
|
528
528
|
|
529
|
+
class AppsDynamiteSharedSegmentedMembershipCount
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class AppsDynamiteSharedSegmentedMembershipCounts
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
529
541
|
class AppsDynamiteSharedSelectionInput
|
530
542
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
543
|
|
@@ -3092,7 +3104,8 @@ module Google
|
|
3092
3104
|
class AppsDynamiteSharedActivityFeedAnnotationData
|
3093
3105
|
# @private
|
3094
3106
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3095
|
-
property :activity_feed_message_id, as: 'activityFeedMessageId'
|
3107
|
+
property :activity_feed_message_id, as: 'activityFeedMessageId', class: Google::Apis::CloudsearchV1::MessageId, decorator: Google::Apis::CloudsearchV1::MessageId::Representation
|
3108
|
+
|
3096
3109
|
property :chat_item, as: 'chatItem', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItem, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItem::Representation
|
3097
3110
|
|
3098
3111
|
property :shared_user_info, as: 'sharedUserInfo', class: Google::Apis::CloudsearchV1::UserInfo, decorator: Google::Apis::CloudsearchV1::UserInfo::Representation
|
@@ -3701,6 +3714,7 @@ module Google
|
|
3701
3714
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3702
3715
|
property :message_id, as: 'messageId', class: Google::Apis::CloudsearchV1::MessageId, decorator: Google::Apis::CloudsearchV1::MessageId::Representation
|
3703
3716
|
|
3717
|
+
property :message_type, as: 'messageType'
|
3704
3718
|
property :topic_read_time_usec, :numeric_string => true, as: 'topicReadTimeUsec'
|
3705
3719
|
end
|
3706
3720
|
end
|
@@ -3826,6 +3840,23 @@ module Google
|
|
3826
3840
|
end
|
3827
3841
|
end
|
3828
3842
|
|
3843
|
+
class AppsDynamiteSharedSegmentedMembershipCount
|
3844
|
+
# @private
|
3845
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3846
|
+
property :member_type, as: 'memberType'
|
3847
|
+
property :membership_count, as: 'membershipCount'
|
3848
|
+
property :membership_state, as: 'membershipState'
|
3849
|
+
end
|
3850
|
+
end
|
3851
|
+
|
3852
|
+
class AppsDynamiteSharedSegmentedMembershipCounts
|
3853
|
+
# @private
|
3854
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3855
|
+
collection :value, as: 'value', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCount, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCount::Representation
|
3856
|
+
|
3857
|
+
end
|
3858
|
+
end
|
3859
|
+
|
3829
3860
|
class AppsDynamiteSharedSelectionInput
|
3830
3861
|
# @private
|
3831
3862
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5477,6 +5508,8 @@ module Google
|
|
5477
5508
|
property :document_type, as: 'documentType'
|
5478
5509
|
property :file_extension, as: 'fileExtension'
|
5479
5510
|
property :last_content_modified_timestamp, :numeric_string => true, as: 'lastContentModifiedTimestamp'
|
5511
|
+
property :num_subscribers, as: 'numSubscribers'
|
5512
|
+
property :num_viewers, as: 'numViewers'
|
5480
5513
|
property :result_info, as: 'resultInfo', class: Google::Apis::CloudsearchV1::GoogleDocsResultInfo, decorator: Google::Apis::CloudsearchV1::GoogleDocsResultInfo::Representation
|
5481
5514
|
|
5482
5515
|
property :type_info, as: 'typeInfo', class: Google::Apis::CloudsearchV1::TypeInfo, decorator: Google::Apis::CloudsearchV1::TypeInfo::Representation
|
@@ -6209,6 +6242,7 @@ module Google
|
|
6209
6242
|
property :fallback_text, as: 'fallbackText'
|
6210
6243
|
property :id, as: 'id', class: Google::Apis::CloudsearchV1::MessageId, decorator: Google::Apis::CloudsearchV1::MessageId::Representation
|
6211
6244
|
|
6245
|
+
property :is_content_purged, as: 'isContentPurged'
|
6212
6246
|
property :is_inline_reply, as: 'isInlineReply'
|
6213
6247
|
property :last_edit_time, :numeric_string => true, as: 'lastEditTime'
|
6214
6248
|
property :last_update_time, :numeric_string => true, as: 'lastUpdateTime'
|
@@ -7068,6 +7102,8 @@ module Google
|
|
7068
7102
|
property :name, as: 'name'
|
7069
7103
|
property :roster_gaia_key, as: 'rosterGaiaKey'
|
7070
7104
|
property :roster_state, as: 'rosterState'
|
7105
|
+
property :segmented_membership_counts, as: 'segmentedMembershipCounts', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCounts, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCounts::Representation
|
7106
|
+
|
7071
7107
|
end
|
7072
7108
|
end
|
7073
7109
|
|
@@ -7905,6 +7941,7 @@ module Google
|
|
7905
7941
|
property :updater_count_to_show, as: 'updaterCountToShow'
|
7906
7942
|
property :updater_to_show_email, as: 'updaterToShowEmail'
|
7907
7943
|
property :updater_to_show_gaia_id, :numeric_string => true, as: 'updaterToShowGaiaId'
|
7944
|
+
property :updater_to_show_name, as: 'updaterToShowName'
|
7908
7945
|
property :updater_to_show_user_id, as: 'updaterToShowUserId', class: Google::Apis::CloudsearchV1::UserId, decorator: Google::Apis::CloudsearchV1::UserId::Representation
|
7909
7946
|
|
7910
7947
|
end
|
@@ -961,9 +961,9 @@ module Google
|
|
961
961
|
# translations. Set this field using the language set in browser or for the page.
|
962
962
|
# In the event that the user's language preference is known, set this field to
|
963
963
|
# the known user language. When specified, the documents in search results are
|
964
|
-
# biased towards the specified language.
|
965
|
-
#
|
966
|
-
#
|
964
|
+
# biased towards the specified language. From Suggest API perspective, for 3p
|
965
|
+
# suggest this is used as a hint while making predictions to add language
|
966
|
+
# boosting.
|
967
967
|
# @param [String] request_options_search_application_id
|
968
968
|
# The ID generated when you create a search application using the [admin console]
|
969
969
|
# (https://support.google.com/a/answer/9043922).
|
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.35.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-
|
11
|
+
date: 2022-09-12 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-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.35.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: []
|