google-apis-discoveryengine_v1beta 0.107.0 → 0.109.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: 782f35081d1b8bbfc662772c2bdafd8badef93020559b1ab3dfd89cd98bef169
4
- data.tar.gz: b377cff2a79024dc3cc8b98cc4fc3ed832758188d60a47ac9a2124a2d0a8a659
3
+ metadata.gz: '092198ae3831d6508269eb313e31dd32149b891c8f0196c4e7931ea90be19885'
4
+ data.tar.gz: 1bf38eff811e0aef99307220361bacf62fab304b281ac9de1407f92390aa21e7
5
5
  SHA512:
6
- metadata.gz: 92485a77dabbb710526245f89600ef192d2a6834f9afd336c493c5dcdb583ecdee029f68b8aac1063dba830e8f0cb3bb675799f90022e6b9d7bbcd0bb2824bd0
7
- data.tar.gz: b13ed221b85428b5015d2ccf58c465dacd5644d58ffe5a3f48320dba34d401346990a377d0279719fd72529bb910e918bd41c8ff6f85d5e0b3753c0dcecf9cd4
6
+ metadata.gz: 908f0d7abcd2c5b8950f7063c2fb86eab3ae308d3d9a4076114370e0b73706c721f057732d8f36dd667d6cec60a86f551dbc592cbd11e491ebda3581a67d86e5
7
+ data.tar.gz: 0d6b8faf53f5698b505048e35512e9bc80e3d8fac5b82233768feb2e2025a4e6066b87a510b5ad7b1c71230c80b500f716c1e99f97aeec07e33641727f761029
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.109.0 (2026-08-02)
4
+
5
+ * Regenerated from discovery document revision 20260724
6
+
7
+ ### v0.108.0 (2026-07-26)
8
+
9
+ * Regenerated from discovery document revision 20260718
10
+
3
11
  ### v0.107.0 (2026-07-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20260712
@@ -2310,19 +2310,10 @@ module Google
2310
2310
  # @return [String]
2311
2311
  attr_accessor :create_time
2312
2312
 
2313
- # Required. The identifier for the data source. This is a partial list of
2314
- # supported connectors. Please refer to the [documentation](https://docs.cloud.
2315
- # google.com/gemini/enterprise/docs/connectors/introduction-to-connectors-and-
2316
- # data-stores) for the full list of connectors. Supported first-party connectors
2317
- # include: * `gcs` * `bigquery` * `gcp_fhir` * `google_mail` * `google_drive` * `
2318
- # google_calendar` * `google_chat` Supported third-party connectors include:
2319
- # Generally available (GA) connectors: * `onedrive` * `outlook` * `confluence` *
2320
- # `jira` * `servicenow` * `sharepoint` Preview connectors: * `asana` * `
2321
- # azure_active_directory` * `box` * `canva` * `confluence_server` * `
2322
- # custom_connector` * `docusign` * `dropbox` * `dynamics365` * `github` * `
2323
- # gitlab` * `hubspot` * `jira_server` * `linear` * `native_cloud_identity` * `
2324
- # notion` * `okta` * `pagerduty` * `peoplesoft` * `salesforce` * `shopify` * `
2325
- # slack` * `snowflake` * `teams` * `trello` * `workday` * `zendesk`
2313
+ # Required. The identifier for the data source. For the full, up-to-date list of
2314
+ # supported connectors and their values, see [Connect a third-party data source](
2315
+ # https://docs.cloud.google.com/gemini/enterprise/docs/connectors/connect-third-
2316
+ # party-data-source#sources-by-launch-stage).
2326
2317
  # Corresponds to the JSON property `dataSource`
2327
2318
  # @return [String]
2328
2319
  attr_accessor :data_source
@@ -2433,6 +2424,12 @@ module Google
2433
2424
  # @return [String]
2434
2425
  attr_accessor :latest_pause_time
2435
2426
 
2427
+ # User-facing metadata for the connector, shown on the connector detail page (
2428
+ # title, description, short_description, author, authenticated_account, note).
2429
+ # Corresponds to the JSON property `metadata`
2430
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorConnectorMetadata]
2431
+ attr_accessor :metadata
2432
+
2436
2433
  # Identifier. The full resource name of the Data Connector. Format: `projects/*/
2437
2434
  # locations/*/collections/*/dataConnector`.
2438
2435
  # Corresponds to the JSON property `name`
