google-cloud-storage_insights-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: 9e56dd2ef8fdd616c5336c3176b813be35d139d5f17df89c402ccfc354334c0b
4
- data.tar.gz: 50f3e6b600e15e5d071477d6eb0417dedb957f0ff2a69ce0212d3c24ceb4b642
3
+ metadata.gz: 66322e36307f36d8e7dabc3cd267dbb26273e3229b04e38249cff333a68c35b8
4
+ data.tar.gz: 9d15503a7a58a094f6ff303f359899db15d42596e28ff7e652cb61e9f3ddfecf
5
5
  SHA512:
6
- metadata.gz: 672a49a9cd872f61005961e58b8a97c323bc71f6607767373ac4a866530dcfdbc8ee7da61592e20286b67982c0fb405c65105651c771340eca3c831ec727fa5a
7
- data.tar.gz: eb3bae1b7887bb6b9756c129214cd73c4f27cc505108649c285b74e236418fce41b03ddc0e6c938ad46ba72ee179bc26ddf402335864fc83d327a873607ef32d
6
+ metadata.gz: 1be449ee9e52dcb5a5520687979fa0d362c366a150fe4865926df2f2406d0029d3c3f995e5347c100489fabaac4ccaffffec1210fc5c035fce608f68545023cc
7
+ data.tar.gz: 05fbb0b6d7c8145884b66ed6b257170e9f86f37b545379c6b336398d0881b2e8af00487a9b9667bedcd7af045c25000d20ca46ea40a618c661ad1c7bd0385695
@@ -1003,8 +1003,8 @@ module Google
1003
1003
 
1004
1004
  config_attr :endpoint, nil, ::String, nil
1005
1005
  config_attr :credentials, nil do |value|
1006
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1007
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1006
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1007
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1008
1008
  allowed.any? { |klass| klass === value }
1009
1009
  end
1010
1010
  config_attr :scope, nil, ::String, ::Array, nil
@@ -939,7 +939,7 @@ module Google
939
939
 
940
940
  config_attr :endpoint, nil, ::String, nil
941
941
  config_attr :credentials, nil do |value|
942
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
942
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
943
943
  allowed.any? { |klass| klass === value }
944
944
  end
945
945
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module StorageInsights
23
23
  module V1
24
- VERSION = "1.0.0"
24
+ VERSION = "1.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-storage_insights-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
@@ -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 capability on Google Cloud Storage.
128
128
  test_files: []