google-apis-merchantapi_accounts_v1beta 0.35.0 → 0.36.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: a5e0686508a1631990cfa85b89096e3c4f74106c8076fc7c4d9c60715859e8dd
|
|
4
|
+
data.tar.gz: 7cbffd8e72c75a8e8b20aa29518b0a26c69b4c1ec9d4c158f0120180dfe5804e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 453325ac53b95acde3c0fe2662aa70bf9e69269f117a7a9250897cd6f3f44a7f790d1289ef7b51959e3a18780b14b1a00a9c30247c9e3fdf0a080a82fae8effb
|
|
7
|
+
data.tar.gz: e4b3bd158c50e68e521b44f892ed537ee914d8430fdedb5432ee5d210f8ac1581c22fce2c352fc7c653c088837e20bf07b081ecf4815870f6620211241ddc2e8
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MerchantapiAccountsV1beta
|
|
18
18
|
# Version of the google-apis-merchantapi_accounts_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.36.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 = "20260512"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -670,11 +670,22 @@ module Google
|
|
|
670
670
|
# Registers the GCP used for the API call to the shopping account passed in the
|
|
671
671
|
# request. Will create a user with an "API developer" and add the "
|
|
672
672
|
# developer_email" as a contact with "API notifications" email preference on.
|
|
673
|
+
# Restrictions: * The caller account must be authenticated and must not
|
|
674
|
+
# impersonate another account at registration time. Registering for subaccounts
|
|
675
|
+
# is not supported if the caller account is authenticated with the parent or the
|
|
676
|
+
# managing advanced account. * The caller account must have a [verified website](
|
|
677
|
+
# https://support.google.com/merchants/answer/11586344) in Merchant Center. * [
|
|
678
|
+
# Test accounts](https://developers.google.com/merchant/api/guides/accounts/test-
|
|
679
|
+
# accounts) are not eligible for registration.
|
|
673
680
|
# @param [String] name
|
|
674
681
|
# Required. The name of the developer registration to be created for the
|
|
675
682
|
# merchant account that the GCP will be registered with. Format: `accounts/`
|
|
676
683
|
# account`/developerRegistration` The `account` used must be the same account
|
|
677
|
-
# where user calling this API method is directly added to.
|
|
684
|
+
# where user calling this API method is directly added to. Note: The account
|
|
685
|
+
# used must be a production account (can't be a [test account](https://
|
|
686
|
+
# developers.google.com/merchant/api/guides/accounts/test-accounts) ) and must
|
|
687
|
+
# have a [verified website](https://support.google.com/merchants/answer/11586344)
|
|
688
|
+
# in Merchant Center.
|
|
678
689
|
# @param [Google::Apis::MerchantapiAccountsV1beta::RegisterGcpRequest] register_gcp_request_object
|
|
679
690
|
# @param [String] fields
|
|
680
691
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-merchantapi_accounts_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.36.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-merchantapi_accounts_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_accounts_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_accounts_v1beta/v0.36.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_accounts_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|