@@ -2527,6 +2524,17 @@ module Google
2527
2524
  # @return [String]
2528
2525
  attr_accessor :sync_mode
2529
2526
 
2527
+ # Optional. Immutable. User-facing, version-independent label for this connector.
2528
+ # May be shared by multiple connectors under the same (project, location,
2529
+ # collection, data_source); tag-based lookup returns the one with the greatest
2530
+ # create_time. Optional at Create time. Agent Designer resolves connectors via (
2531
+ # data_source, tag) when set, falling back to the legacy resource-name lookup
2532
+ # when unset, so connectors created before the tag-write launch continue to work
2533
+ # without a backfill.
2534
+ # Corresponds to the JSON property `tag`
2535
+ # @return [String]
2536
+ attr_accessor :tag
2537
+
2530
2538
  # Output only. Timestamp the DataConnector was last updated.
2531
2539
  # Corresponds to the JSON property `updateTime`
2532
2540
  # @return [String]
@@ -2574,6 +2582,7 @@ module Google
2574
2582
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
2575
2583
  @last_sync_time = args[:last_sync_time] if args.key?(:last_sync_time)
2576
2584
  @latest_pause_time = args[:latest_pause_time] if args.key?(:latest_pause_time)
2585
+ @metadata = args[:metadata] if args.key?(:metadata)
2577
2586
  @name = args[:name] if args.key?(:name)
2578
2587
  @next_sync_time = args[:next_sync_time] if args.key?(:next_sync_time)
2579
2588
  @oauth_static_ip_addresses = args[:oauth_static_ip_addresses] if args.key?(:oauth_static_ip_addresses)
@@ -2587,11 +2596,69 @@ module Google
2587
2596
  @static_ip_addresses = args[:static_ip_addresses] if args.key?(:static_ip_addresses)
2588
2597
  @static_ip_enabled = args[:static_ip_enabled] if args.key?(:static_ip_enabled)
2589
2598
  @sync_mode = args[:sync_mode] if args.key?(:sync_mode)
2599
+ @tag = args[:tag] if args.key?(:tag)
2590
2600
  @update_time = args[:update_time] if args.key?(:update_time)
2591
2601
  @vpcsc_enabled = args[:vpcsc_enabled] if args.key?(:vpcsc_enabled)
2592
2602
  end
2593
2603
  end
2594
2604
 
2605
+ # User-facing metadata for the connector, shown on the connector detail page (
2606
+ # title, description, short_description, author, authenticated_account, note).
2607
+ class GoogleCloudDiscoveryengineV1DataConnectorConnectorMetadata
2608
+ include Google::Apis::Core::Hashable
2609
+
2610
+ # Optional. The end user's account as authenticated to the connector, so the end
2611
+ # user can see which account is connected. May be an email, a username, or any
2612
+ # identifier the connector/third party provides.
2613
+ # Corresponds to the JSON property `authenticatedAccount`
2614
+ # @return [String]
2615
+ attr_accessor :authenticated_account
2616
+
2617
+ # Optional. The party that authored the connector, e.g. "Google" or a third-
2618
+ # party provider name. Lets end users see who authored a connector (future:
2619
+ # third-party-authored connectors).
2620
+ # Corresponds to the JSON property `author`
2621
+ # @return [String]
2622
+ attr_accessor :author
2623
+
2624
+ # Optional. Human-readable description of the connector, shown on the connector
2625
+ # detail page. One connector has a single description.
2626
+ # Corresponds to the JSON property `description`
2627
+ # @return [String]
2628
+ attr_accessor :description
2629
+
2630
+ # Optional. Free-form, multi-line note about the connector's capabilities or a
2631
+ # custom note that can be set for the connector.
2632
+ # Corresponds to the JSON property `note`
2633
+ # @return [String]
2634
+ attr_accessor :note
2635
+
2636
+ # Optional. Short, subtitle-length description of the connector (e.g. shown
2637
+ # beneath the connector name in list and detail views).
2638
+ # Corresponds to the JSON property `shortDescription`
2639
+ # @return [String]
2640
+ attr_accessor :short_description
2641
+
2642
+ # Optional. Display title of the connector.
2643
+ # Corresponds to the JSON property `title`
2644
+ # @return [String]
2645
+ attr_accessor :title
2646
+
2647
+ def initialize(**args)
2648
+ update!(**args)
2649
+ end
2650
+
2651
+ # Update properties of this object
2652
+ def update!(**args)
2653
+ @authenticated_account = args[:authenticated_account] if args.key?(:authenticated_account)
2654
+ @author = args[:author] if args.key?(:author)
2655
+ @description = args[:description] if args.key?(:description)
2656
+ @note = args[:note] if args.key?(:note)
2657
+ @short_description = args[:short_description] if args.key?(:short_description)
2658
+ @title = args[:title] if args.key?(:title)
2659
+ end
2660
+ end
2661
+
2595
2662
  # Any params and credentials used specifically for EUA connectors.
