google-apis-networksecurity_v1 0.7.0 → 0.8.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: d4acd521364f2fe313b66d338c9442fe5c8c56daa9409c01b380fdcb48795d48
4
- data.tar.gz: d938253b8f1f87b034ed6bc99a8ec3fd347a7fddfc4ec8a435675208787c8033
3
+ metadata.gz: bb76b1a2beeaf66e45d7038b9ded2a0a5994027560b8aa827e0d270b6b2aac12
4
+ data.tar.gz: 92c145003f0708b4e4709331d9b5e58f23ad76515e100033b053c14f5abec7ad
5
5
  SHA512:
6
- metadata.gz: b64fc17854b807a7ac805fba84fd5c78ca39c209236998badabe42217dd95fb6d017fee0f299af271278e4d429ad88a7d9db002133f45ee1145c00a49ca34b6a
7
- data.tar.gz: '089a1d0d7d2dbff7ffa8ecceb707582ec81485ef38350ad6ac317fec62fce96a0921c7c7e662e376f18b235281ee715b38b274c21315f121f8caa7c64f679d19'
6
+ metadata.gz: 1430afd159d6888543939de4ddcf2ebf448c9c50e8b4a12caa088e63311b4427def78f71dbec4ce0ecb549cdcfdffe9f1db57aa33f4b3f469c8584eb514e7a23
7
+ data.tar.gz: 78d90a368bfba12700ba492d72e2d545851f0da1dae1b142275f8db0273025e9d6c68baf42d2d378dc54b5c3b5c68f2b8e81737475348213d1eff7f5b85c0d09
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-networksecurity_v1
2
2
 
3
+ ### v0.8.0 (2022-07-16)
4
+
5
+ * Regenerated from discovery document revision 20220707
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.7.0 (2022-07-02)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -196,13 +196,13 @@ module Google
196
196
 
197
197
  # Required. List of host names to match. Matched against the ":authority" header
198
198
  # in http requests. At least one host should match. Each host can be an exact
199
- # match, or a prefix match (example "mydomain.*") or a suffix match (example // *
200
- # .myorg.com") or a presence(any) match "*".
199
+ # match, or a prefix match (example "mydomain.*") or a suffix match (example "*.
200
+ # myorg.com") or a presence (any) match "*".
201
201
  # Corresponds to the JSON property `hosts`
202
202
  # @return [Array<String>]
203
203
  attr_accessor :hosts
204
204
 
205
- # Specification of HTTP header match atrributes.
205
+ # Specification of HTTP header match attributes.
206
206
  # Corresponds to the JSON property `httpHeaderMatch`
207
207
  # @return [Google::Apis::NetworksecurityV1::HttpHeaderMatch]
208
208
  attr_accessor :http_header_match
@@ -335,7 +335,7 @@ module Google
335
335
  include Google::Apis::Core::Hashable
336
336
 
337
337
  # Required. The target URI of the gRPC endpoint. Only UDS path is supported, and
338
- # should start with unix:”.
338
+ # should start with "unix:".
339
339
  # Corresponds to the JSON property `targetUri`
340
340
  # @return [String]
341
341
  attr_accessor :target_uri
@@ -680,7 +680,7 @@ module Google
680
680
  end
681
681
  end
682
682
 
683
- # Specification of HTTP header match atrributes.
683
+ # Specification of HTTP header match attributes.
684
684
  class HttpHeaderMatch
685
685
  include Google::Apis::Core::Hashable
686
686
 
@@ -1149,8 +1149,8 @@ module Google
1149
1149
 
1150
1150
  # Optional. List of peer identities to match for authorization. At least one
1151
1151
  # principal should match. Each peer can be an exact match, or a prefix match (
1152
- # example, "namespace/*") or a suffix match (example, // */service-account") or
1153
- # a presence match "*". Authorization based on the principal name without
1152
+ # example, "namespace/*") or a suffix match (example, "*/service-account") or a
1153
+ # presence match "*". Authorization based on the principal name without
1154
1154
  # certificate validation (configured by ServerTlsPolicy resource) is considered
1155
1155
  # insecure.
1156
1156
  # Corresponds to the JSON property `principals`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworksecurityV1
18
18
  # Version of the google-apis-networksecurity_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220616"
25
+ REVISION = "20220707"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networksecurity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-07-18 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.8.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []