Skip to content

Commit f67f08e

Browse files
docs(google-analytics-admin-v1alpha): Clarified some language around authentication configuration
1 parent 16694db commit f67f08e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

google-analytics-admin-v1alpha/AUTHENTICATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ client = ::Google::Analytics::Admin::V1alpha::AnalyticsAdminService::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/admin/v1alpha"
@@ -93,7 +93,7 @@ client = ::Google::Analytics::Admin::V1alpha::AnalyticsAdminService::Client.new
9393
end
9494
```
9595

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

9898
```ruby
9999
require "google/analytics/admin/v1alpha"

google-analytics-admin-v1alpha/synth.metadata

Lines changed: 4 additions & 4 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": "98e412862d1229e0f54ba913f1d6640342d697af"
7+
"sha": "e8045fde897f6e16d106374990d74bc2e513759b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "c3bf1b727510ffc0e2020affff906fbc649cd563",
15-
"internalRef": "375776214"
14+
"sha": "54dc383991e3c25c12f9d1883e1b0375b7932f35",
15+
"internalRef": "383721241"
1616
}
1717
}
1818
],
@@ -23,7 +23,7 @@
2323
"apiName": "analytics/admin",
2424
"apiVersion": "v1alpha",
2525
"language": "ruby",
26-
"generator": "gapic-generator-ruby"
26+
"generator": "bazel"
2727
}
2828
}
2929
],

0 commit comments

Comments
 (0)