google-cloud-run-client 0.4.0 → 1.0.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/run/client/version.rb +1 -1
- data/lib/google/cloud/run.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7fde37102a1b399d9ff57533b13a9059e7cfe4f290bd9fa55e48a3e1d63e43c1
|
|
4
|
+
data.tar.gz: bf92cbbed67185734b49302a9424e8c029324704c26947601c4005649096612f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30510a357a8f36c5556034c827f9c38347a0f50c374ff5d848e36e76a492c207ec1375aa2eb6fc03186aa56959d6ecfcb9d06695ccefe2d36f5ddc999754a19f
|
|
7
|
+
data.tar.gz: c469dd4ea7bbdc01338580115ee7e77386d20ece1985c0e796803373bb63b4dc98809695b16fa9df37e4e4f573f2c80b8db964b93ddc705ca4b4f3f4c4e29971
|
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ for this library, google-cloud-run-client, to see the convenience methods for
|
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
|
18
18
|
client gems:
|
|
19
|
-
[google-cloud-run-v2](https://
|
|
19
|
+
[google-cloud-run-v2](https://cloud.google.com/ruby/docs/reference/google-cloud-run-v2/latest).
|
|
20
20
|
|
|
21
21
|
See also the [Product Documentation](https://cloud.google.com/run)
|
|
22
22
|
for more usage information.
|
data/lib/google/cloud/run.rb
CHANGED
|
@@ -48,7 +48,7 @@ module Google
|
|
|
48
48
|
# Create a new client object for Executions.
|
|
49
49
|
#
|
|
50
50
|
# By default, this returns an instance of
|
|
51
|
-
# [Google::Cloud::Run::V2::Executions::Client](https://
|
|
51
|
+
# [Google::Cloud::Run::V2::Executions::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-run-v2/latest/Google-Cloud-Run-V2-Executions-Client)
|
|
52
52
|
# for a gRPC client for version V2 of the API.
|
|
53
53
|
# However, you can specify a different API version by passing it in the
|
|
54
54
|
# `version` parameter. If the Executions service is
|
|
@@ -82,7 +82,7 @@ module Google
|
|
|
82
82
|
# Create a new client object for Jobs.
|
|
83
83
|
#
|
|
84
84
|
# By default, this returns an instance of
|
|
85
|
-
# [Google::Cloud::Run::V2::Jobs::Client](https://
|
|
85
|
+
# [Google::Cloud::Run::V2::Jobs::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-run-v2/latest/Google-Cloud-Run-V2-Jobs-Client)
|
|
86
86
|
# for a gRPC client for version V2 of the API.
|
|
87
87
|
# However, you can specify a different API version by passing it in the
|
|
88
88
|
# `version` parameter. If the Jobs service is
|
|
@@ -116,7 +116,7 @@ module Google
|
|
|
116
116
|
# Create a new client object for Revisions.
|
|
117
117
|
#
|
|
118
118
|
# By default, this returns an instance of
|
|
119
|
-
# [Google::Cloud::Run::V2::Revisions::Client](https://
|
|
119
|
+
# [Google::Cloud::Run::V2::Revisions::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-run-v2/latest/Google-Cloud-Run-V2-Revisions-Client)
|
|
120
120
|
# for a gRPC client for version V2 of the API.
|
|
121
121
|
# However, you can specify a different API version by passing it in the
|
|
122
122
|
# `version` parameter. If the Revisions service is
|
|
@@ -150,7 +150,7 @@ module Google
|
|
|
150
150
|
# Create a new client object for Services.
|
|
151
151
|
#
|
|
152
152
|
# By default, this returns an instance of
|
|
153
|
-
# [Google::Cloud::Run::V2::Services::Client](https://
|
|
153
|
+
# [Google::Cloud::Run::V2::Services::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-run-v2/latest/Google-Cloud-Run-V2-Services-Client)
|
|
154
154
|
# for a gRPC client for version V2 of the API.
|
|
155
155
|
# However, you can specify a different API version by passing it in the
|
|
156
156
|
# `version` parameter. If the Services service is
|
|
@@ -184,7 +184,7 @@ module Google
|
|
|
184
184
|
# Create a new client object for Tasks.
|
|
185
185
|
#
|
|
186
186
|
# By default, this returns an instance of
|
|
187
|
-
# [Google::Cloud::Run::V2::Tasks::Client](https://
|
|
187
|
+
# [Google::Cloud::Run::V2::Tasks::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-run-v2/latest/Google-Cloud-Run-V2-Tasks-Client)
|
|
188
188
|
# for a gRPC client for version V2 of the API.
|
|
189
189
|
# However, you can specify a different API version by passing it in the
|
|
190
190
|
# `version` parameter. If the Tasks service is
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-run-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.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: 2023-
|
|
11
|
+
date: 2023-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|