google-cloud-cloud_controls_partner-v1beta 0.5.0 → 0.5.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: 936f80768e241d6423e8d421ef81ce2ff320045339fdcbda5146ab6b5785efb7
4
- data.tar.gz: 7726184b874fb67d2defbc7f76edae48172c69a99ad8d3c175e8ea4e2bd8c4fd
3
+ metadata.gz: 925b69c366062c6c773f1b3d4e92e82c19a06a5f58a7029e7e8c38fa6fae0676
4
+ data.tar.gz: cb88259220d3baeb64e4b26c1c907286908c458a6d6fd699a3769da266edb61c
5
5
  SHA512:
6
- metadata.gz: 875aa58cede229aed7a8f77b0dfb0068eee3b1a8e7b7a925e4e45688b39cb89bd9d77cc5d44bdaf1028068c900bdf24998f61e8c2f45ea740383948dd93bba01
7
- data.tar.gz: a116ae86019ab582ad9f161fc0d1540c1ac1d64f49cfc8bed23f4b980941ba8532e36a646e15a8b4d783ca1e37009eb09f0d69e6efd4a92654631a199b432e96
6
+ metadata.gz: 3cca9085262093f468a9e4e4bce78e19ec3b4a1d4723f25429ae91d566d67f633030d197cd78dd80a55e5039b3f0e90180431a134ee8c1cc4840427be29f9cab
7
+ data.tar.gz: d409998d89cfea26a28653a1c3bc9bf1215a2600fbb14e5210332148577d58d74ec664d3e762977b9d5fd30d06f62a083eab818b54930a1825dba64f94a02970
@@ -1333,8 +1333,8 @@ module Google
1333
1333
 
1334
1334
  config_attr :endpoint, nil, ::String, nil
1335
1335
  config_attr :credentials, nil do |value|
1336
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1337
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1336
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1337
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1338
1338
  allowed.any? { |klass| klass === value }
1339
1339
  end
1340
1340
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1238,7 +1238,7 @@ module Google
1238
1238
 
1239
1239
  config_attr :endpoint, nil, ::String, nil
1240
1240
  config_attr :credentials, nil do |value|
1241
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1241
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1242
1242
  allowed.any? { |klass| klass === value }
1243
1243
  end
1244
1244
  config_attr :scope, nil, ::String, ::Array, nil
@@ -497,8 +497,8 @@ module Google
497
497
 
498
498
  config_attr :endpoint, nil, ::String, nil
499
499
  config_attr :credentials, nil do |value|
500
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
501
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
500
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
501
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
502
502
  allowed.any? { |klass| klass === value }
503
503
  end
504
504
  config_attr :scope, nil, ::String, ::Array, nil
@@ -467,7 +467,7 @@ module Google
467
467
 
468
468
  config_attr :endpoint, nil, ::String, nil
469
469
  config_attr :credentials, nil do |value|
470
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
470
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
471
471
  allowed.any? { |klass| klass === value }
472
472
  end
473
473
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module CloudControlsPartner
23
23
  module V1beta
24
- VERSION = "0.5.0"
24
+ VERSION = "0.5.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
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-cloud_controls_partner-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-07 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
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
126
  requirements: []
127
- rubygems_version: 3.6.3
127
+ rubygems_version: 3.6.8
128
128
  specification_version: 4
129
129
  summary: Provides insights about your customers and their Assured Workloads based
130
130
  on your Sovereign Controls by Partners offering.