google-cloud-container_analysis 1.5.3 → 1.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f43d0a96320b0c65b123044bea6764579da18cdce78b35c5f07af43f9382bfe0
4
- data.tar.gz: 9b12198c220facbf86c115675d29a442397e9f6e092be6ae55ed850b5cfff8b5
3
+ metadata.gz: 60acb5473b1f0f3703a4de3bdbeb150dc2401a35cce79a19921633a8b504550a
4
+ data.tar.gz: 8fb497561b60a13920e05e1d748579a3643b24846751adbfdbf51af05d8d7d12
5
5
  SHA512:
6
- metadata.gz: 6509dd20c0a46f40eb640ea8f96163e4d4e2018f4d92799d7948c8dc73dc4484e22745f38ed0efa642b0ae7bdc27cf56b9f8613ff6d0e086f4d96de2d7c3b696
7
- data.tar.gz: a4b19cf0d5b8868210f2bacb2ff11e5145e819f3e777d5e6c07831a50788bfc15a23f41e5a86d1160300443d0cd1f9face07359bb7df09721e81e6758796ff8d
6
+ metadata.gz: 6902f00df893e49a3597bbf32c249e57d5c73edfdf63286a8c3af885167c24d0b910075bc6874d1a82fbfa2146e7e281d9158803ce9e8feca99c7359dbe2da89
7
+ data.tar.gz: 9671f2d09a8c61b524349cfd13e1930df44e49da989894b16ac7ac9dd68c3d27e3e12cd22ae7aef0e5e14e7442cdc3d2e143c7e8fd9cdce25748ee18beca8db7
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.6.0"
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.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -70,7 +70,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
- version: '3.0'
73
+ version: '3.2'
74
74
  required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
76
  - - ">="