google-apis-networkconnectivity_v1alpha1 0.28.0 → 0.30.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: 340a533ea880e7a250f9d7c7b710b49e08cb0b8a2b8c1e495458c1121572cb90
4
- data.tar.gz: '0088f5e4bd22bc02899751d5daa195eb3545aaa790842f4c4b9726abc4e88466'
3
+ metadata.gz: 7eb11d73cc40669d0a37f9945fa59c2f0b19a34427ff994836cc99a180124f71
4
+ data.tar.gz: e73f14776176781862c7b7ef4d401f26e80148614fe5689b9caf793406b4e936
5
5
  SHA512:
6
- metadata.gz: c7686ac8e9780d499a677d6508f4357be00e0185fcc648b7d780ba26b98ddbcec19beec5f2bbf40b0f53b97eaa9d24fe7061e829cf6f0b92c8696860e8bf8f44
7
- data.tar.gz: dd4be31052130f42ae866c5fa916bc5da8aee0485fc1790ad122ca39a81b46cbfea605e25519492a1ec1242ca7aff442751533863d13443dfbc220757ac456b4
6
+ metadata.gz: 6ec825dfe12616462669f10d610166f2b3eb98c6156028a5c6ecf43f8c47c1abefca5d4d9c7502f751071a76fe7c8615e419d97e48889837ad75c042d9b72933
7
+ data.tar.gz: 7224bda149af1873cf1471636dce773cd0b2c1047f5dd4e8e466bdca6cdf42d55c75377f6e479042c872eb6674dcfd7198a24b762476c82aeab9d3efb70fb65e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-networkconnectivity_v1alpha1
2
2
 
3
+ ### v0.30.0 (2023-02-15)
4
+
5
+ * Regenerated from discovery document revision 20230208
6
+ * Regenerated using generator version 0.12.0
7
+
8
+ ### v0.29.0 (2023-02-12)
9
+
10
+ * Regenerated from discovery document revision 20230201
11
+
3
12
  ### v0.28.0 (2023-01-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20230105
@@ -131,22 +131,22 @@ module Google
131
131
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
132
132
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
133
133
  # email address that represents a Google group. For example, `admins@example.com`
134
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
135
- # identifier) representing a user that has been recently deleted. For example, `
136
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
137
- # value reverts to `user:`emailid`` and the recovered user retains the role in
138
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
139
- # address (plus unique identifier) representing a service account that has been
140
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
134
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
135
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
136
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
137
+ # representing a user that has been recently deleted. For example, `alice@
138
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
139
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
140
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
141
+ # (plus unique identifier) representing a service account that has been recently
142
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
141
143
  # 123456789012345678901`. If the service account is undeleted, this value
142
144
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
143
145
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
144
146
  # An email address (plus unique identifier) representing a Google group that has
145
147
  # been recently deleted. For example, `admins@example.com?uid=
146
148
  # 123456789012345678901`. If the group is recovered, this value reverts to `
147
- # group:`emailid`` and the recovered group retains the role in the binding. * `
148
- # domain:`domain``: The G Suite domain (primary) that represents all the users
149
- # of that domain. For example, `google.com` or `example.com`.
149
+ # group:`emailid`` and the recovered group retains the role in the binding.
150
150
  # Corresponds to the JSON property `members`
151
151
  # @return [Array<String>]
152
152
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkconnectivityV1alpha1
18
18
  # Version of the google-apis-networkconnectivity_v1alpha1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230105"
25
+ REVISION = "20230208"
26
26
  end
27
27
  end
28
28
  end
@@ -133,7 +133,7 @@ module Google
133
133
  # request ID so that if you must retry your request, the server will know to
134
134
  # ignore the request if it has already been completed. The server will guarantee
135
135
  # that for at least 60 minutes since the first request. For example, consider a
136
- # situation where you make an initial request and t he request times out. If you
136
+ # situation where you make an initial request and the request times out. If you
137
137
  # make the request again with the same request ID, the server can check if
138
138
  # original operation with the same request ID was received, and if so, will
139
139
  # ignore the second request. This prevents clients from accidentally creating
@@ -178,7 +178,7 @@ module Google
178
178
  # request ID so that if you must retry your request, the server will know to
179
179
  # ignore the request if it has already been completed. The server will guarantee
180
180
  # that for at least 60 minutes after the first request. For example, consider a
181
- # situation where you make an initial request and t he request times out. If you
181
+ # situation where you make an initial request and the request times out. If you
182
182
  # make the request again with the same request ID, the server can check if
183
183
  # original operation with the same request ID was received, and if so, will
184
184
  # ignore the second request. This prevents clients from accidentally creating
@@ -338,7 +338,7 @@ module Google
338
338
  # request ID so that if you must retry your request, the server will know to
339
339
  # ignore the request if it has already been completed. The server will guarantee
340
340
  # that for at least 60 minutes since the first request. For example, consider a
341
- # situation where you make an initial request and t he request times out. If you
341
+ # situation where you make an initial request and the request times out. If you
342
342
  # make the request again with the same request ID, the server can check if
343
343
  # original operation with the same request ID was received, and if so, will
344
344
  # ignore the second request. This prevents clients from accidentally creating
@@ -955,7 +955,7 @@ module Google
955
955
  # request ID so that if you must retry your request, the server will know to
956
956
  # ignore the request if it has already been completed. The server will guarantee
957
957
  # that for at least 60 minutes since the first request. For example, consider a
958
- # situation where you make an initial request and t he request times out. If you
958
+ # situation where you make an initial request and the request times out. If you
959
959
  # make the request again with the same request ID, the server can check if
960
960
  # original operation with the same request ID was received, and if so, will
961
961
  # ignore the second request. This prevents clients from accidentally creating
@@ -1002,7 +1002,7 @@ module Google
1002
1002
  # request ID so that if you must retry your request, the server will know to
1003
1003
  # ignore the request if it has already been completed. The server will guarantee
1004
1004
  # that for at least 60 minutes after the first request. For example, consider a
1005
- # situation where you make an initial request and t he request times out. If you
1005
+ # situation where you make an initial request and the request times out. If you
1006
1006
  # make the request again with the same request ID, the server can check if
1007
1007
  # original operation with the same request ID was received, and if so, will
1008
1008
  # ignore the second request. This prevents clients from accidentally creating
@@ -1163,7 +1163,7 @@ module Google
1163
1163
  # request ID so that if you must retry your request, the server will know to
1164
1164
  # ignore the request if it has already been completed. The server will guarantee
1165
1165
  # that for at least 60 minutes since the first request. For example, consider a
1166
- # situation where you make an initial request and t he request times out. If you
1166
+ # situation where you make an initial request and the request times out. If you
1167
1167
  # make the request again with the same request ID, the server can check if
1168
1168
  # original operation with the same request ID was received, and if so, will
1169
1169
  # ignore the second request. This prevents clients from accidentally creating
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkconnectivity_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.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: 2023-01-15 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-networkconnectivity_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []