google-apis-discoveryengine_v1beta 0.108.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '092198ae3831d6508269eb313e31dd32149b891c8f0196c4e7931ea90be19885'
|
|
4
|
+
data.tar.gz: 1bf38eff811e0aef99307220361bacf62fab304b281ac9de1407f92390aa21e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 908f0d7abcd2c5b8950f7063c2fb86eab3ae308d3d9a4076114370e0b73706c721f057732d8f36dd667d6cec60a86f551dbc592cbd11e491ebda3581a67d86e5
|
|
7
|
+
data.tar.gz: 0d6b8faf53f5698b505048e35512e9bc80e3d8fac5b82233768feb2e2025a4e6066b87a510b5ad7b1c71230c80b500f716c1e99f97aeec07e33641727f761029
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
2314
|
-
# supported connectors
|
|
2315
|
-
# google.com/gemini/enterprise/docs/connectors/
|
|
2316
|
-
# data-
|
|
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`
|
|
@@ -2585,6 +2582,7 @@ module Google
|
|
|
2585
2582
|
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
|
|
2586
2583
|
@last_sync_time = args[:last_sync_time] if args.key?(:last_sync_time)
|
|
2587
2584
|
@latest_pause_time = args[:latest_pause_time] if args.key?(:latest_pause_time)
|
|
2585
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
|
2588
2586
|
@name = args[:name] if args.key?(:name)
|
|
2589
2587
|
@next_sync_time = args[:next_sync_time] if args.key?(:next_sync_time)
|
|
2590
2588
|
@oauth_static_ip_addresses = args[:oauth_static_ip_addresses] if args.key?(:oauth_static_ip_addresses)
|
|
@@ -2604,6 +2602,63 @@ module Google
|
|
|
2604
2602
|
end
|
|
2605
2603
|
end
|
|
2606
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
|
+
|
|
2607
2662
|
# Any params and credentials used specifically for EUA connectors.
|
|
2608
2663
|
class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
|
|
2609
2664
|
include Google::Apis::Core::Hashable
|
|
@@ -5590,7 +5645,9 @@ module Google
|
|
|
5590
5645
|
end
|
|
5591
5646
|
end
|
|
5592
5647
|
|
|
5593
|
-
# 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.
|
|
5594
5651
|
class GoogleCloudDiscoveryengineV1PurgeCompletionSuggestionsResponse
|
|
5595
5652
|
include Google::Apis::Core::Hashable
|
|
5596
5653
|
|
|
@@ -10540,19 +10597,10 @@ module Google
|
|
|
10540
10597
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy]
|
|
10541
10598
|
attr_accessor :data_protection_policy
|
|
10542
10599
|
|
|
10543
|
-
# Required. The identifier for the data source.
|
|
10544
|
-
# supported connectors
|
|
10545
|
-
# google.com/gemini/enterprise/docs/connectors/
|
|
10546
|
-
# data-
|
|
10547
|
-
# include: * `gcs` * `bigquery` * `gcp_fhir` * `google_mail` * `google_drive` * `
|
|
10548
|
-
# google_calendar` * `google_chat` Supported third-party connectors include:
|
|
10549
|
-
# Generally available (GA) connectors: * `onedrive` * `outlook` * `confluence` *
|
|
10550
|
-
# `jira` * `servicenow` * `sharepoint` Preview connectors: * `asana` * `
|
|
10551
|
-
# azure_active_directory` * `box` * `canva` * `confluence_server` * `
|
|
10552
|
-
# custom_connector` * `docusign` * `dropbox` * `dynamics365` * `github` * `
|
|
10553
|
-
# gitlab` * `hubspot` * `jira_server` * `linear` * `native_cloud_identity` * `
|
|
10554
|
-
# notion` * `okta` * `pagerduty` * `peoplesoft` * `salesforce` * `shopify` * `
|
|
10555
|
-
# 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).
|
|
10556
10604
|
# Corresponds to the JSON property `dataSource`
|
|
10557
10605
|
# @return [String]
|
|
10558
10606
|
attr_accessor :data_source
|
|
@@ -10663,6 +10711,12 @@ module Google
|
|
|
10663
10711
|
# @return [String]
|
|
10664
10712
|
attr_accessor :latest_pause_time
|
|
10665
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
|
+
|
|
10666
10720
|
# Identifier. The full resource name of the Data Connector. Format: `projects/*/
|
|
10667
10721
|
# locations/*/collections/*/dataConnector`.
|
|
10668
10722
|
# Corresponds to the JSON property `name`
|
|
@@ -10816,6 +10870,7 @@ module Google
|
|
|
10816
10870
|
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
|
|
10817
10871
|
@last_sync_time = args[:last_sync_time] if args.key?(:last_sync_time)
|
|
10818
10872
|
@latest_pause_time = args[:latest_pause_time] if args.key?(:latest_pause_time)
|
|
10873
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
|
10819
10874
|
@name = args[:name] if args.key?(:name)
|
|
10820
10875
|
@next_sync_time = args[:next_sync_time] if args.key?(:next_sync_time)
|
|
10821
10876
|
@oauth_static_ip_addresses = args[:oauth_static_ip_addresses] if args.key?(:oauth_static_ip_addresses)
|
|
@@ -10835,6 +10890,63 @@ module Google
|
|
|
10835
10890
|
end
|
|
10836
10891
|
end
|
|
10837
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
|
+
|
|
10838
10950
|
# Any params and credentials used specifically for EUA connectors.
|
|
10839
10951
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig
|
|
10840
10952
|
include Google::Apis::Core::Hashable
|
|
@@ -14886,7 +14998,9 @@ module Google
|
|
|
14886
14998
|
end
|
|
14887
14999
|
end
|
|
14888
15000
|
|
|
14889
|
-
# 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.
|
|
14890
15004
|
class GoogleCloudDiscoveryengineV1alphaPurgeCompletionSuggestionsResponse
|
|
14891
15005
|
include Google::Apis::Core::Hashable
|
|
14892
15006
|
|
|
@@ -18301,8 +18415,7 @@ module Google
|
|
|
18301
18415
|
class GoogleCloudDiscoveryengineV1alphaUserInfo
|
|
18302
18416
|
include Google::Apis::Core::Hashable
|
|
18303
18417
|
|
|
18304
|
-
# Precise location info with multiple representation options.
|
|
18305
|
-
# latitude and longitude point is supported.
|
|
18418
|
+
# Precise location info with multiple representation options.
|
|
18306
18419
|
# Corresponds to the JSON property `preciseLocation`
|
|
18307
18420
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaUserInfoPreciseLocation]
|
|
18308
18421
|
attr_accessor :precise_location
|
|
@@ -18347,13 +18460,12 @@ module Google
|
|
|
18347
18460
|
end
|
|
18348
18461
|
end
|
|
18349
18462
|
|
|
18350
|
-
# Precise location info with multiple representation options.
|
|
18351
|
-
# latitude and longitude point is supported.
|
|
18463
|
+
# Precise location info with multiple representation options.
|
|
18352
18464
|
class GoogleCloudDiscoveryengineV1alphaUserInfoPreciseLocation
|
|
18353
18465
|
include Google::Apis::Core::Hashable
|
|
18354
18466
|
|
|
18355
|
-
#
|
|
18356
|
-
#
|
|
18467
|
+
# Location represented by a natural language address. Will later be geocoded and
|
|
18468
|
+
# converted to either a point or a polygon.
|
|
18357
18469
|
# Corresponds to the JSON property `address`
|
|
18358
18470
|
# @return [String]
|
|
18359
18471
|
attr_accessor :address
|
|
@@ -34768,8 +34880,7 @@ module Google
|
|
|
34768
34880
|
class GoogleCloudDiscoveryengineV1betaUserInfo
|
|
34769
34881
|
include Google::Apis::Core::Hashable
|
|
34770
34882
|
|
|
34771
|
-
# Precise location info with multiple representation options.
|
|
34772
|
-
# latitude and longitude point is supported.
|
|
34883
|
+
# Precise location info with multiple representation options.
|
|
34773
34884
|
# Corresponds to the JSON property `preciseLocation`
|
|
34774
34885
|
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserInfoPreciseLocation]
|
|
34775
34886
|
attr_accessor :precise_location
|
|
@@ -34814,13 +34925,12 @@ module Google
|
|
|
34814
34925
|
end
|
|
34815
34926
|
end
|
|
34816
34927
|
|
|
34817
|
-
# Precise location info with multiple representation options.
|
|
34818
|
-
# latitude and longitude point is supported.
|
|
34928
|
+
# Precise location info with multiple representation options.
|
|
34819
34929
|
class GoogleCloudDiscoveryengineV1betaUserInfoPreciseLocation
|
|
34820
34930
|
include Google::Apis::Core::Hashable
|
|
34821
34931
|
|
|
34822
|
-
#
|
|
34823
|
-
#
|
|
34932
|
+
# Location represented by a natural language address. Will later be geocoded and
|
|
34933
|
+
# converted to either a point or a polygon.
|
|
34824
34934
|
# Corresponds to the JSON property `address`
|
|
34825
34935
|
# @return [String]
|
|
34826
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.
|
|
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 = "
|
|
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
|
|
|
@@ -6230,6 +6244,18 @@ module Google
|
|
|
6230
6244
|
end
|
|
6231
6245
|
end
|
|
6232
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
|
+
|
|
6233
6259
|
class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
|
|
6234
6260
|
# @private
|
|
6235
6261
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8408,6 +8434,8 @@ module Google
|
|
|
8408
8434
|
property :kms_key_name, as: 'kmsKeyName'
|
|
8409
8435
|
property :last_sync_time, as: 'lastSyncTime'
|
|
8410
8436
|
property :latest_pause_time, as: 'latestPauseTime'
|
|
8437
|
+
property :metadata, as: 'metadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorConnectorMetadata::Representation
|
|
8438
|
+
|
|
8411
8439
|
property :name, as: 'name'
|
|
8412
8440
|
property :next_sync_time, as: 'nextSyncTime', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime::Representation
|
|
8413
8441
|
|
|
@@ -8429,6 +8457,18 @@ module Google
|
|
|
8429
8457
|
end
|
|
8430
8458
|
end
|
|
8431
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
|
+
|
|
8432
8472
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig
|
|
8433
8473
|
# @private
|
|
8434
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.
|
|
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.
|
|
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:
|