2596
2663
  class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
2597
2664
  include Google::Apis::Core::Hashable
@@ -3962,7 +4029,7 @@ module Google
3962
4029
  # disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
3963
4030
  # canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-
3964
4031
  # sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
3965
- # orchestration` * `cross-product-intelligence` * `deep-research`
4032
+ # orchestration` * `cross-product-intelligence`
3966
4033
  # Corresponds to the JSON property `features`
3967
4034
  # @return [Hash<String,String>]
3968
4035
  attr_accessor :features
@@ -5578,7 +5645,9 @@ module Google
5578
5645
  end
5579
5646
  end
5580
5647
 
5581
- # Response message for CompletionService.PurgeCompletionSuggestions method.
5648
+ # Response message for CompletionService.PurgeCompletionSuggestions method. If
5649
+ # the long running operation is successfully done, then this message is returned
5650
+ # by the google.longrunning.Operations.response field.
5582
5651
  class GoogleCloudDiscoveryengineV1PurgeCompletionSuggestionsResponse
5583
5652
  include Google::Apis::Core::Hashable
5584
5653
 
@@ -10528,19 +10597,10 @@ module Google
10528
10597
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy]
10529
10598
  attr_accessor :data_protection_policy
10530
10599
 
10531
- # Required. The identifier for the data source. This is a partial list of
10532
- # supported connectors. Please refer to the [documentation](https://docs.cloud.
10533
- # google.com/gemini/enterprise/docs/connectors/introduction-to-connectors-and-
10534
- # data-stores) for the full list of connectors. Supported first-party connectors
10535
- # include: * `gcs` * `bigquery` * `gcp_fhir` * `google_mail` * `google_drive` * `
10536
- # google_calendar` * `google_chat` Supported third-party connectors include:
10537
- # Generally available (GA) connectors: * `onedrive` * `outlook` * `confluence` *
10538
- # `jira` * `servicenow` * `sharepoint` Preview connectors: * `asana` * `
10539
- # azure_active_directory` * `box` * `canva` * `confluence_server` * `
10540
- # custom_connector` * `docusign` * `dropbox` * `dynamics365` * `github` * `
10541
- # gitlab` * `hubspot` * `jira_server` * `linear` * `native_cloud_identity` * `
10542
- # notion` * `okta` * `pagerduty` * `peoplesoft` * `salesforce` * `shopify` * `
10543
- # slack` * `snowflake` * `teams` * `trello` * `workday` * `zendesk`
10600
+ # Required. The identifier for the data source. For the full, up-to-date list of
10601
+ # supported connectors and their values, see [Connect a third-party data source](
10602
+ # https://docs.cloud.google.com/gemini/enterprise/docs/connectors/connect-third-
10603
+ # party-data-source#sources-by-launch-stage).
10544
10604
  # Corresponds to the JSON property `dataSource`
10545
10605
  # @return [String]
10546
10606
  attr_accessor :data_source
@@ -10651,6 +10711,12 @@ module Google
10651
10711
  # @return [String]
10652
10712
  attr_accessor :latest_pause_time
10653
10713
 
10714
+ # User-facing metadata for the connector, shown on the connector detail page (
10715
+ # title, description, short_description, author, authenticated_account, note).
10716
+ # Corresponds to the JSON property `metadata`
10717
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata]
10718
+ attr_accessor :metadata
10719
+
10654
10720
  # Identifier. The full resource name of the Data Connector. Format: `projects/*/
10655
10721
  # locations/*/collections/*/dataConnector`.
10656
10722
  # Corresponds to the JSON property `name`
@@ -10745,6 +10811,17 @@ module Google
10745
10811
  # @return [String]
10746
10812
  attr_accessor :sync_mode
10747
10813
 
