google-cloud-container_analysis 1.5.3 → 1.5.4

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: f43d0a96320b0c65b123044bea6764579da18cdce78b35c5f07af43f9382bfe0
4
- data.tar.gz: 9b12198c220facbf86c115675d29a442397e9f6e092be6ae55ed850b5cfff8b5
3
+ metadata.gz: 462c39e6d5d81987213045b176468c6a0cfa9b4de8cebf10ddc2ddb0ebf74a0d
4
+ data.tar.gz: 24cd717a888e1a7ab0b338928f0b4ca3712e1e3405c479098c2427b807319fd6
5
5
  SHA512:
6
- metadata.gz: 6509dd20c0a46f40eb640ea8f96163e4d4e2018f4d92799d7948c8dc73dc4484e22745f38ed0efa642b0ae7bdc27cf56b9f8613ff6d0e086f4d96de2d7c3b696
7
- data.tar.gz: a4b19cf0d5b8868210f2bacb2ff11e5145e819f3e777d5e6c07831a50788bfc15a23f41e5a86d1160300443d0cd1f9face07359bb7df09721e81e6758796ff8d
6
+ metadata.gz: 073ddb2a236bc45f7e39114ac9badea499e3a1fa742de38152755a0071a00760cd751388dade339999424805570128372ec27add84e9c00314aeca64ceb0c434
7
+ data.tar.gz: 8c338e239fe6c992856cf6362809098731689aa8290e58fe1715c8a3c911b76c4d0ea76ae6306a375be45f775330663cb4fd75f407eb5711593b77175e589937
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/containeranalysis.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/container_analysis"
39
+
40
+ client = Google::Cloud::ContainerAnalysis.container_analysis
41
+ request = ::Google::Iam::V1::SetIamPolicyRequest.new # (request fields as keyword arguments...)
42
+ response = client.set_iam_policy request
43
+ ```
44
+
37
45
  ## Migrating from 0.x versions
38
46
 
39
47
  The 1.0 release of the google-cloud-container_analysis client is a significant upgrade
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ContainerAnalysis
23
- VERSION = "1.5.3"
23
+ VERSION = "1.5.4"
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-container_analysis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC