google-cloud-build 1.6.1 → 1.6.2

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: d3e78c564f1e7ef67e86ba1c461517b58fedb81b763b860187a4ee12cbb87db0
4
- data.tar.gz: 8b8d05a80baf86823b7c0c26884367e90e8f2d823a89e3c3b11ef5f6d9f8d1ec
3
+ metadata.gz: 77d07c0fe2b1ae96d3987ee4c84b06905dcbb20960f159ce65730afabd345d61
4
+ data.tar.gz: 2154fe0d368a75430d201552d148c30f8f3d8b575683270415573788edb2bafc
5
5
  SHA512:
6
- metadata.gz: ef755c6a395f11f3451fd6f4d73563c9229271a534a852970b9e76a476fe026e4a6611638762695a9824eb32c94e773025c1568ab079def240fa074f54ac3d22
7
- data.tar.gz: 198303438f0fd1cba12c7bd5b69b0e546bbfe7ce8d0702f4f7299defbd8abb2c9906a3c8bd46fcc9cf0dfbb058b65a647701e15dc95c012ab19cd79741379961
6
+ metadata.gz: 93bf5b04f5a7a65b2fee1c78afe2adf8ad74d3698794d740ca183c8870b637392abf2228ccb65da1cef2cd214869ded4cd72e8173a1952666c98903db7b72d63
7
+ data.tar.gz: 67d4d4d80e948787298b271878c3d7fb1c02ebd09d86ee41162f78da3fb7609e31c9bfe8c0a580bcc1199c722e398bd0db96224bd9ec83247117bb2c56dfafc9
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/cloudbuild.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/build"
39
+
40
+ client = Google::Cloud::Build.cloud_build
41
+ request = ::Google::Cloud::Build::V1::CreateBuildRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_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
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Build
23
- VERSION = "1.6.1"
23
+ VERSION = "1.6.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-build
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubygems_version: 3.6.8
80
+ rubygems_version: 3.6.9
81
81
  specification_version: 4
82
82
  summary: API Client library for the Cloud Build API
83
83
  test_files: []