google-apis-cloudsearch_v1 0.35.0 → 0.37.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: abc7e6f0584bcd64d8526f1d550ba157858ee805d1845701ae00d3140a666883
4
- data.tar.gz: 1450efe743bafc5ae7377eec9b6a13740f0b96dfe06871e241f50379340021d7
3
+ metadata.gz: 6ea9d3eb1bb8235c45fedff21a43ff54bc310932457f17525359837759d129e7
4
+ data.tar.gz: 744d7734481e6021fc52b38c6a38f55c31abadeb6bb1fa3234bf4df3440a249b
5
5
  SHA512:
6
- metadata.gz: 33228d59025e714e7104ff1a55b90366ff7d05dd0f887d1133451bb3b6d796f4e6afd753eda2a71fecab3058fda364a2408ae27e6703864aa5ba37edeb912ce0
7
- data.tar.gz: 0b10146d37d007407f861b6adf0365d8a289144029981c5ff17a52dcd712f7f3222e516ba4d5f1497222661becec05280825c6e5bda153cc37720ff50a8b6d7d
6
+ metadata.gz: 22858ac3e2deadf2477bef4a10df30efc024759f2af1740c05dacd4f6326e8f53761b1c33fe3612cd9a4b87c571e170372fdbb83e37167ff95586dc19a70a340
7
+ data.tar.gz: ca8059e2f6cdda99209e26eb946613acdb84a772eb5146ed17e2ec75ff47d3bdaf15b0f290894a504749bb15c3cab35f17b9041ef01346b4e49044d4daa6d76c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.37.0 (2022-10-02)
4
+
5
+ * Regenerated from discovery document revision 20220920
6
+
7
+ ### v0.36.0 (2022-09-20)
8
+
9
+ * Regenerated from discovery document revision 20220913
10
+ * Regenerated using generator version 0.10.0
11
+
3
12
  ### v0.35.0 (2022-09-10)
4
13
 
5
14
  * Regenerated from discovery document revision 20220904
@@ -588,10 +588,20 @@ module Google
588
588
  end
589
589
  end
590
590
 
591
- # Next Id: 6
591
+ # Next Id: 7
592
592
  class AppsDynamiteSharedActivityFeedAnnotationData
593
593
  include Google::Apis::Core::Hashable
594
594
 
595
+ # Timestamp of when the Activity Feed message that contains this annotation was
596
+ # created. This is roughly when the activity happened, such as when a reaction
597
+ # happened, but will have at least some small delay, since the Activity Feed
598
+ # message is created asynchronously after. This timestamp should only be used
599
+ # for display when the activity create time is not available in the Chat UI,
600
+ # like the time of a reaction.
601
+ # Corresponds to the JSON property `activityFeedMessageCreateTime`
602
+ # @return [String]
603
+ attr_accessor :activity_feed_message_create_time
604
+
595
605
  # Primary key for Message resource.
596
606
  # Corresponds to the JSON property `activityFeedMessageId`
597
607
  # @return [Google::Apis::CloudsearchV1::MessageId]
@@ -602,7 +612,7 @@ module Google
602
612
  # @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItem]
603
613
  attr_accessor :chat_item
604
614
 
605
- # Contains info regarding the updater of an Activity Feed item. Next Id: 7
615
+ # Contains info regarding the updater of an Activity Feed item. Next Id: 8
606
616
  # Corresponds to the JSON property `sharedUserInfo`
607
617
  # @return [Google::Apis::CloudsearchV1::UserInfo]
608
618
  attr_accessor :shared_user_info
@@ -618,6 +628,7 @@ module Google
618
628
 
619
629
  # Update properties of this object
620
630
  def update!(**args)
631
+ @activity_feed_message_create_time = args[:activity_feed_message_create_time] if args.key?(:activity_feed_message_create_time)
621
632
  @activity_feed_message_id = args[:activity_feed_message_id] if args.key?(:activity_feed_message_id)
622
633
  @chat_item = args[:chat_item] if args.key?(:chat_item)
623
634
  @shared_user_info = args[:shared_user_info] if args.key?(:shared_user_info)
@@ -3086,7 +3097,7 @@ module Google
3086
3097
  end
3087
3098
  end
3088
3099
 
3089
- # Contains info on membership count for member types: HUMAN_USER, BOT_USER &
3100
+ # Contains info on membership count for member types: HUMAN_USER, APP_USER &
3090
3101
  # ROSTER_MEMBER different states: INVITED, JOINED
3091
3102
  class AppsDynamiteSharedSegmentedMembershipCount
3092
3103
  include Google::Apis::Core::Hashable
@@ -4385,6 +4396,11 @@ module Google
4385
4396
  class BotInfo
4386
4397
  include Google::Apis::Core::Hashable
4387
4398
 
4399
+ #
4400
+ # Corresponds to the JSON property `appAllowlistStatus`
4401
+ # @return [String]
4402
+ attr_accessor :app_allowlist_status
4403
+
4388
4404
  # Identifier of an App.
4389
4405
  # Corresponds to the JSON property `appId`
4390
4406
  # @return [Google::Apis::CloudsearchV1::AppId]
@@ -4422,6 +4438,12 @@ module Google
4422
4438
  # @return [String]
4423
4439
  attr_accessor :status
4424
4440
 
4441
+ # If the app supports a home screen.
4442
+ # Corresponds to the JSON property `supportHomeScreen`
4443
+ # @return [Boolean]
4444
+ attr_accessor :support_home_screen
4445
+ alias_method :support_home_screen?, :support_home_screen
4446
+
4425
4447
  # Urls with additional bot related information.
4426
4448
  # Corresponds to the JSON property `supportUrls`
4427
4449
  # @return [Google::Apis::CloudsearchV1::SupportUrls]
@@ -4434,17 +4456,13 @@ module Google
4434
4456
  # @return [Array<String>]
4435
4457
  attr_accessor :supported_uses
4436
4458
 
4437
- #
4438
- # Corresponds to the JSON property `whitelistStatus`
4439
- # @return [String]
4440
- attr_accessor :whitelist_status
4441
-
4442
4459
  def initialize(**args)
4443
4460
  update!(**args)
4444
4461
  end
4445
4462
 
4446
4463
  # Update properties of this object
4447
4464
  def update!(**args)
4465
+ @app_allowlist_status = args[:app_allowlist_status] if args.key?(:app_allowlist_status)
4448
4466
  @app_id = args[:app_id] if args.key?(:app_id)
4449
4467
  @bot_avatar_url = args[:bot_avatar_url] if args.key?(:bot_avatar_url)
4450
4468
  @bot_name = args[:bot_name] if args.key?(:bot_name)
@@ -4452,9 +4470,9 @@ module Google
4452
4470
  @developer_name = args[:developer_name] if args.key?(:developer_name)
4453
4471
  @market_place_banner_url = args[:market_place_banner_url] if args.key?(:market_place_banner_url)
4454
4472
  @status = args[:status] if args.key?(:status)
4473
+ @support_home_screen = args[:support_home_screen] if args.key?(:support_home_screen)
4455
4474
  @support_urls = args[:support_urls] if args.key?(:support_urls)
4456
4475
  @supported_uses = args[:supported_uses] if args.key?(:supported_uses)
4457
- @whitelist_status = args[:whitelist_status] if args.key?(:whitelist_status)
4458
4476
  end
4459
4477
  end
4460
4478
 
@@ -9183,7 +9201,7 @@ module Google
9183
9201
  class GsuiteIntegrationMetadata
9184
9202
  include Google::Apis::Core::Hashable
9185
9203
 
9186
- # Next Id: 6
9204
+ # Next Id: 7
9187
9205
  # Corresponds to the JSON property `activityFeedData`
9188
9206
  # @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedActivityFeedAnnotationData]
9189
9207
  attr_accessor :activity_feed_data
@@ -13183,7 +13201,8 @@ module Google
13183
13201
  # Indicates that users can perform wildcard search for this property. Only
13184
13202
  # supported for Text properties. IsReturnable must be true to set this option.
13185
13203
  # In a given datasource maximum of 5 properties can be marked as
13186
- # is_wildcard_searchable.
13204
+ # is_wildcard_searchable. For more details, see [Define object properties](https:
13205
+ # //developers.google.com/cloud-search/docs/guides/schema-guide#properties)
13187
13206
  # Corresponds to the JSON property `isWildcardSearchable`
13188
13207
  # @return [Boolean]
13189
13208
  attr_accessor :is_wildcard_searchable