10814
+ # Optional. Immutable. User-facing, version-independent label for this connector.
10815
+ # May be shared by multiple connectors under the same (project, location,
10816
+ # collection, data_source); tag-based lookup returns the one with the greatest
10817
+ # create_time. Optional at Create time. Agent Designer resolves connectors via (
10818
+ # data_source, tag) when set, falling back to the legacy resource-name lookup
10819
+ # when unset, so connectors created before the tag-write launch continue to work
10820
+ # without a backfill.
10821
+ # Corresponds to the JSON property `tag`
10822
+ # @return [String]
10823
+ attr_accessor :tag
10824
+
10748
10825
  # Output only. Timestamp the DataConnector was last updated.
10749
10826
  # Corresponds to the JSON property `updateTime`
10750
10827
  # @return [String]
@@ -10793,6 +10870,7 @@ module Google
10793
10870
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
10794
10871
  @last_sync_time = args[:last_sync_time] if args.key?(:last_sync_time)
10795
10872
  @latest_pause_time = args[:latest_pause_time] if args.key?(:latest_pause_time)
10873
+ @metadata = args[:metadata] if args.key?(:metadata)
10796
10874
  @name = args[:name] if args.key?(:name)
10797
10875
  @next_sync_time = args[:next_sync_time] if args.key?(:next_sync_time)
10798
10876
  @oauth_static_ip_addresses = args[:oauth_static_ip_addresses] if args.key?(:oauth_static_ip_addresses)
@@ -10806,11 +10884,69 @@ module Google
10806
10884
  @static_ip_addresses = args[:static_ip_addresses] if args.key?(:static_ip_addresses)
10807
10885
  @static_ip_enabled = args[:static_ip_enabled] if args.key?(:static_ip_enabled)
10808
10886
  @sync_mode = args[:sync_mode] if args.key?(:sync_mode)
10887
+ @tag = args[:tag] if args.key?(:tag)
10809
10888
  @update_time = args[:update_time] if args.key?(:update_time)
10810
10889
  @vpcsc_enabled = args[:vpcsc_enabled] if args.key?(:vpcsc_enabled)
10811
10890
  end
10812
10891
  end
10813
10892
 
10893
+ # User-facing metadata for the connector, shown on the connector detail page (
10894
+ # title, description, short_description, author, authenticated_account, note).
10895
+ class GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata
10896
+ include Google::Apis::Core::Hashable
10897
+
10898
+ # Optional. The end user's account as authenticated to the connector, so the end
10899
+ # user can see which account is connected. May be an email, a username, or any
10900
+ # identifier the connector/third party provides.
10901
+ # Corresponds to the JSON property `authenticatedAccount`
10902
+ # @return [String]
10903
+ attr_accessor :authenticated_account
10904
+
10905
+ # Optional. The party that authored the connector, e.g. "Google" or a third-
10906
+ # party provider name. Lets end users see who authored a connector (future:
10907
+ # third-party-authored connectors).
10908
+ # Corresponds to the JSON property `author`
10909
+ # @return [String]
10910
+ attr_accessor :author
10911
+
10912
+ # Optional. Human-readable description of the connector, shown on the connector
10913
+ # detail page. One connector has a single description.
10914
+ # Corresponds to the JSON property `description`
10915
+ # @return [String]
10916
+ attr_accessor :description
10917
+
10918
+ # Optional. Free-form, multi-line note about the connector's capabilities or a
10919
+ # custom note that can be set for the connector.
10920
+ # Corresponds to the JSON property `note`
10921
+ # @return [String]
10922
+ attr_accessor :note
10923
+
10924
+ # Optional. Short, subtitle-length description of the connector (e.g. shown
10925
+ # beneath the connector name in list and detail views).
10926
+ # Corresponds to the JSON property `shortDescription`
10927
+ # @return [String]
10928
+ attr_accessor :short_description
10929
+
10930
+ # Optional. Display title of the connector.
10931
+ # Corresponds to the JSON property `title`
10932
+ # @return [String]
10933
+ attr_accessor :title
10934
+
10935
+ def initialize(**args)
10936
+ update!(**args)
10937
+ end
10938
+
10939
+ # Update properties of this object
10940
+ def update!(**args)
10941
+ @authenticated_account = args[:authenticated_account] if args.key?(:authenticated_account)
10942
+ @author = args[:author] if args.key?(:author)
10943
+ @description = args[:description] if args.key?(:description)
10944
+ @note = args[:note] if args.key?(:note)
10945
+ @short_description = args[:short_description] if args.key?(:short_description)
10946
+ @title = args[:title] if args.key?(:title)
10947
+ end
10948
+ end
10949
+
10814
10950
  # Any params and credentials used specifically for EUA connectors.
