google-apis-serviceusage_v1 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d6499b4d116b9f4a070e8b21bd8a7cb25e548eb10c1bc32afee4563c7389b2e
4
- data.tar.gz: a912466cc29884c8ec5038780e5804c826f2813090dfc2806d3923dae52f48b2
3
+ metadata.gz: 037c17f6831b6fabe39d0ef000391a9a2c40ff9d7d953c5987b6c4f5b6eea014
4
+ data.tar.gz: 2b160a8d5d377c2f19a7731685f8f3e552be09eb4025b8e5a362e9afefb48c74
5
5
  SHA512:
6
- metadata.gz: 67e0075dbec73d2ccb8d37fe5d357235eb9272daf9f55afc358d9155576f8d571e606021bb283b140c81a1e723544e7c3ac40c97dda7e683810f97f87ce56460
7
- data.tar.gz: 4be0218875d4168e7e63c4d4c8364938f009022b428bc8d6ce0d100835e981d777a390c900994e666a843e76ddffac1f4af2321cff07684354ff3ec34b9cec4a
6
+ metadata.gz: dd1712269303e66605bddadbb8fbb306a533aac4d1a8e146775a4e03633900746cc5e2896bc7657439bc61e89af3b5fc3d5a92b680a7b61604bfb09b5c78e89a
7
+ data.tar.gz: 9b00819d6af674b2a3a5760a1ec678cfc804e7663455681efa55cf05c90fcaba39e1a7decd10558bd539e337ef7764d11fa263f43f101141847add9e069484c1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.3.0 (2021-02-19)
4
+
5
+ * Regenerated from discovery document revision 20210217
6
+
3
7
  ### v0.2.0 (2021-01-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20210124
@@ -1320,11 +1320,11 @@ module Google
1320
1320
  # and delegates other aspects to sub-sections. Each sub-section is either a
1321
1321
  # proto message or a repeated proto message that configures a specific aspect,
1322
1322
  # such as auth. See each proto message definition for details. Example: type:
1323
- # google.api.Service config_version: 3 name: calendar.googleapis.com title:
1324
- # Google Calendar API apis: - name: google.calendar.v3.Calendar authentication:
1325
- # providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/
1326
- # oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*"
1327
- # requirements: provider_id: google_calendar_auth
1323
+ # google.api.Service name: calendar.googleapis.com title: Google Calendar API
1324
+ # apis: - name: google.calendar.v3.Calendar authentication: providers: - id:
1325
+ # google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
1326
+ # issuer: https://securetoken.google.com rules: - selector: "*" requirements:
1327
+ # provider_id: google_calendar_auth
1328
1328
  class GoogleApiService
1329
1329
  include Google::Apis::Core::Hashable
1330
1330
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210124"
25
+ REVISION = "20210217"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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-02-08 00:00:00.000000000 Z
11
+ date: 2021-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1
57
57
  post_install_message:
58
58
  rdoc_options: []