google-apis-merchantapi_lfp_v1beta 0.3.0 → 0.4.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: a92d6e9a587f6b578dfb8c9807c452c93134b5191ea9ca2971a706aefe01e866
|
4
|
+
data.tar.gz: 3797dc62c4a74cd9167a6b62b272df332d5efbc64cce727a8b1c82518ce69308
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6db68bfe499aa9e04bc4a052ff312998b3eb921662ffbf53198c6984b69cd89ac9493b1fa2330f9e352159144d0e2e9deeb42244a79ea470815f7a1e533c0c41
|
7
|
+
data.tar.gz: 0a46cdb154f1cf070042a5cb44ed94933fe55c9bb749dbe5b1684d10e89fd0c0525734800ef1e0d9f8a4103c6da4f3dd2498dcb70d5a361e6d7ab0f3c5fc4665
|
data/CHANGELOG.md
CHANGED
@@ -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
|
@@ -464,8 +473,8 @@ module Google
|
|
464
473
|
# @return [String]
|
465
474
|
attr_accessor :event_time
|
466
475
|
|
467
|
-
# The product expiration time. This field will not bet set if the
|
468
|
-
# is sent for a product deletion event.
|
476
|
+
# Optional. The product expiration time. This field will not bet set if the
|
477
|
+
# notification is sent for a product deletion event.
|
469
478
|
# Corresponds to the JSON property `expirationTime`
|
470
479
|
# @return [String]
|
471
480
|
attr_accessor :expiration_time
|
@@ -476,8 +485,7 @@ module Google
|
|
476
485
|
# @return [String]
|
477
486
|
attr_accessor :managing_account
|
478
487
|
|
479
|
-
# The product name. Format:
|
480
|
-
# `
|
488
|
+
# The product name. Format: `accounts/`account`/products/`product``
|
481
489
|
# Corresponds to the JSON property `resource`
|
482
490
|
# @return [String]
|
483
491
|
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.4.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 = "20250301"
|
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.4.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-09 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.4.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:
|