google-cloud-cloud_controls_partner-v1 2.0.0 → 2.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: 0ba98fbc0fe33e69ee1c3b01b5d346234648fa05d8f87a9faac70de6042ae41e
4
- data.tar.gz: 6eeebedc5e6e9c0cffa2e7dfe59cd28eaa1fbcf4ed897af0525051729391d719
3
+ metadata.gz: 49a186fc50b7bbd74b780d8ec996e23f4033a6edf2649a82dc8ca09df5bff757
4
+ data.tar.gz: 7b9dc0809ad1a390daf582075b348bea4b9e503af957b7d621841553db3f2056
5
5
  SHA512:
6
- metadata.gz: 5e72de5ec305121e4d1733c0e88845f43d40903a7f04a842021c5943bbb6f9c8a78ae3dab6ee98ec9387fec78ccdf8e2f5bb792c684c3e2de375a8ed9e644d48
7
- data.tar.gz: 2d913576708ea2e25162b97161b7fee215c664cc09ab065922fac9c1e1629bdb3f971f397ac9e488b8bb1f72e7502044f2ad6198fbb700858479f7f23e3d2f4c
6
+ metadata.gz: 8abaf559ad18df2e128a29610f4c4a495dda043c7e7b41aed583586456711c4cd4e79b1d98d7e6489633db92b17b8e29341188da60a2e77c1f9534fc13d102d3
7
+ data.tar.gz: 71550ccd1a3d22dacfbe8db76e3de8c66a8ff480b4c81f13d5c0ffdb5d3b114f61c6de7994245ddc8e30e4f7c6d5f70380f2a884fb0ec3ca964a8c31868519a9
@@ -1066,8 +1066,8 @@ module Google
1066
1066
 
1067
1067
  config_attr :endpoint, nil, ::String, nil
1068
1068
  config_attr :credentials, nil do |value|
1069
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1070
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1069
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1070
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1071
1071
  allowed.any? { |klass| klass === value }
1072
1072
  end
1073
1073
  config_attr :scope, nil, ::String, ::Array, nil
@@ -992,7 +992,7 @@ module Google
992
992
 
993
993
  config_attr :endpoint, nil, ::String, nil
994
994
  config_attr :credentials, nil do |value|
995
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
995
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
996
996
  allowed.any? { |klass| klass === value }
997
997
  end
998
998
  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 V1
24
- VERSION = "2.0.0"
24
+ VERSION = "2.0.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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.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
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  - !ruby/object:Gem::Version
123
123
  version: '0'
124
124
  requirements: []
125
- rubygems_version: 3.6.3
125
+ rubygems_version: 3.6.8
126
126
  specification_version: 4
127
127
  summary: Provides insights about your customers and their Assured Workloads based
128
128
  on your Sovereign Controls by Partners offering.