google-apis-content_v2_1 0.26.0 → 0.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d790df2c988c18e9ce9d3827ab5f1a8695d52a916efc5db89a943d5cfd3a645
4
- data.tar.gz: 126f342f2a8cff245f549d40bc078a6a7fbf9118b81af61fd9f1b0e766729877
3
+ metadata.gz: 3289c543ff4a0d3fa4757856b953befb68cb38f280fe52f6597932fe31c36be1
4
+ data.tar.gz: 48e70011a0e112f38990a47ce70bf3a4437fd97554820b5f432973c53dd937cd
5
5
  SHA512:
6
- metadata.gz: 3e9b148f6a67cfe9be070e0f609b83d3f2332aa78ae3580cb35c91e368dee36cc442b5b12c526cbb86cca70a3ca797ca58680738b3d38a5c24f782db3dea3389
7
- data.tar.gz: b3ff3e03f7142cfd080fee4248a00e902af3591fe988967778c5a2159e93f25564ccd0a8d416097d1c0b5203eed2ee69c57d5f9f7f58624a4af834343b26a4aa
6
+ metadata.gz: 51e5ad02fe958f9e1a62ece494f15db24ec80e3edbde3e9ad932710853491831a1a7e16df45b3c9747616b393f704ab8e7cf44305c171a288916c6616952995e
7
+ data.tar.gz: 5e72ceda1eaef4f28a01a8faf9a3ea216ef4946ba44163b6bd707bcdaaa226793f1c61b9a0845c623d0f47f7608fe24b92ae1846dbf8cdbf1b0b2d0f8a5c8485
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-content_v2_1
2
2
 
3
+ ### v0.27.0 (2021-12-01)
4
+
5
+ * Regenerated from discovery document revision 20211126
6
+
3
7
  ### v0.26.0 (2021-11-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20211027
@@ -64,8 +64,8 @@ module Google
64
64
  # @return [Fixnum]
65
65
  attr_accessor :css_id
66
66
 
67
- # The GMB account which is linked or in the process of being linked with the
68
- # Merchant Center account.
67
+ # The Business Profile which is linked or in the process of being linked with
68
+ # the Merchant Center account.
69
69
  # Corresponds to the JSON property `googleMyBusinessLink`
70
70
  # @return [Google::Apis::ContentV2_1::AccountGoogleMyBusinessLink]
71
71
  attr_accessor :google_my_business_link
@@ -337,21 +337,22 @@ module Google
337
337
  class AccountGoogleMyBusinessLink
338
338
  include Google::Apis::Core::Hashable
339
339
 
340
- # The ID of the GMB account. If this is provided, then `gmbEmail` is ignored.
341
- # The value of this field should match the `accountId` used by the GMB API.
340
+ # The ID of the Business Profile. If this is provided, then `gmbEmail` is
341
+ # ignored. The value of this field should match the `accountId` used by the
342
+ # Business Profile API.
342
343
  # Corresponds to the JSON property `gmbAccountId`
343
344
  # @return [String]
344
345
  attr_accessor :gmb_account_id
345
346
 
346
- # The GMB email address of which a specific account within a GMB account. A
347
- # sample account within a GMB account could be a business account with set of
348
- # locations, managed under the GMB account.
347
+ # The Business Profile email address of a specific account within a Business
348
+ # Profile. A sample account within a Business Profile could be a business
349
+ # account with set of locations, managed under the Business Profile.
349
350
  # Corresponds to the JSON property `gmbEmail`
350
351
  # @return [String]
351
352
  attr_accessor :gmb_email
352
353
 
353
- # Status of the link between this Merchant Center account and the GMB account.
354
- # Acceptable values are: - "`active`" - "`pending`"
354
+ # Status of the link between this Merchant Center account and the Business
355
+ # Profile. Acceptable values are: - "`active`" - "`pending`"
355
356
  # Corresponds to the JSON property `status`
356
357
  # @return [String]
357
358
  attr_accessor :status
@@ -3478,7 +3479,7 @@ module Google
3478
3479
  # @return [Fixnum]
3479
3480
  attr_accessor :account_id
3480
3481
 
3481
- # A list of GMB accounts which are available to the merchant.
3482
+ # A list of Business Profiles which are available to the merchant.
3482
3483
  # Corresponds to the JSON property `gmbAccounts`
3483
3484
  # @return [Array<Google::Apis::ContentV2_1::GmbAccountsGmbAccount>]
3484
3485
  attr_accessor :gmb_accounts
@@ -3498,7 +3499,7 @@ module Google
3498
3499
  class GmbAccountsGmbAccount
3499
3500
  include Google::Apis::Core::Hashable
3500
3501
 
3501
- # The email which identifies the GMB account.
3502
+ # The email which identifies the Business Profile.
3502
3503
  # Corresponds to the JSON property `email`
3503
3504
  # @return [String]
3504
3505
  attr_accessor :email
@@ -3508,12 +3509,12 @@ module Google
3508
3509
  # @return [Fixnum]
3509
3510
  attr_accessor :listing_count
3510
3511
 
3511
- # The name of the GMB account.
3512
+ # The name of the Business Profile.
3512
3513
  # Corresponds to the JSON property `name`
3513
3514
  # @return [String]
3514
3515
  attr_accessor :name
3515
3516
 
3516
- # The type of the GMB account (User or Business).
3517
+ # The type of the Business Profile (User or Business).
3517
3518
  # Corresponds to the JSON property `type`
3518
3519
  # @return [String]
3519
3520
  attr_accessor :type
@@ -4074,7 +4075,7 @@ module Google
4074
4075
  # @return [String]
4075
4076
  attr_accessor :country
4076
4077
 
4077
- # The GMB account. Required only for RequestGmbAccess.
4078
+ # The Business Profile. Required only for RequestGmbAccess.
4078
4079
  # Corresponds to the JSON property `gmbEmail`
4079
4080
  # @return [String]
4080
4081
  attr_accessor :gmb_email
@@ -4168,7 +4169,7 @@ module Google
4168
4169
  # @return [Google::Apis::ContentV2_1::Errors]
4169
4170
  attr_accessor :errors
4170
4171
 
4171
- # The list of accessible GMB accounts.
4172
+ # The list of accessible Business Profiles.
4172
4173
  # Corresponds to the JSON property `gmbAccounts`
4173
4174
  # @return [Google::Apis::ContentV2_1::GmbAccounts]
4174
4175
  attr_accessor :gmb_accounts
@@ -4214,7 +4215,7 @@ module Google
4214
4215
  # @return [Fixnum]
4215
4216
  attr_accessor :account_id
4216
4217
 
4217
- # A list of GMB accounts which are available to the merchant.
4218
+ # A list of Business Profiles which are available to the merchant.
4218
4219
  # Corresponds to the JSON property `gmbAccounts`
4219
4220
  # @return [Array<Google::Apis::ContentV2_1::GmbAccountsGmbAccount>]
4220
4221
  attr_accessor :gmb_accounts
@@ -6989,7 +6990,7 @@ module Google
6989
6990
  # @return [String]
6990
6991
  attr_accessor :product_title
6991
6992
 
6992
- # Required. The quantity of the line item in the order.
6993
+ # The quantity of the line item in the order.
6993
6994
  # Corresponds to the JSON property `quantity`
6994
6995
  # @return [Fixnum]
6995
6996
  attr_accessor :quantity
@@ -7033,7 +7034,7 @@ module Google
7033
7034
  # @return [String]
7034
7035
  attr_accessor :line_item_id
7035
7036
 
7036
- # Required. The line item quantity in the shipment.
7037
+ # The line item quantity in the shipment.
7037
7038
  # Corresponds to the JSON property `quantity`
7038
7039
  # @return [Fixnum]
7039
7040
  attr_accessor :quantity
@@ -9597,7 +9598,7 @@ module Google
9597
9598
  attr_accessor :quantity
9598
9599
 
9599
9600
  # Required. The identifier of the merchant's store. Either a `storeCode`
9600
- # inserted via the API or the code of the store in Google My Business.
9601
+ # inserted via the API or the code of the store in a Business Profile.
9601
9602
  # Corresponds to the JSON property `storeCode`
9602
9603
  # @return [String]
9603
9604
  attr_accessor :store_code
@@ -9660,7 +9661,7 @@ module Google
9660
9661
  attr_accessor :quantity
9661
9662
 
9662
9663
  # Required. The identifier of the merchant's store. Either a `storeCode`
9663
- # inserted via the API or the code of the store in Google My Business.
9664
+ # inserted via the API or the code of the store in a Business Profile.
9664
9665
  # Corresponds to the JSON property `storeCode`
9665
9666
  # @return [String]
9666
9667
  attr_accessor :store_code
@@ -9728,7 +9729,7 @@ module Google
9728
9729
  attr_accessor :quantity
9729
9730
 
9730
9731
  # Required. The identifier of the merchant's store. Either a `storeCode`
9731
- # inserted via the API or the code of the store in Google My Business.
9732
+ # inserted via the API or the code of the store in a Business Profile.
9732
9733
  # Corresponds to the JSON property `storeCode`
9733
9734
  # @return [String]
9734
9735
  attr_accessor :store_code
@@ -9829,7 +9830,7 @@ module Google
9829
9830
  attr_accessor :sale_id
9830
9831
 
9831
9832
  # Required. The identifier of the merchant's store. Either a `storeCode`
9832
- # inserted via the API or the code of the store in Google My Business.
9833
+ # inserted via the API or the code of the store in a Business Profile.
9833
9834
  # Corresponds to the JSON property `storeCode`
9834
9835
  # @return [String]
9835
9836
  attr_accessor :store_code
@@ -9899,7 +9900,7 @@ module Google
9899
9900
  attr_accessor :sale_id
9900
9901
 
9901
9902
  # Required. The identifier of the merchant's store. Either a `storeCode`
9902
- # inserted via the API or the code of the store in Google My Business.
9903
+ # inserted via the API or the code of the store in a Business Profile.
9903
9904
  # Corresponds to the JSON property `storeCode`
9904
9905
  # @return [String]
9905
9906
  attr_accessor :store_code
@@ -9974,7 +9975,7 @@ module Google
9974
9975
  attr_accessor :sale_id
9975
9976
 
9976
9977
  # Required. The identifier of the merchant's store. Either a `storeCode`
9977
- # inserted via the API or the code of the store in Google My Business.
9978
+ # inserted via the API or the code of the store in a Business Profile.
9978
9979
  # Corresponds to the JSON property `storeCode`
9979
9980
  # @return [String]
9980
9981
  attr_accessor :store_code
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContentV2_1
18
18
  # Version of the google-apis-content_v2_1 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211027"
25
+ REVISION = "20211126"
26
26
  end
27
27
  end
28
28
  end
@@ -2141,14 +2141,13 @@ module Google
2141
2141
  execute_or_queue_command(command, &block)
2142
2142
  end
2143
2143
 
2144
- # Retrieves the list of accessible Google My Business accounts.
2144
+ # Retrieves the list of accessible Business Profiles.
2145
2145
  # @param [Fixnum] merchant_id
2146
2146
  # The ID of the managing account. If this parameter is not the same as accountId,
2147
2147
  # then this account must be a multi-client account and `accountId` must be the
2148
2148
  # ID of a sub-account of this account.
2149
2149
  # @param [Fixnum] account_id
2150
- # The ID of the account for which to retrieve accessible Google My Business
2151
- # accounts.
2150
+ # The ID of the account for which to retrieve accessible Business Profiles.
2152
2151
  # @param [String] fields
2153
2152
  # Selector specifying which fields to include in a partial response.
2154
2153
  # @param [String] quota_user
@@ -2241,15 +2240,15 @@ module Google
2241
2240
  execute_or_queue_command(command, &block)
2242
2241
  end
2243
2242
 
2244
- # Requests access to a specified Google My Business account.
2243
+ # Requests access to a specified Business Profile.
2245
2244
  # @param [Fixnum] merchant_id
2246
2245
  # The ID of the managing account. If this parameter is not the same as accountId,
2247
2246
  # then this account must be a multi-client account and `accountId` must be the
2248
2247
  # ID of a sub-account of this account.
2249
2248
  # @param [Fixnum] account_id
2250
- # The ID of the account for which GMB access is requested.
2249
+ # The ID of the account for which Business Profile access is requested.
2251
2250
  # @param [String] gmb_email
2252
- # The email of the Google My Business account.
2251
+ # The email of the Business Profile.
2253
2252
  # @param [String] fields
2254
2253
  # Selector specifying which fields to include in a partial response.
2255
2254
  # @param [String] quota_user
@@ -2372,8 +2371,7 @@ module Google
2372
2371
  # then this account must be a multi-client account and `accountId` must be the
2373
2372
  # ID of a sub-account of this account.
2374
2373
  # @param [Fixnum] account_id
2375
- # The ID of the account for which to retrieve accessible Google My Business
2376
- # accounts.
2374
+ # The ID of the account for which to retrieve accessible Business Profiles.
2377
2375
  # @param [String] country
2378
2376
  # The country for which the POS data provider is selected.
2379
2377
  # @param [Fixnum] pos_data_provider_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-content_v2_1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-08 00:00:00.000000000 Z
11
+ date: 2021-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-content_v2_1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-content_v2_1
63
63
  post_install_message:
64
64
  rdoc_options: []