google-apis-networksecurity_v1beta1 0.9.0 → 0.10.0

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: 5813668e23a530893cecdc3fd8ebbac730c9f691c1a362f4334ebe76d7d04890
4
- data.tar.gz: 64460583dbffb4a88e4d28c2a42063af5d11c50992e3e0d95e84f3685070b96c
3
+ metadata.gz: c35ea28c66632a023082c3efc9fdd991575ed748b957127fd0c99887355b7d36
4
+ data.tar.gz: 36daaa54181cf80852cbd4c695bce139d00991e5193721e5d0331b11a5c413b0
5
5
  SHA512:
6
- metadata.gz: daf6959df9f392150b8dbc40bb71bbef0f5e3a5746f14e4887cdbcc5c3e337aea2d8b8771bb7652a265ccc828241030daff149ffca303ef0a0ede06bd50daafa
7
- data.tar.gz: b0ebbe1247b01988d3f53d1ee499371b18d2746d3ef29a7ca9d66e5763a5f13cd4a01d47468c8ccb1e59a981b7037fc290dd2a5e70576ce4d2c16f2b7979491e
6
+ metadata.gz: bfb36b23fc030e4d7170eb874a24ccae22ea2ad5710bdc99b6efdd209579e1166d4e4055de30bca89abd0134df27a906602d504e1a948930a05669f110d7b5d5
7
+ data.tar.gz: 5b819f03c57e7f9ae4c0832a75d6c9a9592b5c33a32f1ec2c206b036ce9695dfcb7b55d340d36742788405f3fa453f8df2d56c263ef4f4171bf1d557aff81734
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-networksecurity_v1beta1
2
2
 
3
+ ### v0.10.0 (2022-07-16)
4
+
5
+ * Regenerated from discovery document revision 20220707
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.9.0 (2022-07-03)
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::NetworksecurityV1beta1::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 NetworksecurityV1beta1
18
18
  # Version of the google-apis-networksecurity_v1beta1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.10.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: []