google-apis-retail_v2 0.103.0 → 0.104.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: 845ece90df9a03d0e6752d7e388be862181bef94869bd0b91df52d40d922390b
4
- data.tar.gz: d706233e2cfd05bd919ccd226c41747f9e9291ca3ed9116d049a5264f0fc316d
3
+ metadata.gz: 5e4e020269c2fd9334adafc8ccf6a5acb7a16619d499d3849f81e2e541b7810f
4
+ data.tar.gz: e942faa1ecc147b8eb95feb629ca8e37a489c0ba58372c7c6c07fafd84363987
5
5
  SHA512:
6
- metadata.gz: e1cf3a6043b7a57511b5fa3bad08510be29a0fbddb8b903a9aa7da3d0c9c3e18cb5fcf702459c557b8b2d5c0d5749635fa546d64bec0a1d1a01b4ad3bd3940f7
7
- data.tar.gz: 7e04aab84e9d7f229eb5b6272875b27677344cb37ad492669b474b74adceaa6719a94b4157ecb4874604df7ab5eb11f2aa0e0f2e39859db31bf2a3cc48fe3728
6
+ metadata.gz: f943a4ec4bce7c1aa82de4a691cd9c8ffcbb13664e1908b79408e8816df91b7e1e31ea999550c683a314d47b12153629afe9f3d6c171d368447a32e41d3168fe
7
+ data.tar.gz: 3ce303d8dc6ea42912f9cffaab9c14c0aa4c21a22e60760fe776731216b1975d99518946122e05f20a881d436a1fcf292f460f9d9535b05b2b1deeb6d9ed6ec7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.104.0 (2024-10-27)
4
+
5
+ * Regenerated from discovery document revision 20241017
6
+
3
7
  ### v0.103.0 (2024-10-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20241003
@@ -7412,12 +7412,6 @@ module Google
7412
7412
  # @return [Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfig]
7413
7413
  attr_accessor :frequently_bought_together_config
7414
7414
 
7415
- # Config that turns on usage of llm embeddings as features to the model.
7416
- # Embeddings leverage unstructured text fields like description and title.
7417
- # Corresponds to the JSON property `llmEmbeddingConfig`
7418
- # @return [Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelModelFeaturesConfigLlmEmbeddingConfig]
7419
- attr_accessor :llm_embedding_config
7420
-
7421
7415
  def initialize(**args)
7422
7416
  update!(**args)
7423
7417
  end
@@ -7425,28 +7419,6 @@ module Google
7425
7419
  # Update properties of this object
7426
7420
  def update!(**args)
7427
7421
  @frequently_bought_together_config = args[:frequently_bought_together_config] if args.key?(:frequently_bought_together_config)
7428
- @llm_embedding_config = args[:llm_embedding_config] if args.key?(:llm_embedding_config)
7429
- end
7430
- end
7431
-
7432
- # Config that turns on usage of llm embeddings as features to the model.
7433
- # Embeddings leverage unstructured text fields like description and title.
7434
- class GoogleCloudRetailV2alphaModelModelFeaturesConfigLlmEmbeddingConfig
7435
- include Google::Apis::Core::Hashable
7436
-
7437
- # Optional. The LLM embedding version to use. Currently only `v0` is supported.
7438
- # If not specified, feature will not be turned on.
7439
- # Corresponds to the JSON property `llmEmbeddingVersion`
7440
- # @return [String]
7441
- attr_accessor :llm_embedding_version
7442
-
7443
- def initialize(**args)
7444
- update!(**args)
7445
- end
7446
-
7447
- # Update properties of this object
7448
- def update!(**args)
7449
- @llm_embedding_version = args[:llm_embedding_version] if args.key?(:llm_embedding_version)
7450
7422
  end
7451
7423
  end
7452
7424
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2
18
18
  # Version of the google-apis-retail_v2 gem
19
- GEM_VERSION = "0.103.0"
19
+ GEM_VERSION = "0.104.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241003"
25
+ REVISION = "20241017"
26
26
  end
27
27
  end
28
28
  end
@@ -1150,12 +1150,6 @@ module Google
1150
1150
  include Google::Apis::Core::JsonObjectSupport
1151
1151
  end
1152
1152
 
1153
- class GoogleCloudRetailV2alphaModelModelFeaturesConfigLlmEmbeddingConfig
1154
- class Representation < Google::Apis::Core::JsonRepresentation; end
1155
-
1156
- include Google::Apis::Core::JsonObjectSupport
1157
- end
1158
-
1159
1153
  class GoogleCloudRetailV2alphaModelPageOptimizationConfig
1160
1154
  class Representation < Google::Apis::Core::JsonRepresentation; end
1161
1155
 
@@ -3388,15 +3382,6 @@ module Google
3388
3382
  class Representation < Google::Apis::Core::JsonRepresentation
3389
3383
  property :frequently_bought_together_config, as: 'frequentlyBoughtTogetherConfig', class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfig, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfig::Representation
3390
3384
 
3391
- property :llm_embedding_config, as: 'llmEmbeddingConfig', class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelModelFeaturesConfigLlmEmbeddingConfig, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelModelFeaturesConfigLlmEmbeddingConfig::Representation
3392
-
3393
- end
3394
- end
3395
-
3396
- class GoogleCloudRetailV2alphaModelModelFeaturesConfigLlmEmbeddingConfig
3397
- # @private
3398
- class Representation < Google::Apis::Core::JsonRepresentation
3399
- property :llm_embedding_version, as: 'llmEmbeddingVersion'
3400
3385
  end
3401
3386
  end
3402
3387
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.103.0
4
+ version: 0.104.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: 2024-10-13 00:00:00.000000000 Z
11
+ date: 2024-10-27 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.103.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.104.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
63
63
  post_install_message:
64
64
  rdoc_options: []