google-apis-merchantapi_datasources_v1beta 0.5.0 → 0.6.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: edd5268a3f135d874ea14fed9d06e9d9b3df221983b69db985227764d480afcb
|
4
|
+
data.tar.gz: 477f6b47918c0fc538edcca89b549c6e59e2133939b4a7ff1370f639efb41956
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74417e807fa41bdd57775f346420d0f7ac34fcfafb234726c447d8c0cde7eada5e92884a99b571b39f8e65686f3d43ced9cce5fa2149516ba5688512973c64a6
|
7
|
+
data.tar.gz: c999cac6ce85b02861429384cca85146bd7c0c790dcf5d6fcb3e764c07cf132e7ba9d58bd6a7b0d9e5c8816a96b82671efb2d45afc1092d835efd937954d21a5
|
data/CHANGELOG.md
CHANGED
@@ -60,8 +60,8 @@ module Google
|
|
60
60
|
# @return [Google::Apis::MerchantapiDatasourcesV1beta::MerchantReviewDataSource]
|
61
61
|
attr_accessor :merchant_review_data_source
|
62
62
|
|
63
|
-
# Identifier. The name of the data source. Format:
|
64
|
-
#
|
63
|
+
# Identifier. The name of the data source. Format: `accounts/`account`/
|
64
|
+
# dataSources/`datasource``
|
65
65
|
# Corresponds to the JSON property `name`
|
66
66
|
# @return [String]
|
67
67
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MerchantapiDatasourcesV1beta
|
18
18
|
# Version of the google-apis-merchantapi_datasources_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250416"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -229,8 +229,8 @@ module Google
|
|
229
229
|
# Updates the existing data source configuration. The fields that are set in the
|
230
230
|
# update mask but not provided in the resource will be deleted.
|
231
231
|
# @param [String] name
|
232
|
-
# Identifier. The name of the data source. Format:
|
233
|
-
#
|
232
|
+
# Identifier. The name of the data source. Format: `accounts/`account`/
|
233
|
+
# dataSources/`datasource``
|
234
234
|
# @param [Google::Apis::MerchantapiDatasourcesV1beta::DataSource] data_source_object
|
235
235
|
# @param [String] update_mask
|
236
236
|
# Required. The list of data source fields to be updated. Fields specified in
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-merchantapi_datasources_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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-merchantapi_datasources_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_datasources_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_datasources_v1beta/v0.6.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_datasources_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|