google-cloud-security-public_ca-v1beta1 0.7.0 → 0.8.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: 54a9c8d45162eda978152fad5a4c7ac5092a07564723513db0c71302adedcb19
4
- data.tar.gz: 05a1e62362be250bd574e0117d1f48750baccea6a59217aeb2ceb1ef68a1ef2e
3
+ metadata.gz: 5ec27aacfc66a2a8794e088c98c86e4143f63339729862285b2e8de445f65d37
4
+ data.tar.gz: a28398322f1f841e35a51830140751263116fc94c045a8b6d3c13bb58668f0b0
5
5
  SHA512:
6
- metadata.gz: 588492a8fdc27a21e5b6150f035faf5b84c3a3a0ffb8920897b8a98b48c447e299c0e5a96ba672af79c69381f89a4d24f626b1452cc1af3b7107870b481aaaad
7
- data.tar.gz: 324851e949a6df45880782923b6b803aae15a3f44c2966cca39566445e2a50039017fb4e397b5b0746f097b9a09093f7222bbc196029d2b4989d48234c4c67b0
6
+ metadata.gz: a43889de41eac3ab474f5e96d02035d7bc37d3745a5ebeb63c862718ebb594872390905d3ea140a699112657cfefe36b6e814e0f3b992257cf5ba91605b040dc
7
+ data.tar.gz: 45124522a0ef8e4a7e14630e0088c0d7f1fe03b8a97a58785b4309e4b5ccf0870831b89fb7c706f655298005d6543198565e075fb132488c5c8f72b89c66ca10
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 2.7+.
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
@@ -327,6 +327,13 @@ module Google
327
327
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
328
328
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
329
329
  # * (`nil`) indicating no credentials
330
+ #
331
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
332
+ # external source for authentication to Google Cloud, you must validate it before
333
+ # providing it to a Google API client library. Providing an unvalidated credential
334
+ # configuration to Google APIs can compromise the security of your systems and data.
335
+ # For more information, refer to [Validate credential configurations from external
336
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
330
337
  # @return [::Object]
331
338
  # @!attribute [rw] scope
332
339
  # The OAuth scopes
@@ -381,8 +388,8 @@ module Google
381
388
 
382
389
  config_attr :endpoint, nil, ::String, nil
383
390
  config_attr :credentials, nil do |value|
384
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
385
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
391
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
392
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
386
393
  allowed.any? { |klass| klass === value }
387
394
  end
388
395
  config_attr :scope, nil, ::String, ::Array, nil
@@ -311,6 +311,13 @@ module Google
311
311
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
312
312
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
313
313
  # * (`nil`) indicating no credentials
314
+ #
315
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
316
+ # external source for authentication to Google Cloud, you must validate it before
317
+ # providing it to a Google API client library. Providing an unvalidated credential
318
+ # configuration to Google APIs can compromise the security of your systems and data.
319
+ # For more information, refer to [Validate credential configurations from external
320
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
314
321
  # @return [::Object]
315
322
  # @!attribute [rw] scope
316
323
  # The OAuth scopes
@@ -358,7 +365,7 @@ module Google
358
365
 
359
366
  config_attr :endpoint, nil, ::String, nil
360
367
  config_attr :credentials, nil do |value|
361
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
368
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
362
369
  allowed.any? { |klass| klass === value }
363
370
  end
364
371
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Security
23
23
  module PublicCA
24
24
  module V1beta1
25
- VERSION = "0.7.0"
25
+ VERSION = "0.8.1"
26
26
  end
27
27
  end
28
28
  end
@@ -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,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security-public_ca-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 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.24.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.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -88,7 +87,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
88
87
  licenses:
89
88
  - Apache-2.0
90
89
  metadata: {}
91
- post_install_message:
92
90
  rdoc_options: []
93
91
  require_paths:
94
92
  - lib
@@ -96,15 +94,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
94
  requirements:
97
95
  - - ">="
98
96
  - !ruby/object:Gem::Version
99
- version: '2.7'
97
+ version: '3.0'
100
98
  required_rubygems_version: !ruby/object:Gem::Requirement
101
99
  requirements:
102
100
  - - ">="
103
101
  - !ruby/object:Gem::Version
104
102
  version: '0'
105
103
  requirements: []
106
- rubygems_version: 3.5.23
107
- signing_key:
104
+ rubygems_version: 3.6.8
108
105
  specification_version: 4
109
106
  summary: The Public Certificate Authority API may be used to create and manage ACME
110
107
  external account binding keys associated with Google Trust Services' publicly trusted