google-cloud-workflows-executions-v1beta 0.9.0 → 0.10.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: d1216e8fb5077793b51b201f6744d4a9725df369c1b9f6c423d372426f73f541
|
4
|
+
data.tar.gz: 8a173ae4b804b3f9174a1fcde8bf91525b3a001035bfca7a94e7e5f22a4840d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 054e7dfec547402319e89d9d3a7dbe59067f704d60d9afc1ad09f82ffaaccdb889f8f3af8f0f6a5c576d1b95bbcb913f5d66b3c31d620b623a041e81c31b0fc9
|
7
|
+
data.tar.gz: 0f88fb582556d7e8c70811b4f692cc53887f1229ccb24d2b9f048132c51b8b28c9fcd21ebdd9debada7bbf1098cac11ddbda3780f6978a91377c1b8d49d5d53e
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -605,6 +605,13 @@ module Google
|
|
605
605
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
606
606
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
607
607
|
# * (`nil`) indicating no credentials
|
608
|
+
#
|
609
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
610
|
+
# external source for authentication to Google Cloud, you must validate it before
|
611
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
612
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
613
|
+
# For more information, refer to [Validate credential configurations from external
|
614
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
608
615
|
# @return [::Object]
|
609
616
|
# @!attribute [rw] scope
|
610
617
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-workflows-executions-v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -81,7 +80,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
81
80
|
licenses:
|
82
81
|
- Apache-2.0
|
83
82
|
metadata: {}
|
84
|
-
post_install_message:
|
85
83
|
rdoc_options: []
|
86
84
|
require_paths:
|
87
85
|
- lib
|
@@ -89,15 +87,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
89
87
|
requirements:
|
90
88
|
- - ">="
|
91
89
|
- !ruby/object:Gem::Version
|
92
|
-
version: '
|
90
|
+
version: '3.0'
|
93
91
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
94
92
|
requirements:
|
95
93
|
- - ">="
|
96
94
|
- !ruby/object:Gem::Version
|
97
95
|
version: '0'
|
98
96
|
requirements: []
|
99
|
-
rubygems_version: 3.
|
100
|
-
signing_key:
|
97
|
+
rubygems_version: 3.6.2
|
101
98
|
specification_version: 4
|
102
99
|
summary: Manages user-provided workflows.
|
103
100
|
test_files: []
|