google-apis-discoveryengine_v1 0.62.0 → 0.63.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: ef48a739c95e9cce417e3295c3f5a383998222c343045613436fbb5f1e668fc3
|
|
4
|
+
data.tar.gz: b0410b06678aff41e9278acd571dfc91b05c7b3b366cb3e52d908c22b7f4deaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d1450b6dd2e5033aea2182c4525f5f23a1f269d195cc773d0ec038f6771193b9807d2e24273e0ebb104da5681fd40dab54653a2ed61fbea2d4f51d46f100fe4
|
|
7
|
+
data.tar.gz: 267dd3c74d820966e2c4dd462db48250ec1349f15788353642fc866602a4ee86c4384a77a454dfec38ff3250930dbf843ce40e2fe7d556f00af160e40222ce94
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.63.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251221"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -525,11 +525,12 @@ module Google
|
|
|
525
525
|
# @param [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataConnector] google_cloud_discoveryengine_v1_data_connector_object
|
|
526
526
|
# @param [String] update_mask
|
|
527
527
|
# Indicates which fields in the provided DataConnector to update. Supported
|
|
528
|
-
# field paths include: - refresh_interval - params - auto_run_disabled -
|
|
529
|
-
# action_config - action_config.action_params - action_config.service_name -
|
|
530
|
-
# destination_configs - blocking_reasons - sync_mode -
|
|
531
|
-
# - incremental_refresh_interval
|
|
532
|
-
#
|
|
528
|
+
# field paths include: - `refresh_interval` - `params` - `auto_run_disabled` - `
|
|
529
|
+
# action_config` - `action_config.action_params` - `action_config.service_name` -
|
|
530
|
+
# `destination_configs` - `blocking_reasons` - `sync_mode` - `
|
|
531
|
+
# incremental_sync_disabled` - `incremental_refresh_interval` - `
|
|
532
|
+
# data_protection_policy` Note: Support for these fields may vary depending on
|
|
533
|
+
# the connector type. For example, not all connectors support `
|
|
533
534
|
# destination_configs`. If an unsupported or unknown field path is provided, the
|
|
534
535
|
# request will return an INVALID_ARGUMENT error.
|
|
535
536
|
# @param [String] fields
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-discoveryengine_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.63.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.63.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|