google-apis-servicecontrol_v2 0.14.0 → 0.15.0

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: 0a2d14cef26faf1759a476b0ee80f7bed4579ff81b0e720c92c3b0354adc67b4
4
- data.tar.gz: 54a3ff2490da78dc5804883e157ec90359ae971cc19875a31e60a2ff3efeea94
3
+ metadata.gz: 9fd89746ffbbe8e48724f61a9392e656cb07341aa308654b009fbc9213c4223c
4
+ data.tar.gz: 56deae45602e7c1dd7495e3d247c481e818d590050750f33a99dcd1614a1d69d
5
5
  SHA512:
6
- metadata.gz: f6c4bfaf502e846788e5e30aa9416ace19d15f7096b8e7ed47c967b5b56ae5803cd8ddb9999684daa7955fe8955797113b707e4843ae30da9bf65723a794ebc1
7
- data.tar.gz: 8ae3f31d6117eeb4674701fb6179c98f9b3e374d5bacbfcfa7e9b8cf098b2748e1f99094e1591862e570eadf3000733a6ec8760eaf187e2677189d7f72d3549c
6
+ metadata.gz: 7e9b89371b32bc138da17e87f5cea49b59829bcbc50bc257e8dd206b728395470f1c6d88d6ef1e313b3da91d1ac7b6ce5da60f50187377229a4a87410cc31bb8
7
+ data.tar.gz: 1a67eee848dccda213e6828db2e3d8e1062629fa2b3712fa2532000c970796d1abd22609049a5bc1a4910228b93899cf1771bc38fcdb6f9f29132615f22f9e03
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.15.0 (2021-12-16)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.14.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/servicecontrol_v2"
51
51
  client = Google::Apis::ServicecontrolV2::ServiceControlService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module ServicecontrolV2
18
18
  # Version of the google-apis-servicecontrol_v2 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicecontrol_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.0
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-10-27 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Control API V2