Skip to content

Commit

Permalink
docs(container_analysis): Clarified some language around authenticati…
Browse files Browse the repository at this point in the history
…on configuration
  • Loading branch information
yoshi-automation authored Jul 8, 2021
1 parent 108174b commit f58042a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions google-cloud-container_analysis/AUTHENTICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ client = Google::Cloud::ContainerAnalysis.container_analysis

### Configuration

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

```ruby
require "google/cloud/container_analysis"
Expand All @@ -93,7 +93,7 @@ client = Google::Cloud::ContainerAnalysis.container_analysis do |config|
end
```

Or configured globally for all clients:
Or globally for all clients:

```ruby
require "google/cloud/container_analysis"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-container_analysis/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-cloud-ruby.git",
"sha": "98e412862d1229e0f54ba913f1d6640342d697af"
"sha": "23c688ce5c9b1d8c1ff54bbf945883df336cdff7"
}
},
{
Expand Down

0 comments on commit f58042a

Please sign in to comment.