google-apis-networkmanagement_v1 0.24.0 → 0.25.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: 4fb64bf567052365ebd874f0fc2babfc495421269b3ec2efd8e59c2749723962
4
- data.tar.gz: 6a8f84d1f368675b5c5e2ed3d2a85324c98817573d08d43a9508486d7c2f39ce
3
+ metadata.gz: bffac0d857b7204b14a1f7e1af0bf8994001e8de65c949548668f76fb0e71a80
4
+ data.tar.gz: d9218b0e2f2968cc9a077f768692adcbfae5574d8661113a27a0a1be110c8867
5
5
  SHA512:
6
- metadata.gz: c3ebd1ddd2789819c981fa5a04d1404c1333a3d72ffa843b27c722a07f8f280d0a718236765f61c863c9beafb6ac05cd894b4211a86fd2a3ab9a8b15e4099186
7
- data.tar.gz: 3aa11b4edd111087a663abb52d04a4184694acd56819d2245c309e6f9e00f9ebf20571551b7763503321c370d5aa8736afa654851a572b4bbedf1e342ca2a318
6
+ metadata.gz: c4df477d1e89184e0d2e4d073b9fc63816b6ded172f4d90e265e1c29a527d49f139957dbe1188e6d72f72dbc5907ff64d152dd441525d0006da6a70d2e1d4d6c
7
+ data.tar.gz: b09b420f3be341487453b8757b46305007bcde7bdc6c6f3f916a1bd11c538398b8114ffecd8076a19dcdea0990201e3f2cbdf0d26ffb4c3a60ccd5bb5b81c6d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.25.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230201
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.24.0 (2022-12-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20221117
@@ -222,22 +222,22 @@ module Google
222
222
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
223
223
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
224
224
  # email address that represents a Google group. For example, `admins@example.com`
225
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
226
- # identifier) representing a user that has been recently deleted. For example, `
227
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
228
- # value reverts to `user:`emailid`` and the recovered user retains the role in
229
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
230
- # address (plus unique identifier) representing a service account that has been
231
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
225
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
226
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
227
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
228
+ # representing a user that has been recently deleted. For example, `alice@
229
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
230
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
231
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
232
+ # (plus unique identifier) representing a service account that has been recently
233
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
232
234
  # 123456789012345678901`. If the service account is undeleted, this value
233
235
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
234
236
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
235
237
  # An email address (plus unique identifier) representing a Google group that has
236
238
  # been recently deleted. For example, `admins@example.com?uid=
237
239
  # 123456789012345678901`. If the group is recovered, this value reverts to `
238
- # group:`emailid`` and the recovered group retains the role in the binding. * `
239
- # domain:`domain``: The G Suite domain (primary) that represents all the users
240
- # of that domain. For example, `google.com` or `example.com`.
240
+ # group:`emailid`` and the recovered group retains the role in the binding.
241
241
  # Corresponds to the JSON property `members`
242
242
  # @return [Array<String>]
243
243
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1
18
18
  # Version of the google-apis-networkmanagement_v1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221117"
25
+ REVISION = "20230201"
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-networkmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.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-12-12 00:00:00.000000000 Z
11
+ date: 2023-02-12 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-networkmanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
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.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Management API V1