google-cloud-security-public_ca-v1 0.3.0 → 1.0.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: a0f7ace827d2ce1fc7ca2a3f920e8706626234eed0bb0967073dc13c665e466c
4
- data.tar.gz: 59edcb6b6d1e8661b06abf6a89e0ac620569f13fe538d2e5bc528b47eec75c0d
3
+ metadata.gz: 05c9dda4b07d034e0efa5b85960ae4322c0b928fa1553cd2545aef32197b1af6
4
+ data.tar.gz: 5af720b8f78a3cf41185f7d1867809ce4929e5f185d66d63dbfad598e7cfb567
5
5
  SHA512:
6
- metadata.gz: '0328cf7464871da547f4a39f9fbf4d6e7f5b6ac946b9b5953e4c85f6bd1b93d7a2b7846b975ebdb1bc496215dd3a9cc1cf2434dfa84589f7a353a9d438c11af1'
7
- data.tar.gz: a78bda9439078be62385a52bfe8ac17b5ce655344cd2ced8226aa0ba64cb8a86ff5d180a9d9dd4718157dca15776135f71a303fab81464e1bfc69f4057c5938f
6
+ metadata.gz: c6bbe7bb500979a72f143994df47c3f50530379520c72f13979bba656c8a2313b991a3921ac34e5493ad8af1bb7b3d8c8daf6ce5c51fff31e4564860cd7b9528
7
+ data.tar.gz: 7a8366e7b92fa5034c2d91ea7e8d92c65ff437baeda0368e1880f8776eb88e119b72fd1fe29f7377f14af6f22d41b44405adc18355342b861348cfae95a50c4f
@@ -390,8 +390,8 @@ module Google
390
390
 
391
391
  config_attr :endpoint, nil, ::String, nil
392
392
  config_attr :credentials, nil do |value|
393
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
394
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
393
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
394
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
395
395
  allowed.any? { |klass| klass === value }
396
396
  end
397
397
  config_attr :scope, nil, ::String, ::Array, nil
@@ -367,7 +367,7 @@ module Google
367
367
 
368
368
  config_attr :endpoint, nil, ::String, nil
369
369
  config_attr :credentials, nil do |value|
370
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
370
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
371
371
  allowed.any? { |klass| klass === value }
372
372
  end
373
373
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Security
23
23
  module PublicCA
24
24
  module V1
25
- VERSION = "0.3.0"
25
+ VERSION = "1.0.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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security-public_ca-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.0.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
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
- rubygems_version: 3.6.2
101
+ rubygems_version: 3.6.8
102
102
  specification_version: 4
103
103
  summary: The Public Certificate Authority API may be used to create and manage ACME
104
104
  external account binding keys associated with Google Trust Services' publicly trusted