Skip to content

Commit e23af38

Browse files
feat: Automated regeneration of merchantapi lfp_v1beta client (googleapis#23366)
Auto-created at 2025-06-08 10:34:27 +0000 using the toys pull request generator.
1 parent 22e9f65 commit e23af38

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

generated/google-apis-merchantapi_lfp_v1beta/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-merchantapi_lfp_v1beta
22

3+
### v0.8.0 (2025-06-08)
4+
5+
* Regenerated from discovery document revision 20250603
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.7.0 (2025-05-04)
49

510
* Regenerated from discovery document revision 20250430

generated/google-apis-merchantapi_lfp_v1beta/lib/google/apis/merchantapi_lfp_v1beta/classes.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ class LfpMerchantState
273273
attr_accessor :linked_gbps
274274

275275
# Identifier. The name of the `LfpMerchantState` resource. Format: `accounts/`
276-
# account`/lfpMerchantStates/`target_merchant``
276+
# account`/lfpMerchantStates/`target_merchant``. For example, `accounts/123456/
277+
# lfpMerchantStates/567890`.
277278
# Corresponds to the JSON property `name`
278279
# @return [String]
279280
attr_accessor :name

generated/google-apis-merchantapi_lfp_v1beta/lib/google/apis/merchantapi_lfp_v1beta/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MerchantapiLfpV1beta
1818
# Version of the google-apis-merchantapi_lfp_v1beta gem
19-
GEM_VERSION = "0.7.0"
19+
GEM_VERSION = "0.8.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250430"
25+
REVISION = "20250603"
2626
end
2727
end
2828
end

generated/google-apis-merchantapi_lfp_v1beta/lib/google/apis/merchantapi_lfp_v1beta/service.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ def insert_account_lfp_inventory(parent, lfp_inventory_object = nil, fields: nil
8989
# Gets the LFP state of a merchant
9090
# @param [String] name
9191
# Required. The name of the state to retrieve. Format: `accounts/`account`/
92-
# lfpMerchantStates/`target_merchant``
92+
# lfpMerchantStates/`target_merchant``. For example, `accounts/123456/
93+
# lfpMerchantStates/567890`.
9394
# @param [String] fields
9495
# Selector specifying which fields to include in a partial response.
9596
# @param [String] quota_user

0 commit comments

Comments
 (0)