google-cloud-app_engine-v1 0.3.0 → 0.3.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ff03459e1e233dfc69a2afa998542e5c39cf3cfa0c2853b12f8edbca1b3bc61
|
|
4
|
+
data.tar.gz: adffa394e977745cf07e2523ebfd2a365fa061fbb6b19d1ecdb062a21c49d85e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 732d8092cc86504839b099122bf981f31adb811331573b6eb230f86ad8062487983f00f900bdfa3db24e00e8dc20545c0d58fe098f77068d748e8ea9adc8bbfa
|
|
7
|
+
data.tar.gz: fd6667d890ce2c619a4bbbe9bbe11477d18d3c7720968940799271e169dd9e663cbddd64ed10c451f088a0f8001f0805a6e1ead70a2ce48970381c8ea2ca6e52
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
# Manages App Engine applications.
|
|
28
28
|
class Service
|
|
29
29
|
|
|
30
|
-
include GRPC::GenericService
|
|
30
|
+
include ::GRPC::GenericService
|
|
31
31
|
|
|
32
32
|
self.marshal_class_method = :encode
|
|
33
33
|
self.unmarshal_class_method = :decode
|
|
@@ -68,7 +68,7 @@ module Google
|
|
|
68
68
|
# Manages services of an application.
|
|
69
69
|
class Service
|
|
70
70
|
|
|
71
|
-
include GRPC::GenericService
|
|
71
|
+
include ::GRPC::GenericService
|
|
72
72
|
|
|
73
73
|
self.marshal_class_method = :encode
|
|
74
74
|
self.unmarshal_class_method = :decode
|
|
@@ -90,7 +90,7 @@ module Google
|
|
|
90
90
|
# Manages versions of a service.
|
|
91
91
|
class Service
|
|
92
92
|
|
|
93
|
-
include GRPC::GenericService
|
|
93
|
+
include ::GRPC::GenericService
|
|
94
94
|
|
|
95
95
|
self.marshal_class_method = :encode
|
|
96
96
|
self.unmarshal_class_method = :decode
|
|
@@ -151,7 +151,7 @@ module Google
|
|
|
151
151
|
# Manages instances of a version.
|
|
152
152
|
class Service
|
|
153
153
|
|
|
154
|
-
include GRPC::GenericService
|
|
154
|
+
include ::GRPC::GenericService
|
|
155
155
|
|
|
156
156
|
self.marshal_class_method = :encode
|
|
157
157
|
self.unmarshal_class_method = :decode
|
|
@@ -203,7 +203,7 @@ module Google
|
|
|
203
203
|
# set to "allow" if not otherwise specified by the user.
|
|
204
204
|
class Service
|
|
205
205
|
|
|
206
|
-
include GRPC::GenericService
|
|
206
|
+
include ::GRPC::GenericService
|
|
207
207
|
|
|
208
208
|
self.marshal_class_method = :encode
|
|
209
209
|
self.unmarshal_class_method = :decode
|
|
@@ -235,7 +235,7 @@ module Google
|
|
|
235
235
|
# [Webmaster Central](https://www.google.com/webmasters/verification/home).
|
|
236
236
|
class Service
|
|
237
237
|
|
|
238
|
-
include GRPC::GenericService
|
|
238
|
+
include ::GRPC::GenericService
|
|
239
239
|
|
|
240
240
|
self.marshal_class_method = :encode
|
|
241
241
|
self.unmarshal_class_method = :decode
|
|
@@ -252,7 +252,7 @@ module Google
|
|
|
252
252
|
# administer any SSL certificates applicable to their authorized domains.
|
|
253
253
|
class Service
|
|
254
254
|
|
|
255
|
-
include GRPC::GenericService
|
|
255
|
+
include ::GRPC::GenericService
|
|
256
256
|
|
|
257
257
|
self.marshal_class_method = :encode
|
|
258
258
|
self.unmarshal_class_method = :decode
|
|
@@ -280,7 +280,7 @@ module Google
|
|
|
280
280
|
# Manages domains serving an application.
|
|
281
281
|
class Service
|
|
282
282
|
|
|
283
|
-
include GRPC::GenericService
|
|
283
|
+
include ::GRPC::GenericService
|
|
284
284
|
|
|
285
285
|
self.marshal_class_method = :encode
|
|
286
286
|
self.unmarshal_class_method = :decode
|
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-app_engine-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
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-
|
|
11
|
+
date: 2021-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0.5'
|
|
20
|
+
- - "<"
|
|
18
21
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
22
|
+
version: 2.a
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '0.5'
|
|
30
|
+
- - "<"
|
|
25
31
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
32
|
+
version: 2.a
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: google-cloud-errors
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -256,7 +262,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
256
262
|
- !ruby/object:Gem::Version
|
|
257
263
|
version: '0'
|
|
258
264
|
requirements: []
|
|
259
|
-
rubygems_version: 3.2.
|
|
265
|
+
rubygems_version: 3.2.17
|
|
260
266
|
signing_key:
|
|
261
267
|
specification_version: 4
|
|
262
268
|
summary: API Client library for the App Engine Admin V1 API
|