google-cloud-recommendation_engine-v1beta1 0.11.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b151eacf1fe38c25c7820c4dc62e4c61f46134245202373f0fb6d9042ddaeb14
4
- data.tar.gz: e8ec2dd43a5fff039e61e0dae1fc180c5d67ce80ccd16aadb26dbb195f5c326f
3
+ metadata.gz: ba4b8eeac34e7bd5ee389bb19706877614c39fef66605e41630faecc5e36bd43
4
+ data.tar.gz: ded07ab2e6b0fe066ebd02336ce901bdffafd670c6b7c6a79a005aa48f9e6932
5
5
  SHA512:
6
- metadata.gz: 3b8debf83cd1cb8cdfce101f0ab8b67d93d1b7fa77fd01a614bceab484f9f1d679ff7e98eb0b65e3d511c25c11280215e058ad981f8dbc7a27429fd0b3913b1a
7
- data.tar.gz: 4137376a50d8c0b46af2db4febff7a6943d84af761c2a27b7afd4838f57b61e784f7f46ce4e85724bb50020a0d96c081bbe6422321bd94fa0db5b2b5e79cf029
6
+ metadata.gz: e573a5054b299b48c2c14e17a4c36a8da25d20b53b696712e0b2edbd3c6c26876edd647437343223071f2f247390d9194c821576b733b2aef847364dbe3ddb04
7
+ data.tar.gz: bd0f7b9115d0efec9b3142b569f1e18627197a586d97bc90cc79f322c0a28e55e56201cf7b5c9f6d4b75e8c15536d11f4099cada5a3fbe933eb456ab78773792
@@ -292,10 +292,10 @@ module Google
292
292
  #
293
293
  # See https://goo.gl/xmQnxf for more information on and examples of labels.
294
294
  # @yield [result, operation] Access the result along with the TransportOperation object
295
- # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Protobuf::Value>]
295
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::RecommendationEngine::V1beta1::PredictResponse::PredictionResult>]
296
296
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
297
297
  #
298
- # @return [::Gapic::Rest::PagedEnumerable<::String, ::Google::Protobuf::Value>]
298
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::RecommendationEngine::V1beta1::PredictResponse::PredictionResult>]
299
299
  #
300
300
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
301
301
  #
@@ -347,7 +347,7 @@ module Google
347
347
  retry_policy: @config.retry_policy
348
348
 
349
349
  @prediction_service_stub.predict request, options do |result, operation|
350
- result = ::Gapic::Rest::PagedEnumerable.new @prediction_service_stub, :predict, "metadata", request, result, options
350
+ result = ::Gapic::Rest::PagedEnumerable.new @prediction_service_stub, :predict, "results", request, result, options
351
351
  yield result, operation if block_given?
352
352
  throw :response, result
353
353
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RecommendationEngine
23
23
  module V1beta1
24
- VERSION = "0.11.0"
24
+ VERSION = "0.12.0"
25
25
  end
26
26
  end
27
27
  end
@@ -409,6 +409,14 @@ module Google
409
409
  # @return [::Array<::String>]
410
410
  # An allowlist of the fully qualified names of RPCs that should be included
411
411
  # on public client surfaces.
412
+ # @!attribute [rw] generate_omitted_as_internal
413
+ # @return [::Boolean]
414
+ # Setting this to true indicates to the client generators that methods
415
+ # that would be excluded from the generation should instead be generated
416
+ # in a way that indicates these methods should not be consumed by
417
+ # end users. How this is expressed is up to individual language
418
+ # implementations to decide. Some examples may be: added annotations,
419
+ # obfuscated identifiers, or other language idiomatic patterns.
412
420
  class SelectiveGapicGeneration
413
421
  include ::Google::Protobuf::MessageExts
414
422
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-recommendation_engine-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 2025-02-07 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -147,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
147
147
  - !ruby/object:Gem::Version
148
148
  version: '0'
149
149
  requirements: []
150
- rubygems_version: 3.6.2
150
+ rubygems_version: 3.6.3
151
151
  specification_version: 4
152
152
  summary: Recommendations AI service enables customers to build end-to-end personalized
153
153
  recommendation systems without requiring a high level of expertise in machine learning,