google-apis-retail_v2beta 0.75.0 → 0.76.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: 5862afc80ff228c3b524c97126ab0dd1c95256a9874f73fbae3925b61677777e
4
- data.tar.gz: 42055eeda1700eed5350ccdd9457cabdb5edc31d6e8448e974f618ef63bfbb76
3
+ metadata.gz: de9cfba9bf6d232ec84b48c5e32496fd967e79c3f688b6565547391ab531a10d
4
+ data.tar.gz: c43036cacf1a22d621e962abafee0d3424ccc6b1798f6b2df37b289c04ddb6a2
5
5
  SHA512:
6
- metadata.gz: 953d3ca0508e7c86ab41ee43d7713e02d45bb2a59132fcbcbd0b2f8def72e963468443fdda5c48723489542051d4e9bdbd3b69b6d984c42167c63848e0a7751b
7
- data.tar.gz: d29b3d1ee30f6b84708f76c3f68e306d0cdeaf2f3bd4b95edf24513979ea50b034a4a86a2934a9b651ab132e477222dec13261af20e9a54180a287f0fbce1c71
6
+ metadata.gz: cef850641e4529338007108605c33de48ec855ee9f03aac26f486e3d4019ad0a0dcbd03175e0f4bd0d12b7f4fd675715f2205fe882895daeacff499292870d66
7
+ data.tar.gz: 15f5b2ea51ae4c49cd22c9c7a66fb00d01c3091b141f7e81b378863489af68da426e2d655f13ef82969d39befe12e615f68e48cd5c86f2e170b15598543f3b74
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.76.0 (2023-05-28)
4
+
5
+ * Regenerated from discovery document revision 20230518
6
+
3
7
  ### v0.75.0 (2023-05-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20230516
@@ -1435,6 +1435,12 @@ module Google
1435
1435
  # @return [String]
1436
1436
  attr_accessor :project_id
1437
1437
 
1438
+ # Optional. An optional arbitrary string that could be used as a tag for
1439
+ # tracking link source.
1440
+ # Corresponds to the JSON property `source`
1441
+ # @return [String]
1442
+ attr_accessor :source
1443
+
1438
1444
  # Output only. Represents the state of the link.
1439
1445
  # Corresponds to the JSON property `state`
1440
1446
  # @return [String]
@@ -1454,6 +1460,7 @@ module Google
1454
1460
  @merchant_center_account_id = args[:merchant_center_account_id] if args.key?(:merchant_center_account_id)
1455
1461
  @name = args[:name] if args.key?(:name)
1456
1462
  @project_id = args[:project_id] if args.key?(:project_id)
1463
+ @source = args[:source] if args.key?(:source)
1457
1464
  @state = args[:state] if args.key?(:state)
1458
1465
  end
1459
1466
  end
@@ -4139,6 +4146,12 @@ module Google
4139
4146
  # @return [String]
4140
4147
  attr_accessor :project_id
4141
4148
 
4149
+ # Optional. An optional arbitrary string that could be used as a tag for
4150
+ # tracking link source.
4151
+ # Corresponds to the JSON property `source`
4152
+ # @return [String]
4153
+ attr_accessor :source
4154
+
4142
4155
  # Output only. Represents the state of the link.
4143
4156
  # Corresponds to the JSON property `state`
4144
4157
  # @return [String]
@@ -4158,6 +4171,7 @@ module Google
4158
4171
  @merchant_center_account_id = args[:merchant_center_account_id] if args.key?(:merchant_center_account_id)
4159
4172
  @name = args[:name] if args.key?(:name)
4160
4173
  @project_id = args[:project_id] if args.key?(:project_id)
4174
+ @source = args[:source] if args.key?(:source)
4161
4175
  @state = args[:state] if args.key?(:state)
4162
4176
  end
4163
4177
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta gem
19
- GEM_VERSION = "0.75.0"
19
+ GEM_VERSION = "0.76.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230516"
25
+ REVISION = "20230518"
26
26
  end
27
27
  end
28
28
  end
@@ -1739,6 +1739,7 @@ module Google
1739
1739
  property :merchant_center_account_id, :numeric_string => true, as: 'merchantCenterAccountId'
1740
1740
  property :name, as: 'name'
1741
1741
  property :project_id, as: 'projectId'
1742
+ property :source, as: 'source'
1742
1743
  property :state, as: 'state'
1743
1744
  end
1744
1745
  end
@@ -2482,6 +2483,7 @@ module Google
2482
2483
  property :merchant_center_account_id, :numeric_string => true, as: 'merchantCenterAccountId'
2483
2484
  property :name, as: 'name'
2484
2485
  property :project_id, as: 'projectId'
2486
+ property :source, as: 'source'
2485
2487
  property :state, as: 'state'
2486
2488
  end
2487
2489
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.75.0
4
+ version: 0.76.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: 2023-05-21 00:00:00.000000000 Z
11
+ date: 2023-05-28 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-retail_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.75.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.76.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []