google-cloud-vmware_engine-v1 1.0.0 → 1.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: 18bd4cec86ea70227a2f90bf4a828df92605b1e70351671b54fc5bf92512998d
4
- data.tar.gz: 3a000d4b66e2caa9b31f9057941db8515d1b532f6882157474ec330b04477104
3
+ metadata.gz: f5251487985261a22ae19c0275a863c85ecd3252e5700aa6fbb821ad82cde20a
4
+ data.tar.gz: 11581ae98bbd588742aefe5ee0632d003687a9548ad85fba22d4f1544c1939c4
5
5
  SHA512:
6
- metadata.gz: 65c9a4c1c4900c31576c20d9edd21c306e054f499a056d971af827c840400a566a0d5be778a4375cf8fd2755a3cdf85a2d08d3773f0e536a7fdd34cd034d6d49
7
- data.tar.gz: e802d2f9c2383b072548ee24e8a475b7f5525b60297048398f3cec4bae19944211d10a581edffdabebdf05ca914d2805844bec2a6ec16816322594d6dea47289
6
+ metadata.gz: 59199c0d30c1a4fa5481948ba664dedf885e0601c3e3b75b4c35e88315166b201062e1d8092d4aca4419688f06d338e7481e7e61e3760227375e529d3b73cc82
7
+ data.tar.gz: ee167d7b2b6d802c788decac45b892d4fb9dcb3efc0a04a8527f332394083d3cee4dad5c66513acb8e6d6e2aa2a91da3f312227859a194086be23fc8cad43117
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VmwareEngine
23
23
  module V1
24
- VERSION = "1.0.0"
24
+ VERSION = "1.0.1"
25
25
  end
26
26
  end
27
27
  end
@@ -8943,8 +8943,8 @@ module Google
8943
8943
 
8944
8944
  config_attr :endpoint, nil, ::String, nil
8945
8945
  config_attr :credentials, nil do |value|
8946
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
8947
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
8946
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
8947
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
8948
8948
  allowed.any? { |klass| klass === value }
8949
8949
  end
8950
8950
  config_attr :scope, nil, ::String, ::Array, nil
@@ -701,8 +701,8 @@ module Google
701
701
 
702
702
  config_attr :endpoint, nil, ::String, nil
703
703
  config_attr :credentials, nil do |value|
704
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
705
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
704
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
705
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
706
706
  allowed.any? { |klass| klass === value }
707
707
  end
708
708
  config_attr :scope, nil, ::String, ::Array, nil
@@ -8411,7 +8411,7 @@ module Google
8411
8411
 
8412
8412
  config_attr :endpoint, nil, ::String, nil
8413
8413
  config_attr :credentials, nil do |value|
8414
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
8414
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
8415
8415
  allowed.any? { |klass| klass === value }
8416
8416
  end
8417
8417
  config_attr :scope, nil, ::String, ::Array, nil
@@ -556,7 +556,7 @@ module Google
556
556
 
557
557
  config_attr :endpoint, nil, ::String, nil
558
558
  config_attr :credentials, nil do |value|
559
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
559
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
560
560
  allowed.any? { |klass| klass === value }
561
561
  end
562
562
  config_attr :scope, nil, ::String, ::Array, nil
@@ -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-vmware_engine-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.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
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  - !ruby/object:Gem::Version
151
151
  version: '0'
152
152
  requirements: []
153
- rubygems_version: 3.6.3
153
+ rubygems_version: 3.6.8
154
154
  specification_version: 4
155
155
  summary: The Google VMware Engine API lets you programmatically manage VMware environments.
156
156
  test_files: []