google-cloud-advisory_notifications-v1 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: 86c2c9518b2c6b5df0e73cfae073ba16584803fa50ded83ec320360a09feb609
4
- data.tar.gz: 231ad4afd9034ec6a0536ea75c5a4ee64452fc38b8fb58d2d65bc1f0059d4bd0
3
+ metadata.gz: 6d0cab5305ceee11e91d984d35c9966c6c0f36050a6c2feeedcd8948280a110e
4
+ data.tar.gz: 75828178a836338f046e81d272559aead7807ac3404a0c0ac9e0ece93582e920
5
5
  SHA512:
6
- metadata.gz: 8cbe7e5ff899845f9e0577fe385d466e3a503b8a00c359ef44d0ecd8957950137287cb69988a2fb99a7890b3ce314fa17825d8be3c1b8e3f4a249e88e9d3f760
7
- data.tar.gz: 5d36ad5d5a90622e95735628acee807f21ea103adb3beedb922d960e7c6e10b04e0e7e71dfc188e05d8543b9e6166cb2c11a2b144047e3aee17c257eecbf5932
6
+ metadata.gz: a5fcf488fd36e176f72edc0f61e455998c435eb65afe25e4a1952ac5c8a424f30577d3a3e1dbd11b471b336892e24c5e7722fb51407220547df5016ad08fc49a
7
+ data.tar.gz: 55f5e3fc5a4f08e8ef1352d04eb5a4d3ffa87f3e301112045c802e2c5a98c0a1803de2d08cdf32b635a2bdb1e10c82d38b5f50ae285351a36926899e3eaff6be
@@ -676,8 +676,8 @@ module Google
676
676
 
677
677
  config_attr :endpoint, nil, ::String, nil
678
678
  config_attr :credentials, nil do |value|
679
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
680
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
679
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
680
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
681
681
  allowed.any? { |klass| klass === value }
682
682
  end
683
683
  config_attr :scope, nil, ::String, ::Array, nil
@@ -632,7 +632,7 @@ module Google
632
632
 
633
633
  config_attr :endpoint, nil, ::String, nil
634
634
  config_attr :credentials, nil do |value|
635
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
635
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
636
636
  allowed.any? { |klass| klass === value }
637
637
  end
638
638
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AdvisoryNotifications
23
23
  module V1
24
- VERSION = "0.12.0"
24
+ VERSION = "0.12.1"
25
25
  end
26
26
  end
27
27
  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-advisory_notifications-v1
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: An API for accessing Advisory Notifications in Google Cloud.
101
101
  test_files: []