google-apis-cloudsearch_v1 0.44.0 → 0.45.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: 29a124695739e03e41ba22bf4a500f1539435f2e66738dc1fd68a1885da8c38f
4
- data.tar.gz: e2763479b00afc7b5bec8a62349f9ae8a2dabdfac9b2cd34a91f994cfab271c2
3
+ metadata.gz: 432fc109ce6377b02c303f75b06a8db08af895670d8743772c6db9a2685e66f7
4
+ data.tar.gz: b8802a42e94a3259db99871c5c4b468ca4362f1d3b2a1bf83f0d9196e9e7d109
5
5
  SHA512:
6
- metadata.gz: 8f1ec8799a30442c900afecd4227052210eb6b8dbc87607c8d597847602cb055e4a4009efda4112961805fbb06a4561b01b5753fdd426d346bbd0f1543e5e332
7
- data.tar.gz: 8e4ae9e212cf9e776afc6b2a546e5128b8526798e26a01cddaa210f5e5130571e3bcf1b8e9a1a5233998f22760c1fddde83dfc2ee6ed39d282ebf384f5d76696
6
+ metadata.gz: 56b446dd8ba86901d59513ceaf2c1641a86a22ceb772555358432fa672bb276fc17c7f345df3a7a5bdca986bd36322eb03149b922c7fccaad5aa319f24c82bf8
7
+ data.tar.gz: 9a1f1bd4438252f6dacc2b827ffe46216cbcbaa3b3de1b26699bf0ca716050f84408ca65e015bd06967a6875c6f92ee982e2eca5e8476a652463b3f489a883f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.44.0 (2023-02-12)
4
9
 
5
10
  * 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
 
@@ -11588,6 +11626,29 @@ module Google
11588
11626
  end
11589
11627
  end
11590
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
+
11591
11652
  #
11592
11653
  class InviteAcceptedEvent
11593
11654
  include Google::Apis::Core::Hashable
@@ -13686,6 +13747,13 @@ module Google
13686
13747
  # @return [Array<Google::Apis::CloudsearchV1::MultiKey>]
13687
13748
  attr_accessor :message_keys
13688
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
+
13689
13757
  def initialize(**args)
13690
13758
  update!(**args)
13691
13759
  end
@@ -13694,6 +13762,7 @@ module Google
13694
13762
  def update!(**args)
13695
13763
  @imap_sync_mappings = args[:imap_sync_mappings] if args.key?(:imap_sync_mappings)
13696
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)
13697
13766
  end
13698
13767
  end
13699
13768
 
@@ -13729,6 +13798,11 @@ module Google
13729
13798
  class MessageInfo
13730
13799
  include Google::Apis::Core::Hashable
13731
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
+
13732
13806
  # Message posted to a Space.
13733
13807
  # Corresponds to the JSON property `message`
13734
13808
  # @return [Google::Apis::CloudsearchV1::Message]
@@ -13745,6 +13819,7 @@ module Google
13745
13819
 
13746
13820
  # Update properties of this object
13747
13821
  def update!(**args)
13822
+ @author_user_type = args[:author_user_type] if args.key?(:author_user_type)
13748
13823
  @message = args[:message] if args.key?(:message)
13749
13824
  @searcher_membership_state = args[:searcher_membership_state] if args.key?(:searcher_membership_state)
13750
13825
  end
@@ -21002,6 +21077,13 @@ module Google
21002
21077
  # @return [String]
21003
21078
  attr_accessor :type
21004
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
+
21005
21087
  def initialize(**args)
21006
21088
  update!(**args)
21007
21089
  end
@@ -21013,6 +21095,7 @@ module Google
21013
21095
  @id = args[:id] if args.key?(:id)
21014
21096
  @invitee_info = args[:invitee_info] if args.key?(:invitee_info)
21015
21097
  @type = args[:type] if args.key?(:type)
21098
+ @user_mention_error = args[:user_mention_error] if args.key?(:user_mention_error)
21016
21099
  end
21017
21100
  end
21018
21101
 
@@ -21396,6 +21479,55 @@ module Google
21396
21479
  end
21397
21480
  end
21398
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
+
21399
21531
  # A wrapper around a raw resource key. The secret should never be logged, and
21400
21532
  # this proto annotates those secret fields to ensure that they are not. Clients
21401
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.44.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.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 = "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
 
@@ -6818,6 +6842,14 @@ module Google
6818
6842
  end
6819
6843
  end
6820
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
+
6821
6853
  class InviteAcceptedEvent
6822
6854
  # @private
6823
6855
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -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.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-12 00:00:00.000000000 Z
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.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.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: []