Skip to content

Commit 33de884

Browse files
docs(analytics-data-v1beta): Clarified some language around authentication configuration
PiperOrigin-RevId: 383721241 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu Jul 8 14:56:09 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 54dc383991e3c25c12f9d1883e1b0375b7932f35 Source-Link: googleapis/googleapis@54dc383
1 parent f892bda commit 33de884

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

google-analytics-data-v1beta/AUTHENTICATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ client = ::Google::Analytics::Data::V1beta::AnalyticsData::Client.new
8282

8383
### Configuration
8484

85-
The **Credentials JSON** can be configured instead of placing them in
86-
environment variables. Either on an individual client initialization:
85+
The path to the **Credentials JSON** file can be configured instead of storing
86+
it in an environment variable. Either on an individual client initialization:
8787

8888
```ruby
8989
require "google/analytics/data/v1beta"
@@ -93,7 +93,7 @@ client = ::Google::Analytics::Data::V1beta::AnalyticsData::Client.new do |config
9393
end
9494
```
9595

96-
Or configured globally for all clients:
96+
Or globally for all clients:
9797

9898
```ruby
9999
require "google/analytics/data/v1beta"

google-analytics-data-v1beta/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-cloud-ruby.git",
7-
"sha": "10c4d56206861dc33875c816935ba0a282fe4760"
7+
"sha": "e8045fde897f6e16d106374990d74bc2e513759b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "aa136fa6649f7d999bf3873d0e5fca75cb2354a5",
15-
"internalRef": "382337225"
14+
"sha": "54dc383991e3c25c12f9d1883e1b0375b7932f35",
15+
"internalRef": "383721241"
1616
}
1717
}
1818
],

0 commit comments

Comments
 (0)