@@ -15438,7 +15457,7 @@ module Google
15438
15457
  attr_accessor :chat_lock
15439
15458
  alias_method :chat_lock?, :chat_lock
15440
15459
 
15441
- # Whether meeting artifacts will be shared with co-hosts.
15460
+ # Whether meeting artifacts will be shared with cohosts.
15442
15461
  # Corresponds to the JSON property `cohostArtifactSharingEnabled`
15443
15462
  # @return [Boolean]
15444
15463
  attr_accessor :cohost_artifact_sharing_enabled
@@ -17290,7 +17309,7 @@ module Google
17290
17309
  # Note that this is not necessarily the mime type of the http resource. For
17291
17310
  # example a text/html from youtube or vimeo may actually be classified as a
17292
17311
  # video type. Then we shall mark it as video/* since we don't know exactly what
17293
- # type of video it is. NEXT TAG : 16
17312
+ # type of video it is.
17294
17313
  # Corresponds to the JSON property `mimeType`
17295
17314
  # @return [String]
17296
17315
  attr_accessor :mime_type
@@ -17326,6 +17345,11 @@ module Google
17326
17345
  # @return [Google::Apis::CloudsearchV1::SafeUrlProto]
17327
17346
  attr_accessor :url
17328
17347
 
17348
+ # NEXT TAG : 17
17349
+ # Corresponds to the JSON property `urlSource`
17350
+ # @return [String]
17351
+ attr_accessor :url_source
17352
+
17329
17353
  def initialize(**args)
17330
17354
  update!(**args)
17331
17355
  end
@@ -17346,6 +17370,7 @@ module Google
17346
17370
  @snippet = args[:snippet] if args.key?(:snippet)
17347
17371
  @title = args[:title] if args.key?(:title)
17348
17372
  @url = args[:url] if args.key?(:url)
17373
+ @url_source = args[:url_source] if args.key?(:url_source)
17349
17374
  end
17350
17375
  end
17351
17376
 
@@ -17523,10 +17548,20 @@ module Google
17523
17548
  end
17524
17549
  end
17525
17550
 
17526
- # Contains info regarding the updater of an Activity Feed item. Next Id: 7
17551
+ # Contains info regarding the updater of an Activity Feed item. Next Id: 8
17527
17552
  class UserInfo
17528
17553
  include Google::Apis::Core::Hashable
17529
17554
 
17555
+ # Avatar url of the user who triggered the Drive Notification email. This field
17556
+ # will be populated if we can extract such information from the Drive
17557
+ # Notification email. This should only be used to fetch user avatars when
17558
+ # updater_to_show_email is not populated. This field is not set for non-Drive
17559
+ # Notification items. This is not the actual sender of the email, as the sender
17560
+ # is always comments-noreply@docs.google.com.
17561
+ # Corresponds to the JSON property `driveNotificationAvatarUrl`
17562
+ # @return [String]
17563
+ attr_accessor :drive_notification_avatar_url
17564
+
17530
17565
  # Describes how updater_count_to_show should be used.
17531
17566
  # Corresponds to the JSON property `updaterCountDisplayType`
17532
17567
  # @return [String]
@@ -17538,7 +17573,11 @@ module Google
17538
17573
  # @return [Fixnum]
17539
17574
  attr_accessor :updater_count_to_show
17540
17575
 
17541
- # The email of the updater for clients to show used for Gmail items.
17576
+ # The email of the updater for clients to show used for Gmail items. For Drive
17577
+ # Notifications, this is the email of the user who triggered the Drive
17578
+ # Notification email. This field will be populated if we can extract such
17579
+ # information from the Drive Notification email. This is not the actual sender
17580
+ # of the email, as the sender is always comments-noreply@docs.google.com.
17542
17581
  # Corresponds to the JSON property `updaterToShowEmail`
17543
17582
  # @return [String]
17544
17583
  attr_accessor :updater_to_show_email
@@ -17549,10 +17588,14 @@ module Google
17549
17588
  # @return [Fixnum]
17550
17589
  attr_accessor :updater_to_show_gaia_id
