google-cloud-container_analysis-v1 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 83b251eda66408a7d3d4d9ba49882946050140cb32a64b9e8deb304fd6e6c25b
4
- data.tar.gz: 300416f2811aa106e03274d4abef2913ef017ea9caae0e301c8280bfd544f974
3
+ metadata.gz: b9ec310bd9f352bec09a7a65c8270a747426b870558720f6ea4e78f488f3d904
4
+ data.tar.gz: 3db4711a600355f30d8ef20e059a32079b90fa43b66787b392b44b5490f031c5
5
5
  SHA512:
6
- metadata.gz: 4cf90e0c9b757ca28641732cb8a3436ca0361cbcb4018724a03c7f6337fbae11f32a7ac8777206ba80ef8986383cfb707f6209af13c839e6dc811fddd0cfa8f8
7
- data.tar.gz: 8fc81bc6202d8a94a992a0c277c0cc9be831a49fccabf721d6499a6438c0bd30340006c20f15a773c4ecf557fb57cb9e3292ef66abb7dab47f1fcb0ff4615159
6
+ metadata.gz: 67e463ae806eee9c6ca86d8c454617c434e06789d89b748cde934e3045c37d3c5361ee939f6da366649d6c4a8504adc5fe55380a93db0a8965b35c1baae7baad
7
+ data.tar.gz: 5809afc103d39ac60910d19446d790004d7fd0b0dbe24c65543e86ef234afc3b3997c97b315ec057b9aa4ea90b6773a09ce9fac9aa3e4254e41e7cefdbc638f2
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/containeranalysis.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.set_iam_policy request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-container_analysis-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/container-registry/docs/container-analysis)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ContainerAnalysis
23
23
  module V1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container_analysis-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-03 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common