google-apis-discoveryengine_v1beta 0.64.0 → 0.65.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: 0a8e8ddcedd99e43c603b2c6a3bd9606094a2a718cc6a9ec2d7810ecc558ecfe
4
- data.tar.gz: b079ec900b52db23f65624a9f5371cf351d887f36b16c5ea997f5c094766dc0f
3
+ metadata.gz: e92fda8db6fef3ec632d19dc9d5dd2288bc365ba09fd2c0eeea914431f77aa07
4
+ data.tar.gz: a386c5dfc926bd2996f6bb9c1137295939aa0c04215bd4013af51ae738a88a2c
5
5
  SHA512:
6
- metadata.gz: 20132ec7c533e64c355f39dd0be2680d742c73908e300dbeb80d2ae3cdf0de79756d055bef807924114b3a3ae32f526876ce36d75feb396814fe28377a954edc
7
- data.tar.gz: 9e540de6e6e4096b87d0dcde0b0a4315e86bb56cbd51170f3998e1b8197d8dee661a6e5c2ea3db8de9f76776ecab3f36752f3bc5c762043f20e34c41c5fba74e
6
+ metadata.gz: 2a4cfc85a9048dac892951f02a2f6488feae1bcb3441a200e341ed6614bcb69fadf3db923926d0fc20f24b45c4c6d942b55f42c50633c9e600b181a533480736
7
+ data.tar.gz: '082062878ac13d16a4e2f98cd11f40f60aa495cf6ff26efa11faa80ee6dd2d8abe4921c8e47f2d75ae43f25a9ee449073b98f93a7ddcee679704bc7d7c14bf65'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.65.0 (2025-05-18)
4
+
5
+ * Regenerated from discovery document revision 20250514
6
+
3
7
  ### v0.64.0 (2025-05-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20250508
@@ -1622,10 +1622,10 @@ module Google
1622
1622
  # @return [String]
1623
1623
  attr_accessor :kms_key_name
1624
1624
 
1625
- # Immutable. The full resource name of the data store. Format: `projects/`
1626
- # project`/locations/`location`/collections/`collection_id`/dataStores/`
1627
- # data_store_id``. This field must be a UTF-8 encoded string with a length limit
1628
- # of 1024 characters.
1625
+ # Immutable. Identifier. The full resource name of the data store. Format: `
1626
+ # projects/`project`/locations/`location`/collections/`collection_id`/dataStores/
1627
+ # `data_store_id``. This field must be a UTF-8 encoded string with a length
1628
+ # limit of 1024 characters.
1629
1629
  # Corresponds to the JSON property `name`
1630
1630
  # @return [String]
1631
1631
  attr_accessor :name
@@ -1734,7 +1734,8 @@ module Google
1734
1734
  class GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore
1735
1735
  include Google::Apis::Core::Hashable
1736
1736
 
1737
- # If set true, the DataStore will not be available for serving search requests.
1737
+ # Optional. If set true, the DataStore will not be available for serving search
1738
+ # requests.
1738
1739
  # Corresponds to the JSON property `disabledForServing`
1739
1740
  # @return [Boolean]
1740
1741
  attr_accessor :disabled_for_serving
@@ -2265,12 +2266,12 @@ module Google
2265
2266
  # @return [String]
2266
2267
  attr_accessor :create_time
2267
2268
 
2268
- # The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and
2269
- # SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at
2270
- # most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple
2271
- # DataStores in the same Collection can be associated here. Note that when used
2272
- # in CreateEngineRequest, one DataStore id must be provided as the system will
2273
- # use it for necessary initializations.
2269
+ # Optional. The data stores associated with this engine. For
2270
+ # SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they
2271
+ # can only associate with at most one data store. If solution_type is
2272
+ # SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be
2273
+ # associated here. Note that when used in CreateEngineRequest, one DataStore id
2274
+ # must be provided as the system will use it for necessary initializations.
2274
2275
  # Corresponds to the JSON property `dataStoreIds`
2275
2276
  # @return [Array<String>]
2276
2277
  attr_accessor :data_store_ids
@@ -2287,9 +2288,9 @@ module Google
2287
2288
  # @return [String]
2288
2289
  attr_accessor :display_name
