google-analytics-admin-v1alpha 0.34.0 → 0.34.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: 4b262dce0b90e81b3790a8235abbc48309da1c34f3086cb7ff779a14ed87308f
|
4
|
+
data.tar.gz: a1dd44a7282fd521aad5682de5aa502d399c93fbb5a98126c086eed08a1cf885
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49d75e4d2ee9e3d05ca0aa18eab6a5229432a21f8744204ea468372df966c81c800812660bce932acb375ed0554f7b895464953f9ddd808d1f96ebf20cfce49c
|
7
|
+
data.tar.gz: ae64659c60d87a5f494eba19b77cf2129a6e87bd041d63182cc48d611ab752a136d7fd5cfc0b678b7580e5b0651c69cb725b50869cd26138fca02f084e7b6adc
|
@@ -14665,8 +14665,8 @@ module Google
|
|
14665
14665
|
|
14666
14666
|
config_attr :endpoint, nil, ::String, nil
|
14667
14667
|
config_attr :credentials, nil do |value|
|
14668
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
14669
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
14668
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
14669
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
14670
14670
|
allowed.any? { |klass| klass === value }
|
14671
14671
|
end
|
14672
14672
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -13651,7 +13651,7 @@ module Google
|
|
13651
13651
|
|
13652
13652
|
config_attr :endpoint, nil, ::String, nil
|
13653
13653
|
config_attr :credentials, nil do |value|
|
13654
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
13654
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
13655
13655
|
allowed.any? { |klass| klass === value }
|
13656
13656
|
end
|
13657
13657
|
config_attr :scope, nil, ::String, ::Array, nil
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-analytics-admin-v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.34.
|
4
|
+
version: 0.34.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
114
114
|
- !ruby/object:Gem::Version
|
115
115
|
version: '0'
|
116
116
|
requirements: []
|
117
|
-
rubygems_version: 3.6.
|
117
|
+
rubygems_version: 3.6.8
|
118
118
|
specification_version: 4
|
119
119
|
summary: 'Manage properties in Google Analytics. Warning: Creating multiple Customer
|
120
120
|
Applications, Accounts, or Projects to simulate or act as a single Customer Application,
|