google-apis-networksecurity_v1beta1 0.4.0 → 0.5.0

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: a1bb41c6463f422e81c2c6c7872ac64e05db4d54f28db58ad265e9e0e99adb48
4
- data.tar.gz: 816f369640a93e41ce20ab0898ee63c29825d52d41c3acd41312caf6027016a4
3
+ metadata.gz: d8efe8b194706a186fca5afd42d1d00c0efa9754841a62e07b4260ec1b672ab0
4
+ data.tar.gz: 5d1da1ffc5bfc5a78fb2a3ee597cc52ba4ae9ae2d73db8127aa07271a66f3ff8
5
5
  SHA512:
6
- metadata.gz: 14c7e4429ee5fe36e099681c49b9c3f2eaff0a68fc8ed8b3d33c20b5c717dc2807e06a4c8e2ac080d81cf03a6957bc93340f4c759fdc9b9852f0c1a65ae8dd14
7
- data.tar.gz: e29e7e885c3fc36a9d52bc30be7ebcd365f9c843fbb38b2cea43e8ed01e6b54eb50dde4374414386c4586f6f262c63f6c9dd4cf04c5531e410a1111dcc6bb531
6
+ metadata.gz: 2d40c57b7693567d2d956429eb8bbbb1cad718b541bee2340418b2be48c9fa498f7e7a312a57458e93d656a1fdaa6f2f983e33db6bd670f426c44ad8eb284d7b
7
+ data.tar.gz: 98227cf3e4ccb22c96c8db184b58699cb2795654c873b8f53bca0d8a53ad799c48df875e082096b6a075132ea09eb549361eb669589ca672979b88e7783a9f79
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networksecurity_v1beta1
2
2
 
3
+ ### v0.5.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.4.0 (2021-10-21)
4
8
 
5
9
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/networksecurity_v1beta1"
51
51
  client = Google::Apis::NetworksecurityV1beta1::NetworkSecurityService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module NetworksecurityV1beta1
18
18
  # Version of the google-apis-networksecurity_v1beta1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networksecurity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.5.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Security API V1beta1