google-cloud-web_risk-v1beta1 0.12.0 → 0.12.1

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: b07253a7833abbd0d5e48dfd64a635d2ac5a9796cdbd86053f8e1d61e1bdbe01
4
- data.tar.gz: 9d85c97829cdacce89b17fc2a6ea759cad9aeba36140f97ffe49dbbb36d232b8
3
+ metadata.gz: b00d5bd854cee0dd49ae16fa1f4389f905d0c247b81e3635e66d85ee606e348e
4
+ data.tar.gz: ba8b97c60b6bd61da2e1712f0938d6d89db528a1afb310ec1cdb81ca4174c0dd
5
5
  SHA512:
6
- metadata.gz: 1d75294331e22878f28745394a8887f73168ac995dafa59632368812308b70c25d128a3372fbf9f2454585b7d7b0a2c0b2dc11076e5bd02842c57fde465ae161
7
- data.tar.gz: 63614f2ff13c5960eb17a913b59b52d733f4681d90c932eee6c7d972b6b7964b4a075722286ef3682aa664b7148779db07adfd0d64ba02a391db756bd929d15e
6
+ metadata.gz: '088825e9dae7d10ccf13dab23dab5d74b0abba8c968ff93455dcc05374e6f26f6000ab800921daf091649a301356df1207479d58e5ea2a7cf749bfb74aa2203b'
7
+ data.tar.gz: 635d4d39462bbca89507edf90f90cd08a93df610dd5bc6a56a5f05a6f633cb032e513077b5d7c3e10995ad03aea2ce567e8f99e8b2756416d9421c852e28dd18
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module WebRisk
23
23
  module V1beta1
24
- VERSION = "0.12.0"
24
+ VERSION = "0.12.1"
25
25
  end
26
26
  end
27
27
  end
@@ -547,8 +547,8 @@ module Google
547
547
 
548
548
  config_attr :endpoint, nil, ::String, nil
549
549
  config_attr :credentials, nil do |value|
550
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
551
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
550
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
551
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
552
552
  allowed.any? { |klass| klass === value }
553
553
  end
554
554
  config_attr :scope, nil, ::String, ::Array, nil
@@ -534,7 +534,7 @@ module Google
534
534
 
535
535
  config_attr :endpoint, nil, ::String, nil
536
536
  config_attr :credentials, nil do |value|
537
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
537
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
538
538
  allowed.any? { |klass| klass === value }
539
539
  end
540
540
  config_attr :scope, nil, ::String, ::Array, nil
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -409,6 +415,14 @@ module Google
409
415
  # @return [::Array<::String>]
410
416
  # An allowlist of the fully qualified names of RPCs that should be included
411
417
  # on public client surfaces.
418
+ # @!attribute [rw] generate_omitted_as_internal
419
+ # @return [::Boolean]
420
+ # Setting this to true indicates to the client generators that methods
421
+ # that would be excluded from the generation should instead be generated
422
+ # in a way that indicates these methods should not be consumed by
423
+ # end users. How this is expressed is up to individual language
424
+ # implementations to decide. Some examples may be: added annotations,
425
+ # obfuscated identifiers, or other language idiomatic patterns.
412
426
  class SelectiveGapicGeneration
413
427
  include ::Google::Protobuf::MessageExts
414
428
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-web_risk-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
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: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  requirements: []
98
- rubygems_version: 3.6.2
98
+ rubygems_version: 3.6.8
99
99
  specification_version: 4
100
100
  summary: API Client library for the Web Risk V1beta1 API
101
101
  test_files: []