google-apis-retail_v2alpha 0.75.0 → 0.77.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: 0237f5dcb44c07260da0a482c5e89f8120c0ce1453bd0c793f67cf781d9ce991
4
- data.tar.gz: 742eec2214ef8ff8e6fdd6d7dc1196b827bda6da0aa3bcc7401e40b9b2a4abae
3
+ metadata.gz: 68462c4647a96ad67ff7d25be8e713032fdc16e4ebd92b3d7fb87232d69d13a0
4
+ data.tar.gz: 19ca2d9d46c68c0272bbb81d9e7944625304469ad0e951d2f95a287c1df01863
5
5
  SHA512:
6
- metadata.gz: 27fba2e143c88afb3f993b7d0268e3d3e599c29f562169ef579be20750372c4957b4d0e37b30d48e539ad67348cab1b21ee972ef207b2f0d8b2adeebd3c79dcb
7
- data.tar.gz: 75eb0701b172d4aac1f20d2b8c2a0a8619b15f1d04df6b018246822b3e4813630ac1075ee8b0c1d8ea4f40ab3ed6a72f2734fbe2c0bea6bfbbda1a65f310da88
6
+ metadata.gz: 5696330ee0bb652e5091d3002e63e7b84ac5a1d99d50400e38c897f0a1aad9de5b0034821d38a34ca845cd075596b9ec02674e047f335745a551b82e809e7f8d
7
+ data.tar.gz: b62e05b3757deef3fe684c87be9301e8c232d18958ecb7bd44bc59dcba261a83157d8ac9e39892dd9560b2ca7ac8e046c35cb212ca6b2e769e6164d32ce26fef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.77.0 (2023-05-28)
4
+
5
+ * Regenerated from discovery document revision 20230518
6
+
7
+ ### v0.76.0 (2023-05-21)
8
+
9
+ * Regenerated from discovery document revision 20230516
10
+
3
11
  ### v0.75.0 (2023-05-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20230504
@@ -1447,8 +1447,9 @@ module Google
1447
1447
 
1448
1448
  # When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
1449
1449
  # if INDEXABLE_ENABLED attribute values are indexed so that it can be filtered,
1450
- # faceted, or boosted in SearchService.Search. Must be specified, otherwise
1451
- # throws INVALID_FORMAT error.
1450
+ # faceted, or boosted in SearchService.Search. Must be specified when
1451
+ # AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
1452
+ # otherwise throws INVALID_FORMAT error.
1452
1453
  # Corresponds to the JSON property `indexableOption`
1453
1454
  # @return [String]
1454
1455
  attr_accessor :indexable_option
@@ -1483,7 +1484,8 @@ module Google
1483
1484
  # SearchService.Search. If SEARCHABLE_ENABLED but attribute type is numerical,
1484
1485
  # attribute values will not be searchable by text queries in SearchService.
1485
1486
  # Search, as there are no text values associated to numerical attributes. Must
1486
- # be specified, otherwise throws INVALID_FORMAT error.
1487
+ # be specified, when AttributesConfig.attribute_config_level is
1488
+ # CATALOG_LEVEL_ATTRIBUTE_CONFIG, otherwise throws INVALID_FORMAT error.
1487
1489
  # Corresponds to the JSON property `searchableOption`
1488
1490
  # @return [String]
1489
1491
  attr_accessor :searchable_option
@@ -3031,6 +3033,12 @@ module Google
3031
3033
  # @return [String]
3032
3034
  attr_accessor :project_id
3033
3035
 
3036
+ # Optional. An optional arbitrary string that could be used as a tag for
3037
+ # tracking link source.
3038
+ # Corresponds to the JSON property `source`
3039
+ # @return [String]
3040
+ attr_accessor :source
3041
+
3034
3042
  # Output only. Represents the state of the link.
3035
3043
  # Corresponds to the JSON property `state`
3036
3044
  # @return [String]
@@ -3050,6 +3058,7 @@ module Google
3050
3058
  @merchant_center_account_id = args[:merchant_center_account_id] if args.key?(:merchant_center_account_id)
3051
3059
  @name = args[:name] if args.key?(:name)
3052
3060
  @project_id = args[:project_id] if args.key?(:project_id)
3061
+ @source = args[:source] if args.key?(:source)
3053
3062
  @state = args[:state] if args.key?(:state)
3054
3063
  end
3055
3064
  end
@@ -7322,6 +7331,12 @@ module Google
7322
7331
  # @return [String]
7323
7332
  attr_accessor :project_id
7324
7333
 
7334
+ # Optional. An optional arbitrary string that could be used as a tag for
7335
+ # tracking link source.
7336
+ # Corresponds to the JSON property `source`
7337
+ # @return [String]
7338
+ attr_accessor :source
7339
+
7325
7340
  # Output only. Represents the state of the link.
7326
7341
  # Corresponds to the JSON property `state`
7327
7342
  # @return [String]
@@ -7341,6 +7356,7 @@ module Google
7341
7356
  @merchant_center_account_id = args[:merchant_center_account_id] if args.key?(:merchant_center_account_id)
7342
7357
  @name = args[:name] if args.key?(:name)
7343
7358
  @project_id = args[:project_id] if args.key?(:project_id)
7359
+ @source = args[:source] if args.key?(:source)
7344
7360
  @state = args[:state] if args.key?(:state)
7345
7361
  end
7346
7362
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2alpha
18
18
  # Version of the google-apis-retail_v2alpha gem
19
- GEM_VERSION = "0.75.0"
19
+ GEM_VERSION = "0.77.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
@@ -2162,6 +2162,7 @@ module Google
2162
2162
  property :merchant_center_account_id, :numeric_string => true, as: 'merchantCenterAccountId'
2163
2163
  property :name, as: 'name'
2164
2164
  property :project_id, as: 'projectId'
2165
+ property :source, as: 'source'
2165
2166
  property :state, as: 'state'
2166
2167
  end
2167
2168
  end
@@ -3174,6 +3175,7 @@ module Google
3174
3175
  property :merchant_center_account_id, :numeric_string => true, as: 'merchantCenterAccountId'
3175
3176
  property :name, as: 'name'
3176
3177
  property :project_id, as: 'projectId'
3178
+ property :source, as: 'source'
3177
3179
  property :state, as: 'state'
3178
3180
  end
3179
3181
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.75.0
4
+ version: 0.77.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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.75.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.77.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
63
63
  post_install_message:
64
64
  rdoc_options: []