google-cloud-asset-v1beta1 0.2.2 → 0.2.3

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: 94a9e700c606abde6352c9c993df3a0e68c5afcf0c9e178e4f0de6d0d4c4e249
4
- data.tar.gz: 1d69fe64330470ec50f9e939a1bbcd5b6ba6d503bb479d6c280bf72758b9dc11
3
+ metadata.gz: e2940b966b75b041212087be638493249f0e3596b7c4b29cd3195039b1d32440
4
+ data.tar.gz: 9d28ff2e5970f8eb5e19a1583642ae2bff6f5c8c14bb6b25d488d5e926828234
5
5
  SHA512:
6
- metadata.gz: 65c362061c64c5e1f0c03e55eab2ad7df57d0251fc3b593ec97596d5ab78e60f720bab047d3c98da8a6fd3cf43f4334819b85a946f72e5f482e08bc5bfaa01f4
7
- data.tar.gz: 8fc02f3d5772dad91deff9cb32ecd07922fd58226a0d22cb187f19e16cd06ef3e21916a63d6c3d123343585563b310d7e10933b562f6f84ea2c4034438fbd94a
6
+ metadata.gz: b1b5d5ee11c5faabd3500e81b41e370bc0b2939ef48c15563b4a55a97b13dc4ad17225993f40afc113be73f083a948590f77ef01c796dc7d6cd8df88b5a1087a
7
+ data.tar.gz: faa499af4d89901bddaf8c5ff98b98fe050edc8f622e8c205895f1eca7f84617aaac296cea03104c1fe956b9ca18662bf45742a040369ac71cec9c6476380d73
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/cloudasset.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.export_assets request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-asset-v1beta1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/asset-inventory/)
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 Asset
23
23
  module V1beta1
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.3"
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-asset-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
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-06 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