10815
10951
  class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig
10816
10952
  include Google::Apis::Core::Hashable
@@ -12399,7 +12535,7 @@ module Google
12399
12535
  # disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
12400
12536
  # canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-
12401
12537
  # sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
12402
- # orchestration` * `cross-product-intelligence` * `deep-research`
12538
+ # orchestration` * `cross-product-intelligence`
12403
12539
  # Corresponds to the JSON property `features`
12404
12540
  # @return [Hash<String,String>]
12405
12541
  attr_accessor :features
@@ -14862,7 +14998,9 @@ module Google
14862
14998
  end
14863
14999
  end
14864
15000
 
14865
- # Response message for CompletionService.PurgeCompletionSuggestions method.
15001
+ # Response message for CompletionService.PurgeCompletionSuggestions method. If
15002
+ # the long running operation is successfully done, then this message is returned
15003
+ # by the google.longrunning.Operations.response field.
14866
15004
  class GoogleCloudDiscoveryengineV1alphaPurgeCompletionSuggestionsResponse
14867
15005
  include Google::Apis::Core::Hashable
14868
15006
 
@@ -18277,8 +18415,7 @@ module Google
18277
18415
  class GoogleCloudDiscoveryengineV1alphaUserInfo
18278
18416
  include Google::Apis::Core::Hashable
18279
18417
 
18280
- # Precise location info with multiple representation options. Currently only
18281
- # latitude and longitude point is supported.
18418
+ # Precise location info with multiple representation options.
18282
18419
  # Corresponds to the JSON property `preciseLocation`
18283
18420
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaUserInfoPreciseLocation]
18284
18421
  attr_accessor :precise_location
@@ -18323,13 +18460,12 @@ module Google
18323
18460
  end
18324
18461
  end
18325
18462
 
18326
- # Precise location info with multiple representation options. Currently only
18327
- # latitude and longitude point is supported.
18463
+ # Precise location info with multiple representation options.
18328
18464
  class GoogleCloudDiscoveryengineV1alphaUserInfoPreciseLocation
18329
18465
  include Google::Apis::Core::Hashable
18330
18466
 
18331
- # Optional. Location represented by a natural language address. Will later be
18332
- # geocoded and converted to either a point or a polygon.
18467
+ # Location represented by a natural language address. Will later be geocoded and
18468
+ # converted to either a point or a polygon.
18333
18469
  # Corresponds to the JSON property `address`
18334
18470
  # @return [String]
18335
18471
  attr_accessor :address
@@ -25373,7 +25509,7 @@ module Google
25373
25509
  # disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `
25374
25510
  # canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-
25375
25511
  # sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
25376
- # orchestration` * `cross-product-intelligence` * `deep-research`
25512
+ # orchestration` * `cross-product-intelligence`
25377
25513
  # Corresponds to the JSON property `features`
25378
25514
  # @return [Hash<String,String>]
25379
25515
  attr_accessor :features
@@ -34744,8 +34880,7 @@ module Google
34744
34880
  class GoogleCloudDiscoveryengineV1betaUserInfo
34745
34881
  include Google::Apis::Core::Hashable
34746
34882
 
34747
- # Precise location info with multiple representation options. Currently only
34748
- # latitude and longitude point is supported.
34883
+ # Precise location info with multiple representation options.
34749
34884
  # Corresponds to the JSON property `preciseLocation`
34750
34885
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserInfoPreciseLocation]
34751
34886
  attr_accessor :precise_location
@@ -34790,13 +34925,12 @@ module Google
34790
34925
  end
34791
34926
  end
34792
34927
 
34793
- # Precise location info with multiple representation options. Currently only
34794
- # latitude and longitude point is supported.
34928
+ # Precise location info with multiple representation options.
34795
34929
  class GoogleCloudDiscoveryengineV1betaUserInfoPreciseLocation
34796
34930
  include Google::Apis::Core::Hashable
34797
34931
 
34798
- # Optional. Location represented by a natural language address. Will later be
34799
- # geocoded and converted to either a point or a polygon.
34932
+ # Location represented by a natural language address. Will later be geocoded and
34933
+ # converted to either a point or a polygon.
34800
34934
  # Corresponds to the JSON property `address`
34801
34935
  # @return [String]
34802
34936
  attr_accessor :address
@@ -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.107.0"
19
+ GEM_VERSION = "0.109.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260712"
25
+ REVISION = "20260724"
26
26
  end
27
27
  end
28
28
  end
@@ -394,6 +394,12 @@ module Google
394
394
  include Google::Apis::Core::JsonObjectSupport
395
395
  end
396
396
 
397
+ class GoogleCloudDiscoveryengineV1DataConnectorConnectorMetadata
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
397
403
  class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
398
404
  class Representation < Google::Apis::Core::JsonRepresentation; end
399
405
 
@@ -1666,6 +1672,12 @@ module Google
1666
1672
  include Google::Apis::Core::JsonObjectSupport
1667
1673
  end
1668
1674
 
1675
+ class GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata
1676
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1677
+
1678
+ include Google::Apis::Core::JsonObjectSupport
1679
+ end
1680
+
1669
1681
  class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig
1670
1682
  class Representation < Google::Apis::Core::JsonRepresentation; end
1671
1683
 
@@ -6209,6 +6221,8 @@ module Google
6209
6221
  property :kms_key_name, as: 'kmsKeyName'
6210
6222
  property :last_sync_time, as: 'lastSyncTime'
6211
6223
  property :latest_pause_time, as: 'latestPauseTime'
6224
+ property :metadata, as: 'metadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorConnectorMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorConnectorMetadata::Representation
6225
+
6212
6226
  property :name, as: 'name'
6213
6227
  property :next_sync_time, as: 'nextSyncTime', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime::Representation
6214
6228
 
@@ -6224,11 +6238,24 @@ module Google
6224
6238
  collection :static_ip_addresses, as: 'staticIpAddresses'
6225
6239
  property :static_ip_enabled, as: 'staticIpEnabled'
6226
6240
  property :sync_mode, as: 'syncMode'
6241
+ property :tag, as: 'tag'
6227
6242
  property :update_time, as: 'updateTime'
6228
6243
  property :vpcsc_enabled, as: 'vpcscEnabled'
6229
6244
  end
6230
6245
  end
6231
6246
 
6247
+ class GoogleCloudDiscoveryengineV1DataConnectorConnectorMetadata
6248
+ # @private
6249
+ class Representation < Google::Apis::Core::JsonRepresentation
6250
+ property :authenticated_account, as: 'authenticatedAccount'
6251
+ property :author, as: 'author'
6252
+ property :description, as: 'description'
6253
+ property :note, as: 'note'
6254
+ property :short_description, as: 'shortDescription'
6255
+ property :title, as: 'title'
6256
+ end
6257
+ end
6258
+
6232
6259
  class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
6233
6260
  # @private
6234
6261
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8407,6 +8434,8 @@ module Google
8407
8434
  property :kms_key_name, as: 'kmsKeyName'
8408
8435
  property :last_sync_time, as: 'lastSyncTime'
8409
8436
  property :latest_pause_time, as: 'latestPauseTime'
8437
+ property :metadata, as: 'metadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata::Representation
8438
+
8410
8439
  property :name, as: 'name'
8411
8440
  property :next_sync_time, as: 'nextSyncTime', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime::Representation
8412
8441
 
@@ -8422,11 +8451,24 @@ module Google
8422
8451
  collection :static_ip_addresses, as: 'staticIpAddresses'
8423
8452
  property :static_ip_enabled, as: 'staticIpEnabled'
8424
8453
  property :sync_mode, as: 'syncMode'
8454
+ property :tag, as: 'tag'
8425
8455
  property :update_time, as: 'updateTime'
8426
8456
  property :vpcsc_enabled, as: 'vpcscEnabled'
8427
8457
  end
8428
8458
  end
8429
8459
 
8460
+ class GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata
8461
+ # @private
8462
+ class Representation < Google::Apis::Core::JsonRepresentation
8463
+ property :authenticated_account, as: 'authenticatedAccount'
8464
+ property :author, as: 'author'
8465
+ property :description, as: 'description'
8466
+ property :note, as: 'note'
8467
+ property :short_description, as: 'shortDescription'
8468
+ property :title, as: 'title'
8469
+ end
8470
+ end
8471
+
8430
8472
  class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig
8431
8473
  # @private
8432
8474
  class Representation < Google::Apis::Core::JsonRepresentation
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.107.0
4
+ version: 0.109.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.107.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.109.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: