google-cloud-firestore-admin-v1 1.4.0 → 1.4.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: b7227d02604e5b8bbb569c9fe2fce0770da2d48787f207143802124b56c9d713
4
- data.tar.gz: 6260cc238a7411a05a807db93f10890ecd330d4eede38622499f1699220fb177
3
+ metadata.gz: bcda114d3b8d5e4213511261dac5e1d30cb4b1fb6c63a49ee1a14aef563ec9b6
4
+ data.tar.gz: 20a6581434e22019f74f8c2bfabc3b985b531a9b19d2ec4f768eef9b6d29a87c
5
5
  SHA512:
6
- metadata.gz: aa64930ece52a691190e0ba5578ac90ffd1f24421be28ac9986fcd6ec9e36b69567e880bbef9264c793d1036dfbf70908490c78a0b1eec1b5c3517f684d10730
7
- data.tar.gz: 5b2b8806b5e310d9d5b3cd1080eeae9c39169107f1bb19ad4494a35d9dc5dcf4762d0526eec9b5bb47602cb20a0299a414c44f6d829351eb7fc9bccd291fa6fc
6
+ metadata.gz: aa1fa7b4fb4c27a548afd58be5c387146d65a09056815ebf039d00677c1cc00931433f848eb3f0c2775fa508588fa8909624c5a3c827a0bb366290e2f6e5c68a
7
+ data.tar.gz: d91facfe2a304bd6deb5d9676e8a778c901384aefa6e6ce20d286a5a6dce2f37080da6da18c947760944d277c2662f1401e009146b5b14b11ea9b0d806601124
@@ -3376,8 +3376,8 @@ module Google
3376
3376
 
3377
3377
  config_attr :endpoint, nil, ::String, nil
3378
3378
  config_attr :credentials, nil do |value|
3379
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3380
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
3379
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3380
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
3381
3381
  allowed.any? { |klass| klass === value }
3382
3382
  end
3383
3383
  config_attr :scope, nil, ::String, ::Array, nil
@@ -702,8 +702,8 @@ module Google
702
702
 
703
703
  config_attr :endpoint, nil, ::String, nil
704
704
  config_attr :credentials, nil do |value|
705
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
706
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
705
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
706
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
707
707
  allowed.any? { |klass| klass === value }
708
708
  end
709
709
  config_attr :scope, nil, ::String, ::Array, nil
@@ -3143,7 +3143,7 @@ module Google
3143
3143
 
3144
3144
  config_attr :endpoint, nil, ::String, nil
3145
3145
  config_attr :credentials, nil do |value|
3146
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3146
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3147
3147
  allowed.any? { |klass| klass === value }
3148
3148
  end
3149
3149
  config_attr :scope, nil, ::String, ::Array, nil
@@ -557,7 +557,7 @@ module Google
557
557
 
558
558
  config_attr :endpoint, nil, ::String, nil
559
559
  config_attr :credentials, nil do |value|
560
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
560
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
561
561
  allowed.any? { |klass| klass === value }
562
562
  end
563
563
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Firestore
23
23
  module Admin
24
24
  module V1
25
- VERSION = "1.4.0"
25
+ VERSION = "1.4.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-firestore-admin-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-21 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
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0'
142
142
  requirements: []
143
- rubygems_version: 3.6.5
143
+ rubygems_version: 3.6.8
144
144
  specification_version: 4
145
145
  summary: Accesses the NoSQL document database built for automatic scaling, high performance,
146
146
  and ease of application development.