google-cloud-ids 2.0.1 → 2.0.2

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: 2b2b66a1e5a2dbb6e8704f7bb5d96fb1cfe595a5ce2392ce87e6cfd68c74df2b
4
- data.tar.gz: 3c66fae0233d40dcf9c1764729fb53761bdcf31bf32bf858c545eaeadd49ff51
3
+ metadata.gz: 5454a4f16c19e2ba3cc10bb01f009dd96eba3c22cb4bb22e82ba54ef1a12f4a9
4
+ data.tar.gz: c5943c4d2cb60bb3084961e672dc5e90c458ebfe7c0117f6c983e0878ada4af0
5
5
  SHA512:
6
- metadata.gz: d1f7345866a61c67085c412bf034436a720425a45c116252135dc15ac29ce2c8136873969582905aefe13932aad837da4f7b1c29c4e11c0da147b8864f65be1c
7
- data.tar.gz: 4fc476332da786debbf20ee5d62dae0c6e375a9bf04f47d75530d807b809eed9e4532427054f35ed143c42f694ed7daa9cb0abc25e2167475e2f16e8a24d618f
6
+ metadata.gz: 35cbc5da9dee7238abdc9a05bcf55ebbf026a1c4d00eba18f30ba7c2e7ef8ee3843ecd4cd42088cb2b626a047996980a96b4ed44c38b23248356af0385acd971
7
+ data.tar.gz: 67e019a63426e90e8756bbc619e1b9976e9fef3d004e1bb6fe280cecfcc7664ec395d2d81fe032352dc897204ec0fe96e9a030bdca2f9dd267b44faeaf41c178
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/ids.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/ids"
39
+
40
+ client = Google::Cloud::IDS.ids
41
+ request = ::Google::Cloud::IDS::V1::ListEndpointsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_endpoints request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module IDS
23
- VERSION = "2.0.1"
23
+ VERSION = "2.0.2"
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-ids
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.8
77
+ rubygems_version: 3.6.9
78
78
  specification_version: 4
79
79
  summary: API Client library for the Cloud IDS API
80
80
  test_files: []