google-cloud-billing-budgets-v1 1.2.0 → 1.2.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: 8bd4313cd8bc9a8a9f8fff1e87cb4d3d0640dc81ec60cdfabd50a11c81724380
4
- data.tar.gz: 778d67da3b727210d599faa7b3ae49d34f3f4387c254a8fed6c1eecd88128b25
3
+ metadata.gz: be9ef1765b70c0239f2edbf98c26b9b54d601f4cc6388513b392f2c7074688b5
4
+ data.tar.gz: bc8f9435c9d5b74910ca2b9402a7847504ca536451da1d9ec6b6c7e1fa3accae
5
5
  SHA512:
6
- metadata.gz: d304e59ae444fb095c4537df6ba306fc1f6eabfe8b67d70ea7598e7474d4e9ad8fb735923482b6984180979b51e0f0e5a922cba4d62c5848417ff4b02023abf5
7
- data.tar.gz: 1aec10ab46832631f53ad615889dfa81dccc9d90bc3fd2f789fcebc3001687e9f040766655e378eb97cabb0dcc07cabaa81338a282886d12e79fd21b4c450d9b
6
+ metadata.gz: 9c03783cb45337f72488d7836ded71d7a8891d39f5a45819febf0ea63186291baea373d1871b3e8c7d58d75581b8bc6c547917cdcb622328c651bd4129038444
7
+ data.tar.gz: 26daacb037aea9b51344050f5e3ad3ed2236ccbdcc19546da6ff9fba1eb66f19fdd8b5776a6bae499088ad001b267b19305fbf334ea0c2e3171e33e2b65a38ad
@@ -787,8 +787,8 @@ module Google
787
787
 
788
788
  config_attr :endpoint, nil, ::String, nil
789
789
  config_attr :credentials, nil do |value|
790
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
791
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
790
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
791
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
792
792
  allowed.any? { |klass| klass === value }
793
793
  end
794
794
  config_attr :scope, nil, ::String, ::Array, nil
@@ -736,7 +736,7 @@ module Google
736
736
 
737
737
  config_attr :endpoint, nil, ::String, nil
738
738
  config_attr :credentials, nil do |value|
739
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
739
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
740
740
  allowed.any? { |klass| klass === value }
741
741
  end
742
742
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Billing
23
23
  module Budgets
24
24
  module V1
25
- VERSION = "1.2.0"
25
+ VERSION = "1.2.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-billing-budgets-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.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
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  requirements: []
104
- rubygems_version: 3.6.2
104
+ rubygems_version: 3.6.8
105
105
  specification_version: 4
106
106
  summary: The Cloud Billing Budget API stores Cloud Billing budgets, which define a
107
107
  budget plan and the rules to execute as spend is tracked against that plan.