2289
2290
 
2290
- # The industry vertical that the engine registers. The restriction of the Engine
2291
- # industry vertical is based on DataStore: Vertical on Engine has to match
2292
- # vertical of the DataStore linked to the engine.
2291
+ # Optional. The industry vertical that the engine registers. The restriction of
2292
+ # the Engine industry vertical is based on DataStore: Vertical on Engine has to
2293
+ # match vertical of the DataStore linked to the engine.
2293
2294
  # Corresponds to the JSON property `industryVertical`
2294
2295
  # @return [String]
2295
2296
  attr_accessor :industry_vertical
@@ -2299,11 +2300,11 @@ module Google
2299
2300
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig]
2300
2301
  attr_accessor :media_recommendation_engine_config
2301
2302
 
2302
- # Immutable. The fully qualified resource name of the engine. This field must be
2303
- # a UTF-8 encoded string with a length limit of 1024 characters. Format: `
2304
- # projects/`project`/locations/`location`/collections/`collection`/engines/`
2305
- # engine`` engine should be 1-63 characters, and valid characters are /a-z0-9*/.
2306
- # Otherwise, an INVALID_ARGUMENT error is returned.
2303
+ # Immutable. Identifier. The fully qualified resource name of the engine. This
2304
+ # field must be a UTF-8 encoded string with a length limit of 1024 characters.
2305
+ # Format: `projects/`project`/locations/`location`/collections/`collection`/
2306
+ # engines/`engine`` engine should be 1-63 characters, and valid characters are /
2307
+ # a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.
2307
2308
  # Corresponds to the JSON property `name`
2308
2309
  # @return [String]
2309
2310
  attr_accessor :name
@@ -6390,8 +6391,10 @@ module Google
6390
6391
  # @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig>]
6391
6392
  attr_accessor :alert_policy_configs
6392
6393
 
6393
- # Indicates whether the connector is disabled for auto run. It can be used to
6394
- # pause periodical and real time sync.
6394
+ # Optional. Indicates whether the connector is disabled for auto run. It can be
6395
+ # used to pause periodical and real time sync. Update: with the introduction of
6396
+ # incremental_sync_disabled, auto_run_disabled is used to pause/disable only
6397
+ # full syncs
6395
6398
  # Corresponds to the JSON property `autoRunDisabled`
6396
6399
  # @return [Boolean]
6397
6400
  attr_accessor :auto_run_disabled
@@ -6471,6 +6474,20 @@ module Google
6471
6474
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdentityScheduleConfig]
6472
6475
  attr_accessor :identity_schedule_config
6473
6476
 
6477
+ # Optional. The refresh interval specifically for incremental data syncs. If
6478
+ # unset, incremental syncs will use the default from env, set to 3hrs. The
6479
+ # minimum is 30 minutes and maximum is 7 days.
6480
+ # Corresponds to the JSON property `incrementalRefreshInterval`
6481
+ # @return [String]
6482
+ attr_accessor :incremental_refresh_interval
6483
+
6484
+ # Optional. Indicates whether incremental syncs are paused for this connector.
6485
+ # This is independent of auto_run_disabled.
6486
+ # Corresponds to the JSON property `incrementalSyncDisabled`
6487
+ # @return [Boolean]
6488
+ attr_accessor :incremental_sync_disabled
6489
+ alias_method :incremental_sync_disabled?, :incremental_sync_disabled
6490
+
6474
6491
  # Input only. The KMS key to be used to protect the DataStores managed by this
6475
6492
  # connector. Must be set for requests that need to comply with CMEK Org Policy
6476
6493
  # protections. If this field is set and processed successfully, the DataStores
@@ -6618,6 +6635,8 @@ module Google
6618
6635
  @errors = args[:errors] if args.key?(:errors)
6619
6636
  @identity_refresh_interval = args[:identity_refresh_interval] if args.key?(:identity_refresh_interval)
6620
6637
  @identity_schedule_config = args[:identity_schedule_config] if args.key?(:identity_schedule_config)
6638
+ @incremental_refresh_interval = args[:incremental_refresh_interval] if args.key?(:incremental_refresh_interval)
6639
+ @incremental_sync_disabled = args[:incremental_sync_disabled] if args.key?(:incremental_sync_disabled)
6621
6640
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
6622
6641
  @last_sync_time = args[:last_sync_time] if args.key?(:last_sync_time)
6623
6642
  @latest_pause_time = args[:latest_pause_time] if args.key?(:latest_pause_time)
@@ -6852,10 +6871,10 @@ module Google
6852
6871
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaLanguageInfo]
6853
6872
  attr_accessor :language_info
6854
6873
 
6855
- # Immutable. The full resource name of the data store. Format: `projects/`
6856
- # project`/locations/`location`/collections/`collection_id`/dataStores/`
6857
- # data_store_id``. This field must be a UTF-8 encoded string with a length limit
6858
- # of 1024 characters.
6874
+ # Immutable. Identifier. The full resource name of the data store. Format: `
6875
+ # projects/`project`/locations/`location`/collections/`collection_id`/dataStores/
6876
+ # `data_store_id``. This field must be a UTF-8 encoded string with a length
6877
+ # limit of 1024 characters.
6859
6878
  # Corresponds to the JSON property `name`
6860
6879
  # @return [String]
6861
6880
  attr_accessor :name
@@ -6972,7 +6991,8 @@ module Google
6972
6991
  class GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore
6973
6992
  include Google::Apis::Core::Hashable
6974
6993
 
6975
- # If set true, the DataStore will not be available for serving search requests.
6994
+ # Optional. If set true, the DataStore will not be available for serving search
6995
+ # requests.
6976
6996
  # Corresponds to the JSON property `disabledForServing`
6977
6997
  # @return [Boolean]
6978
6998
  attr_accessor :disabled_for_serving
@@ -7647,12 +7667,12 @@ module Google
7647
7667
  # @return [String]
7648
7668
  attr_accessor :create_time
7649
7669
 
7650
- # The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and
7651
- # SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at
7652
- # most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple
7653
- # DataStores in the same Collection can be associated here. Note that when used
7654
- # in CreateEngineRequest, one DataStore id must be provided as the system will
7655
- # use it for necessary initializations.
7670
+ # Optional. The data stores associated with this engine. For
7671
+ # SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they
7672
+ # can only associate with at most one data store. If solution_type is
7673
+ # SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be
7674
+ # associated here. Note that when used in CreateEngineRequest, one DataStore id
7675
+ # must be provided as the system will use it for necessary initializations.
7656
7676
  # Corresponds to the JSON property `dataStoreIds`
7657
7677
  # @return [Array<String>]
7658
7678
  attr_accessor :data_store_ids
@@ -7669,9 +7689,9 @@ module Google
7669
7689
  # @return [String]
7670
7690
  attr_accessor :display_name
7671
7691
 
7672
- # The industry vertical that the engine registers. The restriction of the Engine
7673
- # industry vertical is based on DataStore: Vertical on Engine has to match
7674
- # vertical of the DataStore linked to the engine.
7692
+ # Optional. The industry vertical that the engine registers. The restriction of
7693
+ # the Engine industry vertical is based on DataStore: Vertical on Engine has to
7694
+ # match vertical of the DataStore linked to the engine.
7675
7695
  # Corresponds to the JSON property `industryVertical`
7676
7696
  # @return [String]
7677
7697
  attr_accessor :industry_vertical
@@ -7681,11 +7701,11 @@ module Google
7681
7701
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig]
7682
7702
  attr_accessor :media_recommendation_engine_config
7683
7703
 
7684
- # Immutable. The fully qualified resource name of the engine. This field must be
7685
- # a UTF-8 encoded string with a length limit of 1024 characters. Format: `
7686
- # projects/`project`/locations/`location`/collections/`collection`/engines/`
7687
- # engine`` engine should be 1-63 characters, and valid characters are /a-z0-9*/.
7688
- # Otherwise, an INVALID_ARGUMENT error is returned.
7704
+ # Immutable. Identifier. The fully qualified resource name of the engine. This
7705
+ # field must be a UTF-8 encoded string with a length limit of 1024 characters.
7706
+ # Format: `projects/`project`/locations/`location`/collections/`collection`/
7707
+ # engines/`engine`` engine should be 1-63 characters, and valid characters are /
7708
+ # a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.
7689
7709
  # Corresponds to the JSON property `name`
7690
7710
  # @return [String]
7691
7711
  attr_accessor :name
@@ -16616,10 +16636,10 @@ module Google
16616
16636
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLanguageInfo]
16617
16637
  attr_accessor :language_info
16618
16638
 
16619
- # Immutable. The full resource name of the data store. Format: `projects/`
16620
- # project`/locations/`location`/collections/`collection_id`/dataStores/`
16621
- # data_store_id``. This field must be a UTF-8 encoded string with a length limit
16622
- # of 1024 characters.
16639
+ # Immutable. Identifier. The full resource name of the data store. Format: `
16640
+ # projects/`project`/locations/`location`/collections/`collection_id`/dataStores/
16641
+ # `data_store_id``. This field must be a UTF-8 encoded string with a length
16642
+ # limit of 1024 characters.
16623
16643
  # Corresponds to the JSON property `name`
16624
16644
  # @return [String]
16625
16645
  attr_accessor :name
@@ -16735,7 +16755,8 @@ module Google
16735
16755
  class GoogleCloudDiscoveryengineV1betaDataStoreServingConfigDataStore
16736
16756
  include Google::Apis::Core::Hashable
16737
16757
 
16738
- # If set true, the DataStore will not be available for serving search requests.
16758
+ # Optional. If set true, the DataStore will not be available for serving search
16759
+ # requests.
16739
16760
  # Corresponds to the JSON property `disabledForServing`
16740
16761
  # @return [Boolean]
16741
16762
  attr_accessor :disabled_for_serving
@@ -17634,12 +17655,12 @@ module Google
17634
17655
  # @return [String]
17635
17656
  attr_accessor :create_time
17636
17657
 
17637
- # The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and
17638
- # SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at
17639
- # most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple
17640
- # DataStores in the same Collection can be associated here. Note that when used
17641
- # in CreateEngineRequest, one DataStore id must be provided as the system will
17642
- # use it for necessary initializations.
17658
+ # Optional. The data stores associated with this engine. For
17659
+ # SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they
17660
+ # can only associate with at most one data store. If solution_type is
17661
+ # SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be
17662
+ # associated here. Note that when used in CreateEngineRequest, one DataStore id
17663
+ # must be provided as the system will use it for necessary initializations.
17643
17664
  # Corresponds to the JSON property `dataStoreIds`
17644
17665
  # @return [Array<String>]
17645
17666
  attr_accessor :data_store_ids
@@ -17656,9 +17677,9 @@ module Google
17656
17677
  # @return [String]
17657
17678
  attr_accessor :display_name
17658
17679
 
17659
- # The industry vertical that the engine registers. The restriction of the Engine
17660
- # industry vertical is based on DataStore: Vertical on Engine has to match
17661
- # vertical of the DataStore linked to the engine.
17680
+ # Optional. The industry vertical that the engine registers. The restriction of
17681
+ # the Engine industry vertical is based on DataStore: Vertical on Engine has to
17682
+ # match vertical of the DataStore linked to the engine.
17662
17683
  # Corresponds to the JSON property `industryVertical`
17663
17684
  # @return [String]
17664
17685
  attr_accessor :industry_vertical
@@ -17668,11 +17689,11 @@ module Google
17668
17689
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig]
17669
17690
  attr_accessor :media_recommendation_engine_config
17670
17691
 
17671
- # Immutable. The fully qualified resource name of the engine. This field must be
17672
- # a UTF-8 encoded string with a length limit of 1024 characters. Format: `
17673
- # projects/`project`/locations/`location`/collections/`collection`/engines/`
17674
- # engine`` engine should be 1-63 characters, and valid characters are /a-z0-9*/.
17675
- # Otherwise, an INVALID_ARGUMENT error is returned.
17692
+ # Immutable. Identifier. The fully qualified resource name of the engine. This
17693
+ # field must be a UTF-8 encoded string with a length limit of 1024 characters.
17694
+ # Format: `projects/`project`/locations/`location`/collections/`collection`/
17695
+ # engines/`engine`` engine should be 1-63 characters, and valid characters are /
17696
+ # a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.
17676
17697
  # Corresponds to the JSON property `name`
17677
17698
  # @return [String]
17678
17699
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DiscoveryengineV1beta
18
18
  # Version of the google-apis-discoveryengine_v1beta gem
19
- GEM_VERSION = "0.64.0"
19
+ GEM_VERSION = "0.65.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250508"
25
+ REVISION = "20250514"
26
26
  end
27
27
  end
28
28
  end
@@ -5904,6 +5904,8 @@ module Google
5904
5904
  property :identity_refresh_interval, as: 'identityRefreshInterval'
5905
5905
  property :identity_schedule_config, as: 'identityScheduleConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdentityScheduleConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdentityScheduleConfig::Representation
5906
5906
 
5907
+ property :incremental_refresh_interval, as: 'incrementalRefreshInterval'
5908
+ property :incremental_sync_disabled, as: 'incrementalSyncDisabled'
5907
5909
  property :kms_key_name, as: 'kmsKeyName'
5908
5910
  property :last_sync_time, as: 'lastSyncTime'
5909
5911
  property :latest_pause_time, as: 'latestPauseTime'
@@ -763,10 +763,10 @@ module Google
763
763
 
764
764
  # Updates a DataStore
765
765
  # @param [String] name
766
- # Immutable. The full resource name of the data store. Format: `projects/`
767
- # project`/locations/`location`/collections/`collection_id`/dataStores/`
768
- # data_store_id``. This field must be a UTF-8 encoded string with a length limit
769
- # of 1024 characters.
766
+ # Immutable. Identifier. The full resource name of the data store. Format: `
767
+ # projects/`project`/locations/`location`/collections/`collection_id`/dataStores/
768
+ # `data_store_id``. This field must be a UTF-8 encoded string with a length
769
+ # limit of 1024 characters.
770
770
  # @param [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStore] google_cloud_discoveryengine_v1beta_data_store_object
771
771
  # @param [String] update_mask
772
772
  # Indicates which fields in the provided DataStore to update. If an unsupported
@@ -3800,11 +3800,11 @@ module Google
3800
3800
 
3801
3801
  # Updates an Engine
3802
3802
  # @param [String] name
3803
- # Immutable. The fully qualified resource name of the engine. This field must be
3804
- # a UTF-8 encoded string with a length limit of 1024 characters. Format: `
3805
- # projects/`project`/locations/`location`/collections/`collection`/engines/`
3806
- # engine`` engine should be 1-63 characters, and valid characters are /a-z0-9*/.
3807
- # Otherwise, an INVALID_ARGUMENT error is returned.
3803
+ # Immutable. Identifier. The fully qualified resource name of the engine. This
3804
+ # field must be a UTF-8 encoded string with a length limit of 1024 characters.
3805
+ # Format: `projects/`project`/locations/`location`/collections/`collection`/
3806
+ # engines/`engine`` engine should be 1-63 characters, and valid characters are /
3807
+ # a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.
3808
3808
  # @param [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngine] google_cloud_discoveryengine_v1beta_engine_object
3809
3809
  # @param [String] update_mask
3810
3810
  # Indicates which fields in the provided Engine to update. If an unsupported or
@@ -5399,10 +5399,10 @@ module Google
5399
5399
 
5400
5400
  # Updates a DataStore
5401
5401
  # @param [String] name
5402
- # Immutable. The full resource name of the data store. Format: `projects/`
5403
- # project`/locations/`location`/collections/`collection_id`/dataStores/`
5404
- # data_store_id``. This field must be a UTF-8 encoded string with a length limit
5405
- # of 1024 characters.
5402
+ # Immutable. Identifier. The full resource name of the data store. Format: `
5403
+ # projects/`project`/locations/`location`/collections/`collection_id`/dataStores/
5404
+ # `data_store_id``. This field must be a UTF-8 encoded string with a length
5405
+ # limit of 1024 characters.
5406
5406
  # @param [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStore] google_cloud_discoveryengine_v1beta_data_store_object
5407
5407
  # @param [String] update_mask
5408
5408
  # Indicates which fields in the provided DataStore to update. If an unsupported
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discoveryengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.64.0
4
+ version: 0.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.64.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.65.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: