google-cloud-datastore-admin-v1 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7300e44770b706595381fb18f8b5d39186ef4f59a875bac8eda19c463e335056
4
- data.tar.gz: f3c8d72aaec59e60e24c4b17f2e7936221e9487dc8ef145e32d2867a78bb508f
3
+ metadata.gz: 57211a2cc5897fe56498195195ce6b263b317b6e27d8f3629d7a75b0eb3ec21c
4
+ data.tar.gz: 8f9954c7db4096fb5a70242cb65b1051ab5d1d38e99cdbf33a653fb7fdc6b0da
5
5
  SHA512:
6
- metadata.gz: ca9c01e450c1e38e24ba6c8d4e65a39c0169c520690bb64845c49b32e693e81267b8dff41485ff130b21c2f1142f2d1eb1043319f9fd0f065bfcd79be77d8a11
7
- data.tar.gz: e96706dc343361994f14f8626ece6a79ea9a58b01f323fa1fc3da1fd3ea0abd473bccb5d78e329f7d3504fda72c29d7bd9951d7bf505fb67c7317d2940dd1177
6
+ metadata.gz: 6fec911259c0404f18e11ff2f1dcb3c2cb830824064e3205502bd5427a6d7afd85323d4e4a0dd5bc5aa1600d5115ddfb37571d87f0ed119ebf3df8bb4ea037d9
7
+ data.tar.gz: 3ea5c42c33f37820ac096d3bf60b1b96620dd54817f930983b761c4e2e99b74743fbf4b17817f73366c6f8089ec11030a33dcbc3f6454ee4d697edc70d88a11b
@@ -653,7 +653,7 @@ module Google
653
653
 
654
654
  config_attr :endpoint, "datastore.googleapis.com", ::String
655
655
  config_attr :credentials, nil do |value|
656
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
656
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
657
657
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
658
658
  allowed.any? { |klass| klass === value }
659
659
  end
@@ -476,7 +476,7 @@ module Google
476
476
 
477
477
  config_attr :endpoint, "datastore.googleapis.com", ::String
478
478
  config_attr :credentials, nil do |value|
479
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
479
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
480
480
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
481
481
  allowed.any? { |klass| klass === value }
482
482
  end
@@ -22,7 +22,7 @@ module Google
22
22
  module Datastore
23
23
  module Admin
24
24
  module V1
25
- VERSION = "0.1.0"
25
+ VERSION = "0.1.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-datastore-admin-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-06 00:00:00.000000000 Z
11
+ date: 2020-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common