google-apis-servicemanagement_v1 0.4.0 → 0.5.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: 828507bca8d8d0165462c3ac4c91c08a051d3b0a7119d9a2cc48c0bc39bc4a69
|
4
|
+
data.tar.gz: df4d59b5c096a0b4072ca057da8f06c61ed6d8316c3378d07d1a2d21957ce561
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d76a247aa480936846ba16c9e1be13da0031b64164fc0b4004563e0a07380a0f6e578ca0af208001949bd33255fa14236ed7ccac2eca723a816aa2c3b0d86a75
|
7
|
+
data.tar.gz: 11e5a07c366af4faafe258e5399dd9a546a8c62066a43e9572373515e8b9f88819e9ccc3b4919b4f49c1ea5d17e487ef276956d9ee7964e708425e4c8f9ff8f8
|
data/CHANGELOG.md
CHANGED
@@ -1020,19 +1020,6 @@ module Google
|
|
1020
1020
|
end
|
1021
1021
|
end
|
1022
1022
|
|
1023
|
-
# Operation payload for DisableService method.
|
1024
|
-
class DisableServiceResponse
|
1025
|
-
include Google::Apis::Core::Hashable
|
1026
|
-
|
1027
|
-
def initialize(**args)
|
1028
|
-
update!(**args)
|
1029
|
-
end
|
1030
|
-
|
1031
|
-
# Update properties of this object
|
1032
|
-
def update!(**args)
|
1033
|
-
end
|
1034
|
-
end
|
1035
|
-
|
1036
1023
|
# `Documentation` provides the information for describing a service. Example:
|
1037
1024
|
# documentation: summary: > The Google Calendar API gives access to most
|
1038
1025
|
# calendar features. pages: - name: Overview content: (== include google/foo/
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicemanagementV1
|
18
18
|
# Version of the google-apis-servicemanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.5.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210311"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -178,12 +178,6 @@ module Google
|
|
178
178
|
include Google::Apis::Core::JsonObjectSupport
|
179
179
|
end
|
180
180
|
|
181
|
-
class DisableServiceResponse
|
182
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
-
|
184
|
-
include Google::Apis::Core::JsonObjectSupport
|
185
|
-
end
|
186
|
-
|
187
181
|
class Documentation
|
188
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
183
|
|
@@ -800,12 +794,6 @@ module Google
|
|
800
794
|
end
|
801
795
|
end
|
802
796
|
|
803
|
-
class DisableServiceResponse
|
804
|
-
# @private
|
805
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
806
|
-
end
|
807
|
-
end
|
808
|
-
|
809
797
|
class Documentation
|
810
798
|
# @private
|
811
799
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicemanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.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-03-
|
11
|
+
date: 2021-03-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-servicemanagement_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.5.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicemanagement_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|