google-apis-servicenetworking_v1 0.2.0 → 0.3.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d8ac81ec7d6847e389d13b342ad726ab634b3b93b223d144108216a7abf1bb1
|
4
|
+
data.tar.gz: 2317f56efe3a57c1e9c4433f4a024ca7ac50eb9eae4422e0828287b617e48cce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f83caf445d3a0c3e0f97c333457f9601908662b0c5ae40090ea473b0cf8488abbe20ab647ff382b7603d13ab19cd7b69bd39cd5db2ec3816d648f718cf65f19
|
7
|
+
data.tar.gz: 99cd50e110edfa52373431e8339429c05415fd96145b26bda7faa506261339713228d525ac873a3f3534eb4960f2241ed37fa13a5b019e5d2195bce0621f9436
|
data/CHANGELOG.md
CHANGED
@@ -3418,11 +3418,11 @@ module Google
|
|
3418
3418
|
# and delegates other aspects to sub-sections. Each sub-section is either a
|
3419
3419
|
# proto message or a repeated proto message that configures a specific aspect,
|
3420
3420
|
# such as auth. See each proto message definition for details. Example: type:
|
3421
|
-
# google.api.Service
|
3422
|
-
#
|
3423
|
-
#
|
3424
|
-
#
|
3425
|
-
#
|
3421
|
+
# google.api.Service name: calendar.googleapis.com title: Google Calendar API
|
3422
|
+
# apis: - name: google.calendar.v3.Calendar authentication: providers: - id:
|
3423
|
+
# google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
|
3424
|
+
# issuer: https://securetoken.google.com rules: - selector: "*" requirements:
|
3425
|
+
# provider_id: google_calendar_auth
|
3426
3426
|
class Service
|
3427
3427
|
include Google::Apis::Core::Hashable
|
3428
3428
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1
|
18
18
|
# Version of the google-apis-servicenetworking_v1 gem
|
19
|
-
GEM_VERSION = "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 = "
|
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-servicenetworking_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
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-servicenetworking_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicenetworking_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|