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: a374e74938f52b1d6e83d706c3721caa511472c3c18527e9e7d7c5bf18d2d290
4
- data.tar.gz: fe2da4df06092dd0d49c8231f511baa44430264a134c261e147dd652c0fd64bc
3
+ metadata.gz: de49624a7a591ccf0ba175c9b265dabdb24a7740b47c67f2648080f18271838b
4
+ data.tar.gz: feb414c3ddba5c894533f4bdcc0264a0eaccebebabbc850f231cd93346ed1ef4
5
5
  SHA512:
6
- metadata.gz: de5e378e1370c07c51aecc95d0a9f6f76133bdf22c3844c7b639d7cb54232d35965acb418a4ed0eec1fd9753103a3285750d5f7a11a87bab8c1561f48fb0224e
7
- data.tar.gz: 482ea12dd2f485c4896a7f49a05f4136fa4d2fb92e54901a3e73044d090c0f1b82440b1cbe54dfac1dea7e9544e52aeb4ffbc081ae8039ae21d490ac67260933
6
+ metadata.gz: e6187c54602920ce46da3256e4e4a10651aa8d1e17ffd35d2b903e838ca04de67f8d48ca70490ee44569d85119ee1ddcce2c3cda2d8582a933499e2458516d9c
7
+ data.tar.gz: 9d7916742934dad454c50f5c864af7904f426ae49fa2b4c9a34a89477fcfcb1ebc7d8ab65b5737d2d031e36249de3c44eb0bb248dc0d8b0bf51448fc31f50b39
data/.yardopts CHANGED
@@ -1,5 +1,5 @@
1
1
  --no-private
2
- --title="SaaS Runtime API"
2
+ --title="App Lifecycle Manager API"
3
3
  --exclude _pb\.rb$
4
4
  --markup markdown
5
5
  --markup-provider redcarpet
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # Ruby Client for the SaaS Runtime API
1
+ # Ruby Client for the App Lifecycle Manager API
2
2
 
3
3
  Model, deploy, and operate your SaaS at scale.
4
4
 
5
- SaaS Runtime lets you store, host, manage, and monitor software as a service (SaaS) applications on Google Cloud.
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.0+.
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SaasPlatform
23
23
  module SaasServiceMgmt
24
- VERSION = "0.2.0"
24
+ VERSION = "0.3.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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.2.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: SaaS Runtime lets you store, host, manage, and monitor software as a
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: []