google-cloud-service_control-v1 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38a9cee1ca0ac64fd0b8f8522f9a2439b64cf7269a3fa63e4a9f3cdf15491a95
4
- data.tar.gz: aeb22666651734eadbbfbd30a53c1ca9df8d292bda2e969346555d93678d19a4
3
+ metadata.gz: 8ea831c1f63209cbaec472f94a00828fdd085235dd66c76d917c7a9dd1652c97
4
+ data.tar.gz: 13833c33ea1b8057babff047d686ddf0709fcdf794029c44ee1fbd7911f465bc
5
5
  SHA512:
6
- metadata.gz: 91ec1c1dacdcfc01fef2ff4991310cb41a2f099aca6fcf7c2e0978dfc3728790f363c4fb74a446ba4d1c0638a746f8e324a631a76f86fd3778029c1bc6b3b4be
7
- data.tar.gz: 560043fa4fc021aedce0672d5cba4e1e9f810b1fff3953a05fe1c983996230a2ee38f117cdde766da63ff9b55fe793fd8c68a29285faabc5476571f299202cda
6
+ metadata.gz: f1408630d3d07ac0d39248722f1ecb924991cb2b65bf24425156c7f5c5452af6da1a5d0a322011104f31aee127ef22a118938dc7a7ee47272e4ac40ab97d48c5
7
+ data.tar.gz: f2db43851d63c3e313447604b895b7737f053ba9eb37951337f463b2083135537a42240a3157cfaf9c78a15caf45ff3a881744f176421a3e6fa65a3e025bd350
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = ::Google::Cloud::ServiceControl::V1::QuotaController::Client.new
82
82
 
83
83
  ### Configuration
84
84
 
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:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/service_control/v1"
@@ -93,7 +93,7 @@ client = ::Google::Cloud::ServiceControl::V1::QuotaController::Client.new do |co
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/service_control/v1"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceControl
23
23
  module V1
24
- VERSION = "0.4.1"
24
+ VERSION = "0.4.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-service_control-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-08 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common