17551
17590
 
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.
17591
+ # The display name of the updater for clients to show used for Gmail items. For
17592
+ # non-Drive Notification items, this field will always be populated. If the
17593
+ # display name cannot be found for the user, the fallback string will be the
17594
+ # email address. For Drive Notification items, this is the email of the user who
17595
+ # triggered the Drive notification email. This field will be populated if we can
17596
+ # extract such information from the Drive Notification email. This is not the
17597
+ # actual sender of the email, as the sender is always comments-noreply@docs.
17598
+ # google.com.
17556
17599
  # Corresponds to the JSON property `updaterToShowName`
17557
17600
  # @return [String]
17558
17601
  attr_accessor :updater_to_show_name
@@ -17568,6 +17611,7 @@ module Google
17568
17611
 
17569
17612
  # Update properties of this object
17570
17613
  def update!(**args)
17614
+ @drive_notification_avatar_url = args[:drive_notification_avatar_url] if args.key?(:drive_notification_avatar_url)
17571
17615
  @updater_count_display_type = args[:updater_count_display_type] if args.key?(:updater_count_display_type)
17572
17616
  @updater_count_to_show = args[:updater_count_to_show] if args.key?(:updater_count_to_show)
17573
17617
  @updater_to_show_email = args[:updater_to_show_email] if args.key?(:updater_to_show_email)
@@ -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.35.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220904"
25
+ REVISION = "20220920"
26
26
  end
27
27
  end
28
28
  end
@@ -3104,6 +3104,7 @@ module Google
3104
3104
  class AppsDynamiteSharedActivityFeedAnnotationData
3105
3105
  # @private
3106
3106
  class Representation < Google::Apis::Core::JsonRepresentation
3107
+ property :activity_feed_message_create_time, as: 'activityFeedMessageCreateTime'
3107
3108
  property :activity_feed_message_id, as: 'activityFeedMessageId', class: Google::Apis::CloudsearchV1::MessageId, decorator: Google::Apis::CloudsearchV1::MessageId::Representation
3108
3109
 
3109
3110
  property :chat_item, as: 'chatItem', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItem, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItem::Representation
@@ -4214,6 +4215,7 @@ module Google
4214
4215
  class BotInfo
4215
4216
  # @private
4216
4217
  class Representation < Google::Apis::Core::JsonRepresentation
4218
+ property :app_allowlist_status, as: 'appAllowlistStatus'
4217
4219
  property :app_id, as: 'appId', class: Google::Apis::CloudsearchV1::AppId, decorator: Google::Apis::CloudsearchV1::AppId::Representation
4218
4220
 
4219
4221
  property :bot_avatar_url, as: 'botAvatarUrl'
@@ -4222,10 +4224,10 @@ module Google
4222
4224
  property :developer_name, as: 'developerName'
4223
4225
  property :market_place_banner_url, as: 'marketPlaceBannerUrl'
4224
4226
  property :status, as: 'status'
4227
+ property :support_home_screen, as: 'supportHomeScreen'
4225
4228
  property :support_urls, as: 'supportUrls', class: Google::Apis::CloudsearchV1::SupportUrls, decorator: Google::Apis::CloudsearchV1::SupportUrls::Representation
4226
4229
 
4227
4230
  collection :supported_uses, as: 'supportedUses'
4228
- property :whitelist_status, as: 'whitelistStatus'
4229
4231
  end
4230
4232
  end
4231
4233
 
@@ -7886,6 +7888,7 @@ module Google
7886
7888
  property :title, as: 'title'
7887
7889
  property :url, as: 'url', class: Google::Apis::CloudsearchV1::SafeUrlProto, decorator: Google::Apis::CloudsearchV1::SafeUrlProto::Representation
7888
7890
 
7891
+ property :url_source, as: 'urlSource'
7889
7892
  end
7890
7893
  end
7891
7894
 
@@ -7937,6 +7940,7 @@ module Google
7937
7940
  class UserInfo
7938
7941
  # @private
7939
7942
  class Representation < Google::Apis::Core::JsonRepresentation
7943
+ property :drive_notification_avatar_url, as: 'driveNotificationAvatarUrl'
7940
7944
  property :updater_count_display_type, as: 'updaterCountDisplayType'
7941
7945
  property :updater_count_to_show, as: 'updaterCountToShow'
7942
7946
  property :updater_to_show_email, as: 'updaterToShowEmail'
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.35.0
4
+ version: 0.37.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-09-12 00:00:00.000000000 Z
11
+ date: 2022-10-03 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.7'
19
+ version: 0.9.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.7'
29
+ version: 0.9.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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.37.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: []