google-cloud-run-client 1.5.0 → 1.5.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: 9deb4e7a17fb17b59e147c9829647380d991fee6b78236845befbf82f3dd2939
4
- data.tar.gz: f3010e86705e8fbf2fb30ff6e02b7128944fa2795e9f065f99e969f7205398f7
3
+ metadata.gz: 676f006aabf018f7ac1862b7e91c97f3c3d5265710c8fd57a411bbd0f4aaf034
4
+ data.tar.gz: b66bf036f398a924a18b5df51f830274be6e38fa22d005ce77fcb25d7166d21a
5
5
  SHA512:
6
- metadata.gz: bac9d3d8caa245c7ef3ae42dfa9979b482b449d851e984006d55f6293ef4d805db08c0d8eecd4e13a2e6b21329fcba7294795ecf0139d69b06d1cb84360f254c
7
- data.tar.gz: d54194d14a57cb4114fe90c70350ef979e355bf0ea35711d2f68dc09d94e290f1fe480fb92c4da64324516ec3b81f984b29a0bad34fe2397f60efd09d5bcce71
6
+ metadata.gz: b6a1e8aa7c9a85399ff01b82fb35a59ed5045340cb4999a71fc57dcee8f698e17e268b862c692ff92a0412e175e82a2cb126ba2825a74e55658a59b295d1bc02
7
+ data.tar.gz: 46dfaf5b21fb217e0e2d65372a38c11d510649bc74fc69e8a044540569d13165fb3f9a6f368092dc8ad7876d7810124db03690f7cbf1c294fa4d208d34b7792d
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/run.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/run"
39
+
40
+ client = Google::Cloud::Run.builds
41
+ request = ::Google::Cloud::Run::V2::SubmitBuildRequest.new # (request fields as keyword arguments...)
42
+ response = client.submit_build request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -18,7 +18,7 @@ module Google
18
18
  module Cloud
19
19
  module Run
20
20
  module Client
21
- VERSION = "1.5.0"
21
+ VERSION = "1.5.1"
22
22
  end
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-run-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC