google-apis-recaptchaenterprise_v1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: eb8e44da6484c5071c2c52956040de5a20e3e2d172b6140289acbc2ab04612f0
4
+ data.tar.gz: 67f049173decbfc7dd1d37415998d2ec3958abdf71835c28ed942564d3aa6df4
5
+ SHA512:
6
+ metadata.gz: 65a7ff53b559e4a67bd5c84c5d3a74fb1a978e2806daa8011fdf5003782b29db33a4d3a88ce2e40643448dfdc42ecf71409dd33a2bc3106818f89f1d7280168e
7
+ data.tar.gz: b32834db1a3bc5a6c73943bafd07980861227039290c052e9fb1ac04a925015f600e5c8e1217d023692abf9f3d0b9a5e694f74920930b2654119848caa9825ca
data/.yardopts ADDED
@@ -0,0 +1,13 @@
1
+ --hide-void-return
2
+ --no-private
3
+ --verbose
4
+ --title=google-apis-recaptchaenterprise_v1
5
+ --markup-provider=redcarpet
6
+ --markup=markdown
7
+ --main OVERVIEW.md
8
+ lib/google/apis/recaptchaenterprise_v1/*.rb
9
+ lib/google/apis/recaptchaenterprise_v1.rb
10
+ -
11
+ OVERVIEW.md
12
+ CHANGELOG.md
13
+ LICENSE.md
data/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # Release history for google-apis-recaptchaenterprise_v1
2
+
3
+ ### v0.1.0 (2021-05-11)
4
+
5
+ * Regenerated from discovery document revision 20210501
6
+ * Regenerated using generator version 0.2.0
7
+
data/LICENSE.md ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/OVERVIEW.md ADDED
@@ -0,0 +1,96 @@
1
+ # Simple REST client for version V1 of the reCAPTCHA Enterprise API
2
+
3
+ This is a simple client library for version V1 of the reCAPTCHA Enterprise API. It provides:
4
+
5
+ * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
+ * Ruby objects for data structures related to the service.
7
+ * Integration with the googleauth gem for authentication using OAuth, API keys, and service accounts.
8
+ * Control of retry, pagination, and timeouts.
9
+
10
+ Note that although this client library is supported and will continue to be updated to track changes to the service, it is otherwise considered complete and not under active development. Many Google services, especially Google Cloud Platform services, may provide a more modern client that is under more active development and improvement. See the section below titled *Which client should I use?* for more information.
11
+
12
+ ## Getting started
13
+
14
+ ### Before you begin
15
+
16
+ There are a few setup steps you need to complete before you can use this library:
17
+
18
+ 1. If you don't already have a Google account, [sign up](https://www.google.com/accounts).
19
+ 2. If you have never created a Google APIs Console project, read about [Managing Projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects) and create a project in the [Google API Console](https://console.cloud.google.com/).
20
+ 3. Most APIs need to be enabled for your project. [Enable it](https://console.cloud.google.com/apis/library/recaptchaenterprise.googleapis.com) in the console.
21
+
22
+ ### Installation
23
+
24
+ Add this line to your application's Gemfile:
25
+
26
+ ```ruby
27
+ gem 'google-apis-recaptchaenterprise_v1', '~> 0.1'
28
+ ```
29
+
30
+ And then execute:
31
+
32
+ ```
33
+ $ bundle
34
+ ```
35
+
36
+ Or install it yourself as:
37
+
38
+ ```
39
+ $ gem install google-apis-recaptchaenterprise_v1
40
+ ```
41
+
42
+ ### Creating a client object
43
+
44
+ Once the gem is installed, you can load the client code and instantiate a client.
45
+
46
+ ```ruby
47
+ # Load the client
48
+ require "google/apis/recaptchaenterprise_v1"
49
+
50
+ # Create a client object
51
+ client = Google::Apis::RecaptchaenterpriseV1::RecaptchaEnterpriseService.new
52
+
53
+ # Authenticate calls
54
+ client.authentication = # ... use the googleauth gem to create credentials
55
+ ```
56
+
57
+ See the class reference docs for information on the methods you can call from a client.
58
+
59
+ ## Documentation
60
+
61
+ More detailed descriptions of the Google simple REST clients are available in two documents.
62
+
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
+
66
+ (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Recaptchaenterprise service in particular.)
67
+
68
+ For reference information on specific calls in the reCAPTCHA Enterprise API, see the {Google::Apis::RecaptchaenterpriseV1::RecaptchaEnterpriseService class reference docs}.
69
+
70
+ ## Which client should I use?
71
+
72
+ Google provides two types of Ruby API client libraries: **simple REST clients** and **modern clients**.
73
+
74
+ This library, `google-apis-recaptchaenterprise_v1`, is a simple REST client. You can identify these clients by their gem names, which are always in the form `google-apis-<servicename>_<serviceversion>`. The simple REST clients connect to HTTP/JSON REST endpoints and are automatically generated from service discovery documents. They support most API functionality, but their class interfaces are sometimes awkward.
75
+
76
+ Modern clients are produced by a modern code generator, sometimes combined with hand-crafted functionality. Most modern clients connect to high-performance gRPC endpoints, although a few are backed by REST services. Modern clients are available for many Google services, especially Google Cloud Platform services, but do not yet support all the services covered by the simple clients.
77
+
78
+ Gem names for modern clients are often of the form `google-cloud-<service_name>`. (For example, [google-cloud-pubsub](https://rubygems.org/gems/google-cloud-pubsub).) Note that most modern clients also have corresponding "versioned" gems with names like `google-cloud-<service_name>-<version>`. (For example, [google-cloud-pubsub-v1](https://rubygems.org/gems/google-cloud-pubsub-v1).) The "versioned" gems can be used directly, but often provide lower-level interfaces. In most cases, the main gem is recommended.
79
+
80
+ **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
+
82
+ The [product documentation](https://cloud.google.com/recaptcha-enterprise/) may provide guidance regarding the preferred client library to use.
83
+
84
+ ## Supported Ruby versions
85
+
86
+ This library is supported on Ruby 2.5+.
87
+
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
+
90
+ ## License
91
+
92
+ This library is licensed under Apache 2.0. Full license text is available in the {file:LICENSE.md LICENSE}.
93
+
94
+ ## Support
95
+
96
+ Please [report bugs at the project on Github](https://github.com/google/google-api-ruby-client/issues). Don't hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-api-ruby-client) about the client or APIs on [StackOverflow](http://stackoverflow.com).
@@ -0,0 +1,15 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require "google/apis/recaptchaenterprise_v1"
@@ -0,0 +1,36 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'google/apis/recaptchaenterprise_v1/service.rb'
16
+ require 'google/apis/recaptchaenterprise_v1/classes.rb'
17
+ require 'google/apis/recaptchaenterprise_v1/representations.rb'
18
+ require 'google/apis/recaptchaenterprise_v1/gem_version.rb'
19
+
20
+ module Google
21
+ module Apis
22
+ # reCAPTCHA Enterprise API
23
+ #
24
+ #
25
+ #
26
+ # @see https://cloud.google.com/recaptcha-enterprise/
27
+ module RecaptchaenterpriseV1
28
+ # Version of the reCAPTCHA Enterprise API this client connects to.
29
+ # This is NOT the gem version.
30
+ VERSION = 'V1'
31
+
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
+ AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
+ end
35
+ end
36
+ end
@@ -0,0 +1,586 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module RecaptchaenterpriseV1
24
+
25
+ # Settings specific to keys that can be used by Android apps.
26
+ class GoogleCloudRecaptchaenterpriseV1AndroidKeySettings
27
+ include Google::Apis::Core::Hashable
28
+
29
+ # Android package names of apps allowed to use the key. Example: 'com.
30
+ # companyname.appname'
31
+ # Corresponds to the JSON property `allowedPackageNames`
32
+ # @return [Array<String>]
33
+ attr_accessor :allowed_package_names
34
+
35
+ def initialize(**args)
36
+ update!(**args)
37
+ end
38
+
39
+ # Update properties of this object
40
+ def update!(**args)
41
+ @allowed_package_names = args[:allowed_package_names] if args.key?(:allowed_package_names)
42
+ end
43
+ end
44
+
45
+ # The request message to annotate an Assessment.
46
+ class GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest
47
+ include Google::Apis::Core::Hashable
48
+
49
+ # Optional. The annotation that will be assigned to the Event. This field can be
50
+ # left empty to provide reasons that apply to an event without concluding
51
+ # whether the event is legitimate or fraudulent.
52
+ # Corresponds to the JSON property `annotation`
53
+ # @return [String]
54
+ attr_accessor :annotation
55
+
56
+ # Optional. Optional reasons for the annotation that will be assigned to the
57
+ # Event.
58
+ # Corresponds to the JSON property `reasons`
59
+ # @return [Array<String>]
60
+ attr_accessor :reasons
61
+
62
+ def initialize(**args)
63
+ update!(**args)
64
+ end
65
+
66
+ # Update properties of this object
67
+ def update!(**args)
68
+ @annotation = args[:annotation] if args.key?(:annotation)
69
+ @reasons = args[:reasons] if args.key?(:reasons)
70
+ end
71
+ end
72
+
73
+ # Empty response for AnnotateAssessment.
74
+ class GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse
75
+ include Google::Apis::Core::Hashable
76
+
77
+ def initialize(**args)
78
+ update!(**args)
79
+ end
80
+
81
+ # Update properties of this object
82
+ def update!(**args)
83
+ end
84
+ end
85
+
86
+ # A recaptcha assessment resource.
87
+ class GoogleCloudRecaptchaenterpriseV1Assessment
88
+ include Google::Apis::Core::Hashable
89
+
90
+ # The event being assessed.
91
+ # Corresponds to the JSON property `event`
92
+ # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1Event]
93
+ attr_accessor :event
94
+
95
+ # Output only. The resource name for the Assessment in the format "projects/`
96
+ # project`/assessments/`assessment`".
97
+ # Corresponds to the JSON property `name`
98
+ # @return [String]
99
+ attr_accessor :name
100
+
101
+ # Risk analysis result for an event.
102
+ # Corresponds to the JSON property `riskAnalysis`
103
+ # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1RiskAnalysis]
104
+ attr_accessor :risk_analysis
105
+
106
+ # Output only. Properties of the provided event token.
107
+ # Corresponds to the JSON property `tokenProperties`
108
+ # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1TokenProperties]
109
+ attr_accessor :token_properties
110
+
111
+ def initialize(**args)
112
+ update!(**args)
113
+ end
114
+
115
+ # Update properties of this object
116
+ def update!(**args)
117
+ @event = args[:event] if args.key?(:event)
118
+ @name = args[:name] if args.key?(:name)
119
+ @risk_analysis = args[:risk_analysis] if args.key?(:risk_analysis)
120
+ @token_properties = args[:token_properties] if args.key?(:token_properties)
121
+ end
122
+ end
123
+
124
+ # Metrics related to challenges.
125
+ class GoogleCloudRecaptchaenterpriseV1ChallengeMetrics
126
+ include Google::Apis::Core::Hashable
127
+
128
+ # Count of submitted challenge solutions that were incorrect or otherwise deemed
129
+ # suspicious such that a subsequent challenge was triggered.
130
+ # Corresponds to the JSON property `failedCount`
131
+ # @return [Fixnum]
132
+ attr_accessor :failed_count
133
+
134
+ # Count of nocaptchas (successful verification without a challenge) issued.
135
+ # Corresponds to the JSON property `nocaptchaCount`
136
+ # @return [Fixnum]
137
+ attr_accessor :nocaptcha_count
138
+
139
+ # Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to
140
+ # a count of pageloads for pages that include reCAPTCHA.
141
+ # Corresponds to the JSON property `pageloadCount`
142
+ # @return [Fixnum]
143
+ attr_accessor :pageload_count
144
+
145
+ # Count of nocaptchas (successful verification without a challenge) plus
146
+ # submitted challenge solutions that were correct and resulted in verification.
147
+ # Corresponds to the JSON property `passedCount`
148
+ # @return [Fixnum]
149
+ attr_accessor :passed_count
150
+
151
+ def initialize(**args)
152
+ update!(**args)
153
+ end
154
+
155
+ # Update properties of this object
156
+ def update!(**args)
157
+ @failed_count = args[:failed_count] if args.key?(:failed_count)
158
+ @nocaptcha_count = args[:nocaptcha_count] if args.key?(:nocaptcha_count)
159
+ @pageload_count = args[:pageload_count] if args.key?(:pageload_count)
160
+ @passed_count = args[:passed_count] if args.key?(:passed_count)
161
+ end
162
+ end
163
+
164
+ #
165
+ class GoogleCloudRecaptchaenterpriseV1Event
166
+ include Google::Apis::Core::Hashable
167
+
168
+ # Optional. The expected action for this type of event. This should be the same
169
+ # action provided at token generation time on client-side platforms already
170
+ # integrated with recaptcha enterprise.
171
+ # Corresponds to the JSON property `expectedAction`
172
+ # @return [String]
173
+ attr_accessor :expected_action
174
+
175
+ # Optional. The site key that was used to invoke reCAPTCHA on your site and
176
+ # generate the token.
177
+ # Corresponds to the JSON property `siteKey`
178
+ # @return [String]
179
+ attr_accessor :site_key
180
+
181
+ # Optional. The user response token provided by the reCAPTCHA client-side
182
+ # integration on your site.
183
+ # Corresponds to the JSON property `token`
184
+ # @return [String]
185
+ attr_accessor :token
186
+
187
+ # Optional. The user agent present in the request from the user's device related
188
+ # to this event.
189
+ # Corresponds to the JSON property `userAgent`
190
+ # @return [String]
191
+ attr_accessor :user_agent
192
+
193
+ # Optional. The IP address in the request from the user's device related to this
194
+ # event.
195
+ # Corresponds to the JSON property `userIpAddress`
196
+ # @return [String]
197
+ attr_accessor :user_ip_address
198
+
199
+ def initialize(**args)
200
+ update!(**args)
201
+ end
202
+
203
+ # Update properties of this object
204
+ def update!(**args)
205
+ @expected_action = args[:expected_action] if args.key?(:expected_action)
206
+ @site_key = args[:site_key] if args.key?(:site_key)
207
+ @token = args[:token] if args.key?(:token)
208
+ @user_agent = args[:user_agent] if args.key?(:user_agent)
209
+ @user_ip_address = args[:user_ip_address] if args.key?(:user_ip_address)
210
+ end
211
+ end
212
+
213
+ # Settings specific to keys that can be used by iOS apps.
214
+ class GoogleCloudRecaptchaenterpriseV1IosKeySettings
215
+ include Google::Apis::Core::Hashable
216
+
217
+ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.
218
+ # productname.appname'
219
+ # Corresponds to the JSON property `allowedBundleIds`
220
+ # @return [Array<String>]
221
+ attr_accessor :allowed_bundle_ids
222
+
223
+ def initialize(**args)
224
+ update!(**args)
225
+ end
226
+
227
+ # Update properties of this object
228
+ def update!(**args)
229
+ @allowed_bundle_ids = args[:allowed_bundle_ids] if args.key?(:allowed_bundle_ids)
230
+ end
231
+ end
232
+
233
+ # A key used to identify and configure applications (web and/or mobile) that use
234
+ # reCAPTCHA Enterprise.
235
+ class GoogleCloudRecaptchaenterpriseV1Key
236
+ include Google::Apis::Core::Hashable
237
+
238
+ # Settings specific to keys that can be used by Android apps.
239
+ # Corresponds to the JSON property `androidSettings`
240
+ # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1AndroidKeySettings]
241
+ attr_accessor :android_settings
242
+
243
+ # The timestamp corresponding to the creation of this Key.
244
+ # Corresponds to the JSON property `createTime`
245
+ # @return [String]
246
+ attr_accessor :create_time
247
+
248
+ # Human-readable display name of this key. Modifiable by user.
249
+ # Corresponds to the JSON property `displayName`
250
+ # @return [String]
251
+ attr_accessor :display_name
252
+
253
+ # Settings specific to keys that can be used by iOS apps.
254
+ # Corresponds to the JSON property `iosSettings`
255
+ # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1IosKeySettings]
256
+ attr_accessor :ios_settings
257
+
258
+ # See Creating and managing labels.
259
+ # Corresponds to the JSON property `labels`
260
+ # @return [Hash<String,String>]
261
+ attr_accessor :labels
262
+
263
+ # The resource name for the Key in the format "projects/`project`/keys/`key`".
264
+ # Corresponds to the JSON property `name`
265
+ # @return [String]
266
+ attr_accessor :name
267
+
268
+ # Options for user acceptance testing.
269
+ # Corresponds to the JSON property `testingOptions`
270
+ # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1TestingOptions]
271
+ attr_accessor :testing_options
272
+
273
+ # Settings specific to keys that can be used by websites.
274
+ # Corresponds to the JSON property `webSettings`
275
+ # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1WebKeySettings]
276
+ attr_accessor :web_settings
277
+
278
+ def initialize(**args)
279
+ update!(**args)
280
+ end
281
+
282
+ # Update properties of this object
283
+ def update!(**args)
284
+ @android_settings = args[:android_settings] if args.key?(:android_settings)
285
+ @create_time = args[:create_time] if args.key?(:create_time)
286
+ @display_name = args[:display_name] if args.key?(:display_name)
287
+ @ios_settings = args[:ios_settings] if args.key?(:ios_settings)
288
+ @labels = args[:labels] if args.key?(:labels)
289
+ @name = args[:name] if args.key?(:name)
290
+ @testing_options = args[:testing_options] if args.key?(:testing_options)
291
+ @web_settings = args[:web_settings] if args.key?(:web_settings)
292
+ end
293
+ end
294
+
295
+ # Response to request to list keys in a project.
296
+ class GoogleCloudRecaptchaenterpriseV1ListKeysResponse
297
+ include Google::Apis::Core::Hashable
298
+
299
+ # Key details.
300
+ # Corresponds to the JSON property `keys`
301
+ # @return [Array<Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1Key>]
302
+ attr_accessor :keys
303
+
304
+ # Token to retrieve the next page of results. It is set to empty if no keys
305
+ # remain in results.
306
+ # Corresponds to the JSON property `nextPageToken`
307
+ # @return [String]
308
+ attr_accessor :next_page_token
309
+
310
+ def initialize(**args)
311
+ update!(**args)
312
+ end
313
+
314
+ # Update properties of this object
315
+ def update!(**args)
316
+ @keys = args[:keys] if args.key?(:keys)
317
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
318
+ end
319
+ end
320
+
321
+ # Metrics for a single Key.
322
+ class GoogleCloudRecaptchaenterpriseV1Metrics
323
+ include Google::Apis::Core::Hashable
324
+
325
+ # Metrics will be continuous and in order by dates, and in the granularity of
326
+ # day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-
327
+ # based data.
328
+ # Corresponds to the JSON property `challengeMetrics`
329
+ # @return [Array<Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ChallengeMetrics>]
330
+ attr_accessor :challenge_metrics
331
+
332
+ # Metrics will be continuous and in order by dates, and in the granularity of
333
+ # day. All Key types should have score-based data.
334
+ # Corresponds to the JSON property `scoreMetrics`
335
+ # @return [Array<Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ScoreMetrics>]
336
+ attr_accessor :score_metrics
337
+
338
+ # Inclusive start time aligned to a day (UTC).
339
+ # Corresponds to the JSON property `startTime`
340
+ # @return [String]
341
+ attr_accessor :start_time
342
+
343
+ def initialize(**args)
344
+ update!(**args)
345
+ end
346
+
347
+ # Update properties of this object
348
+ def update!(**args)
349
+ @challenge_metrics = args[:challenge_metrics] if args.key?(:challenge_metrics)
350
+ @score_metrics = args[:score_metrics] if args.key?(:score_metrics)
351
+ @start_time = args[:start_time] if args.key?(:start_time)
352
+ end
353
+ end
354
+
355
+ # The migrate key request message.
356
+ class GoogleCloudRecaptchaenterpriseV1MigrateKeyRequest
357
+ include Google::Apis::Core::Hashable
358
+
359
+ def initialize(**args)
360
+ update!(**args)
361
+ end
362
+
363
+ # Update properties of this object
364
+ def update!(**args)
365
+ end
366
+ end
367
+
368
+ # Risk analysis result for an event.
369
+ class GoogleCloudRecaptchaenterpriseV1RiskAnalysis
370
+ include Google::Apis::Core::Hashable
371
+
372
+ # Reasons contributing to the risk analysis verdict.
373
+ # Corresponds to the JSON property `reasons`
374
+ # @return [Array<String>]
375
+ attr_accessor :reasons
376
+
377
+ # Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate
378
+ # traffic while 0.0 means very likely non-legitimate traffic).
379
+ # Corresponds to the JSON property `score`
380
+ # @return [Float]
381
+ attr_accessor :score
382
+
383
+ def initialize(**args)
384
+ update!(**args)
385
+ end
386
+
387
+ # Update properties of this object
388
+ def update!(**args)
389
+ @reasons = args[:reasons] if args.key?(:reasons)
390
+ @score = args[:score] if args.key?(:score)
391
+ end
392
+ end
393
+
394
+ # Score distribution.
395
+ class GoogleCloudRecaptchaenterpriseV1ScoreDistribution
396
+ include Google::Apis::Core::Hashable
397
+
398
+ # Map key is score value multiplied by 100. The scores are discrete values
399
+ # between [0, 1]. The maximum number of buckets is on order of a few dozen, but
400
+ # typically much lower (ie. 10).
401
+ # Corresponds to the JSON property `scoreBuckets`
402
+ # @return [Hash<String,Fixnum>]
403
+ attr_accessor :score_buckets
404
+
405
+ def initialize(**args)
406
+ update!(**args)
407
+ end
408
+
409
+ # Update properties of this object
410
+ def update!(**args)
411
+ @score_buckets = args[:score_buckets] if args.key?(:score_buckets)
412
+ end
413
+ end
414
+
415
+ # Metrics related to scoring.
416
+ class GoogleCloudRecaptchaenterpriseV1ScoreMetrics
417
+ include Google::Apis::Core::Hashable
418
+
419
+ # Action-based metrics. The map key is the action name which specified by the
420
+ # site owners at time of the "execute" client-side call. Populated only for
421
+ # SCORE keys.
422
+ # Corresponds to the JSON property `actionMetrics`
423
+ # @return [Hash<String,Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ScoreDistribution>]
424
+ attr_accessor :action_metrics
425
+
426
+ # Score distribution.
427
+ # Corresponds to the JSON property `overallMetrics`
428
+ # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ScoreDistribution]
429
+ attr_accessor :overall_metrics
430
+
431
+ def initialize(**args)
432
+ update!(**args)
433
+ end
434
+
435
+ # Update properties of this object
436
+ def update!(**args)
437
+ @action_metrics = args[:action_metrics] if args.key?(:action_metrics)
438
+ @overall_metrics = args[:overall_metrics] if args.key?(:overall_metrics)
439
+ end
440
+ end
441
+
442
+ # Options for user acceptance testing.
443
+ class GoogleCloudRecaptchaenterpriseV1TestingOptions
444
+ include Google::Apis::Core::Hashable
445
+
446
+ # For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests
447
+ # for this site will return nocaptcha if NOCAPTCHA, or an unsolvable challenge
448
+ # if CHALLENGE.
449
+ # Corresponds to the JSON property `testingChallenge`
450
+ # @return [String]
451
+ attr_accessor :testing_challenge
452
+
453
+ # All assessments for this Key will return this score. Must be between 0 (likely
454
+ # not legitimate) and 1 (likely legitimate) inclusive.
455
+ # Corresponds to the JSON property `testingScore`
456
+ # @return [Float]
457
+ attr_accessor :testing_score
458
+
459
+ def initialize(**args)
460
+ update!(**args)
461
+ end
462
+
463
+ # Update properties of this object
464
+ def update!(**args)
465
+ @testing_challenge = args[:testing_challenge] if args.key?(:testing_challenge)
466
+ @testing_score = args[:testing_score] if args.key?(:testing_score)
467
+ end
468
+ end
469
+
470
+ #
471
+ class GoogleCloudRecaptchaenterpriseV1TokenProperties
472
+ include Google::Apis::Core::Hashable
473
+
474
+ # Action name provided at token generation.
475
+ # Corresponds to the JSON property `action`
476
+ # @return [String]
477
+ attr_accessor :action
478
+
479
+ # The timestamp corresponding to the generation of the token.
480
+ # Corresponds to the JSON property `createTime`
481
+ # @return [String]
482
+ attr_accessor :create_time
483
+
484
+ # The hostname of the page on which the token was generated.
485
+ # Corresponds to the JSON property `hostname`
486
+ # @return [String]
487
+ attr_accessor :hostname
488
+
489
+ # Reason associated with the response when valid = false.
490
+ # Corresponds to the JSON property `invalidReason`
491
+ # @return [String]
492
+ attr_accessor :invalid_reason
493
+
494
+ # Whether the provided user response token is valid. When valid = false, the
495
+ # reason could be specified in invalid_reason or it could also be due to a user
496
+ # failing to solve a challenge or a sitekey mismatch (i.e the sitekey used to
497
+ # generate the token was different than the one specified in the assessment).
498
+ # Corresponds to the JSON property `valid`
499
+ # @return [Boolean]
500
+ attr_accessor :valid
501
+ alias_method :valid?, :valid
502
+
503
+ def initialize(**args)
504
+ update!(**args)
505
+ end
506
+
507
+ # Update properties of this object
508
+ def update!(**args)
509
+ @action = args[:action] if args.key?(:action)
510
+ @create_time = args[:create_time] if args.key?(:create_time)
511
+ @hostname = args[:hostname] if args.key?(:hostname)
512
+ @invalid_reason = args[:invalid_reason] if args.key?(:invalid_reason)
513
+ @valid = args[:valid] if args.key?(:valid)
514
+ end
515
+ end
516
+
517
+ # Settings specific to keys that can be used by websites.
518
+ class GoogleCloudRecaptchaenterpriseV1WebKeySettings
519
+ include Google::Apis::Core::Hashable
520
+
521
+ # If set to true, it means allowed_domains will not be enforced.
522
+ # Corresponds to the JSON property `allowAllDomains`
523
+ # @return [Boolean]
524
+ attr_accessor :allow_all_domains
525
+ alias_method :allow_all_domains?, :allow_all_domains
526
+
527
+ # Required. Whether this key can be used on AMP (Accelerated Mobile Pages)
528
+ # websites. This can only be set for the SCORE integration type.
529
+ # Corresponds to the JSON property `allowAmpTraffic`
530
+ # @return [Boolean]
531
+ attr_accessor :allow_amp_traffic
532
+ alias_method :allow_amp_traffic?, :allow_amp_traffic
533
+
534
+ # Domains or subdomains of websites allowed to use the key. All subdomains of an
535
+ # allowed domain are automatically allowed. A valid domain requires a host and
536
+ # must not include any path, port, query or fragment. Examples: 'example.com' or
537
+ # 'subdomain.example.com'
538
+ # Corresponds to the JSON property `allowedDomains`
539
+ # @return [Array<String>]
540
+ attr_accessor :allowed_domains
541
+
542
+ # Settings for the frequency and difficulty at which this key triggers captcha
543
+ # challenges. This should only be specified for IntegrationTypes CHECKBOX and
544
+ # INVISIBLE.
545
+ # Corresponds to the JSON property `challengeSecurityPreference`
546
+ # @return [String]
547
+ attr_accessor :challenge_security_preference
548
+
549
+ # Required. Describes how this key is integrated with the website.
550
+ # Corresponds to the JSON property `integrationType`
551
+ # @return [String]
552
+ attr_accessor :integration_type
553
+
554
+ def initialize(**args)
555
+ update!(**args)
556
+ end
557
+
558
+ # Update properties of this object
559
+ def update!(**args)
560
+ @allow_all_domains = args[:allow_all_domains] if args.key?(:allow_all_domains)
561
+ @allow_amp_traffic = args[:allow_amp_traffic] if args.key?(:allow_amp_traffic)
562
+ @allowed_domains = args[:allowed_domains] if args.key?(:allowed_domains)
563
+ @challenge_security_preference = args[:challenge_security_preference] if args.key?(:challenge_security_preference)
564
+ @integration_type = args[:integration_type] if args.key?(:integration_type)
565
+ end
566
+ end
567
+
568
+ # A generic empty message that you can re-use to avoid defining duplicated empty
569
+ # messages in your APIs. A typical example is to use it as the request or the
570
+ # response type of an API method. For instance: service Foo ` rpc Bar(google.
571
+ # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
572
+ # `Empty` is empty JSON object ````.
573
+ class GoogleProtobufEmpty
574
+ include Google::Apis::Core::Hashable
575
+
576
+ def initialize(**args)
577
+ update!(**args)
578
+ end
579
+
580
+ # Update properties of this object
581
+ def update!(**args)
582
+ end
583
+ end
584
+ end
585
+ end
586
+ end