google-cloud-asset 1.8.2 → 1.8.3

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: 02ba9801fb6e6dd311839476f91359ac6d6c548421751b72bcf81b5ce6965a65
4
- data.tar.gz: 1c8744ff30878f59cde2d3aaf22e614b49dc30723773d4504168d013bc866a2f
3
+ metadata.gz: 9f37012fbea91c8ccb3d74a6cb9d58ca26209f155c132af3505418a83db7db62
4
+ data.tar.gz: 66921d1db91e7ca4e200851a837ff20757ef63489ca9e4d3eeb9450eec1a8ecf
5
5
  SHA512:
6
- metadata.gz: f91bcedd7f21523c809933fa50e79e96ca598997d3f9cf73628cac53d1aa3457fde8a4509eeb432f640754b72233fc0bc8ac208f4a3ca47e3c22f7db165f4b45
7
- data.tar.gz: 44840082ba4bb9e5aa2c0d9820f71ef1d0d13503b3a3b5452948c89f686f1c8152ebe14e97328ac16b3c24143a55a6667eb9c9785b9479ecac1fa6302d364a19
6
+ metadata.gz: a04c9ed2cabf9f830ae887e5003e0155e4683d91873ad51b531509d9dd9b3e99c4af09b442d260be2692c90ccec88626919b90b2af57c23e06eedf47999b62e4
7
+ data.tar.gz: 673b0577d89df6604311bf2a1f391349da9613c08b4394192d0d08b6254214b202d1daf6bff07fb244e1719e42d1fa2601537801fd2cf953bda03ef12d388f3a
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/cloudasset.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/asset"
39
+
40
+ client = Google::Cloud::Asset.asset_service
41
+ request = ::Google::Cloud::Asset::V1::ExportAssetsRequest.new # (request fields as keyword arguments...)
42
+ response = client.export_assets request
43
+ ```
44
+
37
45
  ## Migrating from 0.x versions
38
46
 
39
47
  The 1.0 release of the google-cloud-asset client is a significant upgrade
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Asset
19
- VERSION = "1.8.2".freeze
19
+ VERSION = "1.8.3".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-asset
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.2
4
+ version: 1.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC