google-cloud-saas_platform-saas_service_mgmt 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de49624a7a591ccf0ba175c9b265dabdb24a7740b47c67f2648080f18271838b
|
|
4
|
+
data.tar.gz: feb414c3ddba5c894533f4bdcc0264a0eaccebebabbc850f231cd93346ed1ef4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6187c54602920ce46da3256e4e4a10651aa8d1e17ffd35d2b903e838ca04de67f8d48ca70490ee44569d85119ee1ddcce2c3cda2d8582a933499e2458516d9c
|
|
7
|
+
data.tar.gz: 9d7916742934dad454c50f5c864af7904f426ae49fa2b4c9a34a89477fcfcb1ebc7d8ab65b5737d2d031e36249de3c44eb0bb248dc0d8b0bf51448fc31f50b39
|
data/.yardopts
CHANGED
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# Ruby Client for the
|
|
1
|
+
# Ruby Client for the App Lifecycle Manager API
|
|
2
2
|
|
|
3
3
|
Model, deploy, and operate your SaaS at scale.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
App Lifecycle Manager Overview.
|
|
6
6
|
|
|
7
7
|
Actual client classes for the various versions of this API are defined in
|
|
8
8
|
_versioned_ client gems, with names of the form `google-cloud-saas_platform-saas_service_mgmt-v*`.
|
|
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
|
|
|
74
74
|
|
|
75
75
|
## Supported Ruby Versions
|
|
76
76
|
|
|
77
|
-
This library is supported on Ruby 3.
|
|
77
|
+
This library is supported on Ruby 3.2+.
|
|
78
78
|
|
|
79
79
|
Google provides official support for Ruby versions that are actively supported
|
|
80
80
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -209,6 +209,7 @@ module Google
|
|
|
209
209
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
210
210
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
211
211
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
212
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
212
213
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
213
214
|
# The error codes that should trigger a retry.
|
|
214
215
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-saas_platform-saas_service_mgmt
|
|
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
|
|
@@ -43,8 +43,7 @@ dependencies:
|
|
|
43
43
|
- - "<"
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: 2.a
|
|
46
|
-
description:
|
|
47
|
-
service (SaaS) applications on Google Cloud.
|
|
46
|
+
description: App Lifecycle Manager Overview.
|
|
48
47
|
email: googleapis-packages@google.com
|
|
49
48
|
executables: []
|
|
50
49
|
extensions: []
|