google-apis-merchantapi_lfp_v1beta 0.3.0 → 0.5.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: b6cddcb6243c999f7b1b7a3954d3f6be6b3ba0082ec5167e32ef4fba679c94c4
|
4
|
+
data.tar.gz: e3041aec6ac8d32329d1012f590d1f5d84783ef3f1735b232a02d9748ada7e3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8de135c34d6d8b37bb3aa43788fe399c0f15244cf67a80ed2da1d3a0ba68e46fd5f2cfd877e072ed479fc26906fd412cf4c6d50297acd07dc954dfb034625646
|
7
|
+
data.tar.gz: 220be739c5a2b9a41f06963a1610e1611c512ebbe75cba1169bedd7081947194fb06feb62691e038421e7da9ef16f9fb46efa3fc93977d708802c78662a33876
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-merchantapi_lfp_v1beta
|
2
2
|
|
3
|
+
### v0.5.0 (2025-03-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250311
|
6
|
+
|
7
|
+
### v0.4.0 (2025-03-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250301
|
10
|
+
|
3
11
|
### v0.3.0 (2025-02-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250219
|
@@ -404,22 +404,31 @@ module Google
|
|
404
404
|
class ProductChange
|
405
405
|
include Google::Apis::Core::Hashable
|
406
406
|
|
407
|
-
# The new value of the changed resource or attribute.
|
407
|
+
# The new value of the changed resource or attribute. If empty, it means that
|
408
|
+
# the product was deleted. Will have one of these values : (`approved`, `pending`
|
409
|
+
# , `disapproved`, ``)
|
408
410
|
# Corresponds to the JSON property `newValue`
|
409
411
|
# @return [String]
|
410
412
|
attr_accessor :new_value
|
411
413
|
|
412
|
-
# The old value of the changed resource or attribute.
|
414
|
+
# The old value of the changed resource or attribute. If empty, it means that
|
415
|
+
# the product was created. Will have one of these values : (`approved`, `pending`
|
416
|
+
# , `disapproved`, ``)
|
413
417
|
# Corresponds to the JSON property `oldValue`
|
414
418
|
# @return [String]
|
415
419
|
attr_accessor :old_value
|
416
420
|
|
417
|
-
# Countries that have the change (if applicable)
|
421
|
+
# Countries that have the change (if applicable). Represented in the ISO 3166
|
422
|
+
# format.
|
418
423
|
# Corresponds to the JSON property `regionCode`
|
419
424
|
# @return [String]
|
420
425
|
attr_accessor :region_code
|
421
426
|
|
422
|
-
# Reporting contexts that have the change (if applicable)
|
427
|
+
# Reporting contexts that have the change (if applicable). Currently this field
|
428
|
+
# supports only (`SHOPPING_ADS`, `LOCAL_INVENTORY_ADS`, `YOUTUBE_SHOPPING`, `
|
429
|
+
# YOUTUBE_CHECKOUT`, `YOUTUBE_AFFILIATE`) from the enum value [
|
430
|
+
# ReportingContextEnum](/merchant/api/reference/rest/Shared.Types/
|
431
|
+
# ReportingContextEnum)
|
423
432
|
# Corresponds to the JSON property `reportingContext`
|
424
433
|
# @return [String]
|
425
434
|
attr_accessor :reporting_context
|
@@ -459,13 +468,15 @@ module Google
|
|
459
468
|
# @return [Array<Google::Apis::MerchantapiLfpV1beta::ProductChange>]
|
460
469
|
attr_accessor :changes
|
461
470
|
|
462
|
-
# The time at which the event was generated.
|
471
|
+
# The time at which the event was generated. If you want to order the
|
472
|
+
# notification messages you receive you should rely on this field not on the
|
473
|
+
# order of receiving the notifications.
|
463
474
|
# Corresponds to the JSON property `eventTime`
|
464
475
|
# @return [String]
|
465
476
|
attr_accessor :event_time
|
466
477
|
|
467
|
-
# The product expiration time. This field will not bet set if the
|
468
|
-
# is sent for a product deletion event.
|
478
|
+
# Optional. The product expiration time. This field will not bet set if the
|
479
|
+
# notification is sent for a product deletion event.
|
469
480
|
# Corresponds to the JSON property `expirationTime`
|
470
481
|
# @return [String]
|
471
482
|
attr_accessor :expiration_time
|
@@ -476,8 +487,7 @@ module Google
|
|
476
487
|
# @return [String]
|
477
488
|
attr_accessor :managing_account
|
478
489
|
|
479
|
-
# The product name. Format:
|
480
|
-
# `
|
490
|
+
# The product name. Format: `accounts/`account`/products/`product``
|
481
491
|
# Corresponds to the JSON property `resource`
|
482
492
|
# @return [String]
|
483
493
|
attr_accessor :resource
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MerchantapiLfpV1beta
|
18
18
|
# Version of the google-apis-merchantapi_lfp_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.5.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 = "20250311"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-merchantapi_lfp_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-16 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_lfp_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_lfp_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_lfp_v1beta/v0.5.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_lfp_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|