google-analytics-admin-v1alpha 0.37.0 → 0.38.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: 2f2ea91f6aebd52a3b40acdc97ee0e2c4c6a07c6c3345a41afa6c448fdd771af
|
|
4
|
+
data.tar.gz: 5ed0cec58e04b3b561d189ab55f5371596870cf1b5391ba12f2657f14c311bfb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16e4c163e9a2d9675d9f2fb2f39d9c990e2641a12215eda57651e4ab62a45c12d61ec5d7f442cf1238d38d24093ccd4ef24a4ce11f14f10bbe0888786f27a0ab
|
|
7
|
+
data.tar.gz: 32c4d436f9030311bb394a2a762fdc9a0f21f3adc58cab8161804d28689ebb18ab5e4482874f8187f1695a5b2b9e784c004b4875e4f3a60694a82669873be0d3
|
|
@@ -14482,8 +14482,6 @@ module Google
|
|
|
14482
14482
|
# @return [::String,nil]
|
|
14483
14483
|
# @!attribute [rw] credentials
|
|
14484
14484
|
# Credentials to send with calls. You may provide any of the following types:
|
|
14485
|
-
# * (`String`) The path to a service account key file in JSON format
|
|
14486
|
-
# * (`Hash`) A service account key as a Hash
|
|
14487
14485
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
14488
14486
|
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
14489
14487
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
@@ -14492,7 +14490,26 @@ module Google
|
|
|
14492
14490
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
14493
14491
|
# * (`nil`) indicating no credentials
|
|
14494
14492
|
#
|
|
14495
|
-
# Warning:
|
|
14493
|
+
# @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
|
|
14494
|
+
# is deprecated. Providing an unvalidated credential configuration to
|
|
14495
|
+
# Google APIs can compromise the security of your systems and data.
|
|
14496
|
+
#
|
|
14497
|
+
# @example
|
|
14498
|
+
#
|
|
14499
|
+
# # The recommended way to provide credentials is to use the `make_creds` method
|
|
14500
|
+
# # on the appropriate credentials class for your environment.
|
|
14501
|
+
#
|
|
14502
|
+
# require "googleauth"
|
|
14503
|
+
#
|
|
14504
|
+
# credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
|
|
14505
|
+
# json_key_io: ::File.open("/path/to/keyfile.json")
|
|
14506
|
+
# )
|
|
14507
|
+
#
|
|
14508
|
+
# client = ::Google::Analytics::Admin::V1alpha::AnalyticsAdminService::Client.new do |config|
|
|
14509
|
+
# config.credentials = credentials
|
|
14510
|
+
# end
|
|
14511
|
+
#
|
|
14512
|
+
# @note Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
14496
14513
|
# external source for authentication to Google Cloud, you must validate it before
|
|
14497
14514
|
# providing it to a Google API client library. Providing an unvalidated credential
|
|
14498
14515
|
# configuration to Google APIs can compromise the security of your systems and data.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-analytics-admin-v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.38.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '1.
|
|
18
|
+
version: '1.2'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '1.
|
|
25
|
+
version: '1.2'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|