google-cloud-recaptcha_enterprise-v1beta1 0.9.0 → 0.9.1

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: 793fef933f05bf8fa945e51622f4c20fe9855a182e7d9b306fb9d459c00f10a5
4
- data.tar.gz: 97e65dba0ff8e151c00ec3cef0a89e97ee4fcccf4e4430583946b781ac63f8d1
3
+ metadata.gz: cf2951fb5cead84765bd71b02ee88c5ab1128d1db8c33520263dcab80c725c3b
4
+ data.tar.gz: 79b7b2699e3a5d67171a6310d5b3dab5b6296258525ca1d21c35a7b8635ecccf
5
5
  SHA512:
6
- metadata.gz: fe460fd5594010ab419a86ca3ad6acfebbc944469311e2b74448a634bb244f18b995224ca585e3c559aecdcdc856ab4af79e1d6b4f3092ebca0843086353d4ee
7
- data.tar.gz: abc37048931653034bd6b0271592c8960a6a349dfb5e7cc99bfb7621e14dec095a1efdb35d489173c379d1bd2a537c94de808952d0bf216a77308dd03e56c158
6
+ metadata.gz: 44fb1540449956b15ce058ce709bed258c540b1cb042ab4e6f0c5599dd9dab68d03603ad848d7fb1d35ecadb8aee7de9c3b09717af519a66c7087033afddc278
7
+ data.tar.gz: 87c62fcf2b6f2203fd0c8e608bed50122e3c5dd7f9f312713239a4c03082a929399ceeab8da3ff17229432299b13da7e9af7e9bc1c5912c6931e1e21874548eb
@@ -127,7 +127,7 @@ module Google
127
127
  credentials = @config.credentials
128
128
  # Use self-signed JWT if the endpoint is unchanged from default,
129
129
  # but only if the default endpoint does not have a region prefix.
130
- enable_self_signed_jwt = @config.endpoint == Client.configure.endpoint &&
130
+ enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
131
131
  !@config.endpoint.split(".").first.include?("-")
132
132
  credentials ||= Credentials.default scope: @config.scope,
133
133
  enable_self_signed_jwt: enable_self_signed_jwt
@@ -421,7 +421,9 @@ module Google
421
421
  class Configuration
422
422
  extend ::Gapic::Config
423
423
 
424
- config_attr :endpoint, "recaptchaenterprise.googleapis.com", ::String
424
+ DEFAULT_ENDPOINT = "recaptchaenterprise.googleapis.com"
425
+
426
+ config_attr :endpoint, DEFAULT_ENDPOINT, ::String
425
427
  config_attr :credentials, nil do |value|
426
428
  allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
427
429
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
@@ -123,7 +123,7 @@ module Google
123
123
  credentials = @config.credentials
124
124
  # Use self-signed JWT if the endpoint is unchanged from default,
125
125
  # but only if the default endpoint does not have a region prefix.
126
- enable_self_signed_jwt = @config.endpoint == Client.configure.endpoint &&
126
+ enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
127
127
  !@config.endpoint.split(".").first.include?("-")
128
128
  credentials ||= Credentials.default scope: @config.scope,
129
129
  enable_self_signed_jwt: enable_self_signed_jwt
@@ -357,7 +357,9 @@ module Google
357
357
  class Configuration
358
358
  extend ::Gapic::Config
359
359
 
360
- config_attr :endpoint, "recaptchaenterprise.googleapis.com", ::String
360
+ DEFAULT_ENDPOINT = "recaptchaenterprise.googleapis.com"
361
+
362
+ config_attr :endpoint, DEFAULT_ENDPOINT, ::String
361
363
  config_attr :credentials, nil do |value|
362
364
  allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
363
365
  allowed.any? { |klass| klass === value }
@@ -59,7 +59,7 @@ module Google
59
59
 
60
60
  verb, uri, query_string_params, body = ServiceStub.transcode_create_assessment_request request_pb
61
61
  query_string_params = if query_string_params.any?
62
- query_string_params.to_h { |p| p.split("=", 2) }
62
+ query_string_params.to_h { |p| p.split "=", 2 }
63
63
  else
64
64
  {}
65
65
  end
@@ -97,7 +97,7 @@ module Google
97
97
 
98
98
  verb, uri, query_string_params, body = ServiceStub.transcode_annotate_assessment_request request_pb
99
99
  query_string_params = if query_string_params.any?
100
- query_string_params.to_h { |p| p.split("=", 2) }
100
+ query_string_params.to_h { |p| p.split "=", 2 }
101
101
  else
102
102
  {}
103
103
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RecaptchaEnterprise
23
23
  module V1beta1
24
- VERSION = "0.9.0"
24
+ VERSION = "0.9.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-recaptcha_enterprise-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
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-06-01 00:00:00.000000000 Z
11
+ date: 2023-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.19.0
19
+ version: 0.19.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.19.0
29
+ version: 0.19.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a