google-cloud-container-v1beta1 0.45.0 → 0.45.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: 36cefa461ecebbe52aa35c99c9faa02b1a8f345146f4b28490eb784e7a6ea427
4
- data.tar.gz: a3e3d1705306825b10a76310f2abff3de881418447409eaab36a29c4ae55b50e
3
+ metadata.gz: 0b0eec88b0586d9619548eb713da92013b92e7c379bbf85e05893d9570b60b03
4
+ data.tar.gz: 8a1e08cbe6ef9aa92bac0bb4e94fadb8d483775a445f11bffd3b79ec7d365a50
5
5
  SHA512:
6
- metadata.gz: 1879bd8c9d563c4984ca0baee5c24af1c1832d4dce461fe1fae5ef51cfdd35ed1fca910fb952efe2ce91f6074a83467f85242b1da4441685b1d5b5587e31c627
7
- data.tar.gz: 34b6d46cea4a0e0e0045d5f735416f0e4cb4c4528c03ea28a380f4596ad23b46964d5c215625d3c8b2fad07cb7c208157d29c32301e0cce4750efc0d41ac3ed8
6
+ metadata.gz: c0253fdf7969eb1b3f2abfb5dd51e099656a2093d48a489fb28ae91dc233292cfdefe929b3ef31f73032711dbfe100ffb469f8c25a0428becc652f24b9e9b2d9
7
+ data.tar.gz: a68b718545bbe506206639211bb34766612806ab4e4466746babf5cd23742434d620aaa1a8527676435bdd61b6e001b829f44480fd1310ecb94dfc10f5fa85d2
@@ -4001,8 +4001,8 @@ module Google
4001
4001
 
4002
4002
  config_attr :endpoint, nil, ::String, nil
4003
4003
  config_attr :credentials, nil do |value|
4004
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
4005
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
4004
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
4005
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
4006
4006
  allowed.any? { |klass| klass === value }
4007
4007
  end
4008
4008
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1beta1
24
- VERSION = "0.45.0"
24
+ VERSION = "0.45.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-container-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.45.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
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  - !ruby/object:Gem::Version
98
98
  version: '0'
99
99
  requirements: []
100
- rubygems_version: 3.6.2
100
+ rubygems_version: 3.6.8
101
101
  specification_version: 4
102
102
  summary: Builds and manages container-based applications, powered by the open source
103
103
  Kubernetes technology.