google-cloud-network_security 1.1.1 → 1.1.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: a4cc07fff7433d61d588813e97f8d3b30b541a78367949f57f18946b32994aa8
4
- data.tar.gz: 8e0e62098514b57c236ec1f94d5467d49d8b3ea5f5c51cd00c5263b610ab0872
3
+ metadata.gz: 9ae4b0d72db5624552aa469dc6e22d0a546c479698efa521fbbafa6b6cf3dce8
4
+ data.tar.gz: f7a999a15719c7a198e6b8959abc8ea895d7b4bbfededbdad33945533233b6d6
5
5
  SHA512:
6
- metadata.gz: 795c04eb2c44155573d97306c1876bba50d51830881fcf9f2fc84ef1d1fa5ab3b528bb4df3ef856781e6b4ff087dfa3706e652a5af9aefe38abbf1cb1fed5525
7
- data.tar.gz: e1cb75d8fc44a50fb1e56a4e0c7adf4c3087c84ea7418ffede4f02e9a2ba6f85fc35d7b3fee4466b4af2c9a33551188daae7a11bd0cdf9ead85e89718aaa7630
6
+ metadata.gz: 1857cf9caea95e3cfa9b2838d00d0f30d6042c8f0506a13ad53b52bdaa82c584510e461f83d358b770adb200315409cc4e54b921711d0cb48cad4841e3f0423b
7
+ data.tar.gz: f9c793eecc32961637208507e32e25d792657f397054280b5ecbd430fbf1ff4dedc9a74b90b61f0525a83d24842f3e0efab7233a30d33fc063fb29fb9d27cdd7
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/networksecurity.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/network_security"
39
+
40
+ client = Google::Cloud::NetworkSecurity.network_security
41
+ request = ::Google::Cloud::NetworkSecurity::V1beta1::ListAuthorizationPoliciesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_authorization_policies 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 NetworkSecurity
23
- VERSION = "1.1.1"
23
+ VERSION = "1.1.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-network_security
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.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 Network Security API
80
80
  test_files: []