google-analytics-admin-v1alpha 0.1.0 → 0.1.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a29c46700d683b7c9774e9d0c1be690330da908ced68263324a488520c85eaf0
|
|
4
|
+
data.tar.gz: af45f22f49b970053d3eb466b2a00894cb2bf532850d7e77edbc46430a829a13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6432e3cc093613f33342a1a8d3e05a5cf77af7573bb05f159718712175c17a57bd854fcbf222bd39a88068e9bffb8e54c6edc737d75c4490ddcffb6bf3f8b92
|
|
7
|
+
data.tar.gz: 86d8ea0c4287b27276e09ca96475aaf36208657066bfc72b844426815db5ecf48a8a4d25e016f337e59fb5c7fbbcad37937d1f89477cf66448be5f7f5b5866a5
|
|
@@ -3694,7 +3694,7 @@ module Google
|
|
|
3694
3694
|
|
|
3695
3695
|
config_attr :endpoint, "analyticsadmin.googleapis.com", ::String
|
|
3696
3696
|
config_attr :credentials, nil do |value|
|
|
3697
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
3697
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
3698
3698
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
|
3699
3699
|
allowed.any? { |klass| klass === value }
|
|
3700
3700
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-analytics-admin-v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
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-
|
|
11
|
+
date: 2020-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|