google-cloud-recommendation_engine-v1beta1 0.10.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/recommendation_engine/v1beta1/catalog_service/client.rb +7 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/catalog_service/operations.rb +7 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/catalog_service/rest/client.rb +7 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/catalog_service/rest/operations.rb +7 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/prediction_api_key_registry/client.rb +7 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/prediction_api_key_registry/rest/client.rb +7 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/prediction_service/client.rb +7 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/prediction_service/rest/client.rb +7 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/user_event_service/client.rb +7 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/user_event_service/operations.rb +7 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/user_event_service/rest/client.rb +7 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/user_event_service/rest/operations.rb +7 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/version.rb +1 -1
- data/proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb +4 -0
- data/proto_docs/google/cloud/recommendationengine/v1beta1/import.rb +6 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- data/proto_docs/google/protobuf/struct.rb +12 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b151eacf1fe38c25c7820c4dc62e4c61f46134245202373f0fb6d9042ddaeb14
|
4
|
+
data.tar.gz: e8ec2dd43a5fff039e61e0dae1fc180c5d67ce80ccd16aadb26dbb195f5c326f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b8debf83cd1cb8cdfce101f0ab8b67d93d1b7fa77fd01a614bceab484f9f1d679ff7e98eb0b65e3d511c25c11280215e058ad981f8dbc7a27429fd0b3913b1a
|
7
|
+
data.tar.gz: 4137376a50d8c0b46af2db4febff7a6943d84af761c2a27b7afd4838f57b61e784f7f46ce4e85724bb50020a0d96c081bbe6422321bd94fa0db5b2b5e79cf029
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -831,6 +831,13 @@ module Google
|
|
831
831
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
832
832
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
833
833
|
# * (`nil`) indicating no credentials
|
834
|
+
#
|
835
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
836
|
+
# external source for authentication to Google Cloud, you must validate it before
|
837
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
838
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
839
|
+
# For more information, refer to [Validate credential configurations from external
|
840
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
834
841
|
# @return [::Object]
|
835
842
|
# @!attribute [rw] scope
|
836
843
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -780,6 +780,13 @@ module Google
|
|
780
780
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
781
781
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
782
782
|
# * (`nil`) indicating no credentials
|
783
|
+
#
|
784
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
785
|
+
# external source for authentication to Google Cloud, you must validate it before
|
786
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
787
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
788
|
+
# For more information, refer to [Validate credential configurations from external
|
789
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
783
790
|
# @return [::Object]
|
784
791
|
# @!attribute [rw] scope
|
785
792
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -517,6 +517,13 @@ module Google
|
|
517
517
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
518
518
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
519
519
|
# * (`nil`) indicating no credentials
|
520
|
+
#
|
521
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
522
|
+
# external source for authentication to Google Cloud, you must validate it before
|
523
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
524
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
525
|
+
# For more information, refer to [Validate credential configurations from external
|
526
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
520
527
|
# @return [::Object]
|
521
528
|
# @!attribute [rw] scope
|
522
529
|
# The OAuth scopes
|
data/lib/google/cloud/recommendation_engine/v1beta1/prediction_api_key_registry/rest/client.rb
CHANGED
@@ -487,6 +487,13 @@ module Google
|
|
487
487
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
488
488
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
489
489
|
# * (`nil`) indicating no credentials
|
490
|
+
#
|
491
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
492
|
+
# external source for authentication to Google Cloud, you must validate it before
|
493
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
494
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
495
|
+
# For more information, refer to [Validate credential configurations from external
|
496
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
490
497
|
# @return [::Object]
|
491
498
|
# @!attribute [rw] scope
|
492
499
|
# The OAuth scopes
|
@@ -413,6 +413,13 @@ module Google
|
|
413
413
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
414
414
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
415
415
|
# * (`nil`) indicating no credentials
|
416
|
+
#
|
417
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
418
|
+
# external source for authentication to Google Cloud, you must validate it before
|
419
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
420
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
421
|
+
# For more information, refer to [Validate credential configurations from external
|
422
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
416
423
|
# @return [::Object]
|
417
424
|
# @!attribute [rw] scope
|
418
425
|
# The OAuth scopes
|
@@ -397,6 +397,13 @@ module Google
|
|
397
397
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
398
398
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
399
399
|
# * (`nil`) indicating no credentials
|
400
|
+
#
|
401
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
402
|
+
# external source for authentication to Google Cloud, you must validate it before
|
403
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
404
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
405
|
+
# For more information, refer to [Validate credential configurations from external
|
406
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
400
407
|
# @return [::Object]
|
401
408
|
# @!attribute [rw] scope
|
402
409
|
# The OAuth scopes
|
@@ -819,6 +819,13 @@ module Google
|
|
819
819
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
820
820
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
821
821
|
# * (`nil`) indicating no credentials
|
822
|
+
#
|
823
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
824
|
+
# external source for authentication to Google Cloud, you must validate it before
|
825
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
826
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
827
|
+
# For more information, refer to [Validate credential configurations from external
|
828
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
822
829
|
# @return [::Object]
|
823
830
|
# @!attribute [rw] scope
|
824
831
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -775,6 +775,13 @@ module Google
|
|
775
775
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
776
776
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
777
777
|
# * (`nil`) indicating no credentials
|
778
|
+
#
|
779
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
780
|
+
# external source for authentication to Google Cloud, you must validate it before
|
781
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
782
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
783
|
+
# For more information, refer to [Validate credential configurations from external
|
784
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
778
785
|
# @return [::Object]
|
779
786
|
# @!attribute [rw] scope
|
780
787
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -105,9 +105,13 @@ module Google
|
|
105
105
|
# @!attribute [rw] exact_price
|
106
106
|
# @return [::Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::ExactPrice]
|
107
107
|
# Optional. The exact product price.
|
108
|
+
#
|
109
|
+
# Note: The following fields are mutually exclusive: `exact_price`, `price_range`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
108
110
|
# @!attribute [rw] price_range
|
109
111
|
# @return [::Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::PriceRange]
|
110
112
|
# Optional. The product price range.
|
113
|
+
#
|
114
|
+
# Note: The following fields are mutually exclusive: `price_range`, `exact_price`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
111
115
|
# @!attribute [rw] costs
|
112
116
|
# @return [::Google::Protobuf::Map{::String => ::Float}]
|
113
117
|
# Optional. A map to pass the costs associated with the product.
|
@@ -117,12 +117,18 @@ module Google
|
|
117
117
|
# @!attribute [rw] catalog_inline_source
|
118
118
|
# @return [::Google::Cloud::RecommendationEngine::V1beta1::CatalogInlineSource]
|
119
119
|
# The Inline source for the input content for Catalog items.
|
120
|
+
#
|
121
|
+
# Note: The following fields are mutually exclusive: `catalog_inline_source`, `gcs_source`, `user_event_inline_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
120
122
|
# @!attribute [rw] gcs_source
|
121
123
|
# @return [::Google::Cloud::RecommendationEngine::V1beta1::GcsSource]
|
122
124
|
# Google Cloud Storage location for the input content.
|
125
|
+
#
|
126
|
+
# Note: The following fields are mutually exclusive: `gcs_source`, `catalog_inline_source`, `user_event_inline_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
123
127
|
# @!attribute [rw] user_event_inline_source
|
124
128
|
# @return [::Google::Cloud::RecommendationEngine::V1beta1::UserEventInlineSource]
|
125
129
|
# The Inline source for the input content for UserEvents.
|
130
|
+
#
|
131
|
+
# Note: The following fields are mutually exclusive: `user_event_inline_source`, `catalog_inline_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
126
132
|
class InputConfig
|
127
133
|
include ::Google::Protobuf::MessageExts
|
128
134
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -53,21 +53,33 @@ module Google
|
|
53
53
|
# @!attribute [rw] null_value
|
54
54
|
# @return [::Google::Protobuf::NullValue]
|
55
55
|
# Represents a null value.
|
56
|
+
#
|
57
|
+
# Note: The following fields are mutually exclusive: `null_value`, `number_value`, `string_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
56
58
|
# @!attribute [rw] number_value
|
57
59
|
# @return [::Float]
|
58
60
|
# Represents a double value.
|
61
|
+
#
|
62
|
+
# Note: The following fields are mutually exclusive: `number_value`, `null_value`, `string_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
59
63
|
# @!attribute [rw] string_value
|
60
64
|
# @return [::String]
|
61
65
|
# Represents a string value.
|
66
|
+
#
|
67
|
+
# Note: The following fields are mutually exclusive: `string_value`, `null_value`, `number_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
62
68
|
# @!attribute [rw] bool_value
|
63
69
|
# @return [::Boolean]
|
64
70
|
# Represents a boolean value.
|
71
|
+
#
|
72
|
+
# Note: The following fields are mutually exclusive: `bool_value`, `null_value`, `number_value`, `string_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
65
73
|
# @!attribute [rw] struct_value
|
66
74
|
# @return [::Google::Protobuf::Struct]
|
67
75
|
# Represents a structured value.
|
76
|
+
#
|
77
|
+
# Note: The following fields are mutually exclusive: `struct_value`, `null_value`, `number_value`, `string_value`, `bool_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
68
78
|
# @!attribute [rw] list_value
|
69
79
|
# @return [::Google::Protobuf::ListValue]
|
70
80
|
# Represents a repeated `Value`.
|
81
|
+
#
|
82
|
+
# Note: The following fields are mutually exclusive: `list_value`, `null_value`, `number_value`, `string_value`, `bool_value`, `struct_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
71
83
|
class Value
|
72
84
|
include ::Google::Protobuf::MessageExts
|
73
85
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +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.
|
4
|
+
version: 0.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -134,7 +133,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
134
133
|
licenses:
|
135
134
|
- Apache-2.0
|
136
135
|
metadata: {}
|
137
|
-
post_install_message:
|
138
136
|
rdoc_options: []
|
139
137
|
require_paths:
|
140
138
|
- lib
|
@@ -142,15 +140,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
142
140
|
requirements:
|
143
141
|
- - ">="
|
144
142
|
- !ruby/object:Gem::Version
|
145
|
-
version: '
|
143
|
+
version: '3.0'
|
146
144
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
147
145
|
requirements:
|
148
146
|
- - ">="
|
149
147
|
- !ruby/object:Gem::Version
|
150
148
|
version: '0'
|
151
149
|
requirements: []
|
152
|
-
rubygems_version: 3.
|
153
|
-
signing_key:
|
150
|
+
rubygems_version: 3.6.2
|
154
151
|
specification_version: 4
|
155
152
|
summary: Recommendations AI service enables customers to build end-to-end personalized
|
156
153
|
recommendation systems without requiring a high level of expertise in machine learning,
|