google-apis-retail_v2beta 0.74.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: 4b7d45911c6109a4d3e2ae54bcb62b9a721e7944ffe985290a96b58819ab8eee
4
- data.tar.gz: 91ef762f8000e0ab5156828d91160c34b82a1d3287c3be7e5fc6bf4286f2b512
3
+ metadata.gz: de9cfba9bf6d232ec84b48c5e32496fd967e79c3f688b6565547391ab531a10d
4
+ data.tar.gz: c43036cacf1a22d621e962abafee0d3424ccc6b1798f6b2df37b289c04ddb6a2
5
5
  SHA512:
6
- metadata.gz: e75e345b3ee96fddb5c1300cc639d2460ab9f7b57dfa1aefc03973e426376b2c8c929e930405632f99c29423707998ebbead5a5252e337d1832597a0cabb4a79
7
- data.tar.gz: 64bafe7090cc97276c80f8320af75aab8d25b7a62a26bdbef04212b6a971256420a9bd5269c99ae5ecc3129a26c256d4cc2b58bd696db21f4ecc85b45f50c7ac
6
+ metadata.gz: cef850641e4529338007108605c33de48ec855ee9f03aac26f486e3d4019ad0a0dcbd03175e0f4bd0d12b7f4fd675715f2205fe882895daeacff499292870d66
7
+ data.tar.gz: 15f5b2ea51ae4c49cd22c9c7a66fb00d01c3091b141f7e81b378863489af68da426e2d655f13ef82969d39befe12e615f68e48cd5c86f2e170b15598543f3b74
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.75.0 (2023-05-21)
8
+
9
+ * Regenerated from discovery document revision 20230516
10
+
3
11
  ### v0.74.0 (2023-05-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20230504
@@ -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
@@ -2641,8 +2648,9 @@ module Google
2641
2648
 
2642
2649
  # When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
2643
2650
  # if INDEXABLE_ENABLED attribute values are indexed so that it can be filtered,
2644
- # faceted, or boosted in SearchService.Search. Must be specified, otherwise
2645
- # throws INVALID_FORMAT error.
2651
+ # faceted, or boosted in SearchService.Search. Must be specified when
2652
+ # AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
2653
+ # otherwise throws INVALID_FORMAT error.
2646
2654
  # Corresponds to the JSON property `indexableOption`
2647
2655
  # @return [String]
2648
2656
  attr_accessor :indexable_option
@@ -2677,7 +2685,8 @@ module Google
2677
2685
  # SearchService.Search. If SEARCHABLE_ENABLED but attribute type is numerical,
2678
2686
  # attribute values will not be searchable by text queries in SearchService.
2679
2687
  # Search, as there are no text values associated to numerical attributes. Must
2680
- # be specified, otherwise throws INVALID_FORMAT error.
2688
+ # be specified, when AttributesConfig.attribute_config_level is
2689
+ # CATALOG_LEVEL_ATTRIBUTE_CONFIG, otherwise throws INVALID_FORMAT error.
2681
2690
  # Corresponds to the JSON property `searchableOption`
2682
2691
  # @return [String]
2683
2692
  attr_accessor :searchable_option
@@ -4137,6 +4146,12 @@ module Google
4137
4146
  # @return [String]
4138
4147
  attr_accessor :project_id
4139
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
+
4140
4155
  # Output only. Represents the state of the link.
4141
4156
  # Corresponds to the JSON property `state`
4142
4157
  # @return [String]
@@ -4156,6 +4171,7 @@ module Google
4156
4171
  @merchant_center_account_id = args[:merchant_center_account_id] if args.key?(:merchant_center_account_id)
4157
4172
  @name = args[:name] if args.key?(:name)
4158
4173
  @project_id = args[:project_id] if args.key?(:project_id)
4174
+ @source = args[:source] if args.key?(:source)
4159
4175
  @state = args[:state] if args.key?(:state)
4160
4176
  end
4161
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.74.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 = "20230504"
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.74.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-14 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.74.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: []