google-apis-networkmanagement_v1beta1 0.22.0 → 0.24.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: 0ff67c014f464895685d9db54e41677bf036e172e75d4af3368fd8e655da57f3
4
- data.tar.gz: 1f2443645cf5d503f5429f08531797608cc1f3fd19b54247dcfb2001d3b64b68
3
+ metadata.gz: c40d29fe3931735f7309b1d26acce130e0e52bb8380ad9c0752b4edac6f7b9cb
4
+ data.tar.gz: 179860fef75cd4bc760ccb6a17bc4951f1df31d6ea7b2dfbf554dd14144151bd
5
5
  SHA512:
6
- metadata.gz: cc68a4194ddbfe6836b0bf7079011d18b330840d1412c875a147a95a59afed5ae1d3a5d6701f30ea3fa3e2218f566e0de6819c14b657878d479ea3082693f045
7
- data.tar.gz: 382a97669773bc9d0a57c839f8d13618567acdfcca67393d65b92f5e1278867b538a510ca5c09b2cd56254cd8c8650f75611c713ce1799c23945a9c0e529a973
6
+ metadata.gz: 71567025b90686b425851bad7522a75bf08dd2a332edd24a2bbe52dbeac03475015ab6df32635bd5f8b721e0d23e11e4ec749d2d5ab432a2a0d45fe371237857
7
+ data.tar.gz: 300fbc6e5d422cec28e786fa1cc5043bf90e29aa0b7c98f5ee6f114b8da2bfecb24c60f9584736b7ed5b9268c4eb41726dffc05ab5b447f1b48df21a60f6aa15
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.24.0 (2022-09-17)
4
+
5
+ * Regenerated from discovery document revision 20220908
6
+
7
+ ### v0.23.0 (2022-08-22)
8
+
9
+ * Regenerated from discovery document revision 20220812
10
+ * Regenerated using generator version 0.9.0
11
+
3
12
  ### v0.22.0 (2022-06-30)
4
13
 
5
14
  * Regenerated using generator version 0.8.0
@@ -31,6 +31,13 @@ module Google
31
31
  # @return [String]
32
32
  attr_accessor :cause
33
33
 
34
+ # List of project IDs that the user has specified in the request but does not
35
+ # have permission to access network configs. Analysis is aborted in this case
36
+ # with the PERMISSION_DENIED cause.
37
+ # Corresponds to the JSON property `projectsMissingPermission`
38
+ # @return [Array<String>]
39
+ attr_accessor :projects_missing_permission
40
+
34
41
  # URI of the resource that caused the abort.
35
42
  # Corresponds to the JSON property `resourceUri`
36
43
  # @return [String]
@@ -43,47 +50,11 @@ module Google
43
50
  # Update properties of this object
44
51
  def update!(**args)
45
52
  @cause = args[:cause] if args.key?(:cause)
53
+ @projects_missing_permission = args[:projects_missing_permission] if args.key?(:projects_missing_permission)
46
54
  @resource_uri = args[:resource_uri] if args.key?(:resource_uri)
47
55
  end
48
56
  end
49
57
 
50
- # For display only. Metadata associated with an App Engine version.
51
- class AppEngineVersionInfo
52
- include Google::Apis::Core::Hashable
53
-
54
- # Name of an App Engine version.
55
- # Corresponds to the JSON property `displayName`
56
- # @return [String]
57
- attr_accessor :display_name
58
-
59
- # App Engine execution environment for a version.
60
- # Corresponds to the JSON property `environment`
61
- # @return [String]
62
- attr_accessor :environment
63
-
64
- # Runtime of the App Engine version.
65
- # Corresponds to the JSON property `runtime`
66
- # @return [String]
67
- attr_accessor :runtime
68
-
69
- # URI of an App Engine version.
70
- # Corresponds to the JSON property `uri`
71
- # @return [String]
72
- attr_accessor :uri
73
-
74
- def initialize(**args)
75
- update!(**args)
76
- end
77
-
78
- # Update properties of this object
79
- def update!(**args)
80
- @display_name = args[:display_name] if args.key?(:display_name)
81
- @environment = args[:environment] if args.key?(:environment)
82
- @runtime = args[:runtime] if args.key?(:runtime)
83
- @uri = args[:uri] if args.key?(:uri)
84
- end
85
- end
86
-
87
58
  # Specifies the audit configuration for a service. The configuration determines
88
59
  # which permission types are logged, and what identities, if any, are exempted
89
60
  # from logging. An AuditConfig must have one or more AuditLogConfigs. If there
@@ -182,28 +153,33 @@ module Google
182
153
  # members` can have the following values: * `allUsers`: A special identifier
183
154
  # that represents anyone who is on the internet; with or without a Google
184
155
  # account. * `allAuthenticatedUsers`: A special identifier that represents
185
- # anyone who is authenticated with a Google account or a service account. * `
186
- # user:`emailid``: An email address that represents a specific Google account.
187
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
188
- # address that represents a service account. For example, `my-other-app@appspot.
189
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
190
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
191
- # `uniqueid``: An email address (plus unique identifier) representing a user
192
- # that has been recently deleted. For example, `alice@example.com?uid=
193
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
194
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
195
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
196
- # identifier) representing a service account that has been recently deleted. For
197
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
198
- # If the service account is undeleted, this value reverts to `serviceAccount:`
199
- # emailid`` and the undeleted service account retains the role in the binding. *
200
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
201
- # identifier) representing a Google group that has been recently deleted. For
202
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
203
- # recovered, this value reverts to `group:`emailid`` and the recovered group
204
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
205
- # primary) that represents all the users of that domain. For example, `google.
206
- # com` or `example.com`.
156
+ # anyone who is authenticated with a Google account or a service account. Does
157
+ # not include identities that come from external identity providers (IdPs)
158
+ # through identity federation. * `user:`emailid``: An email address that
159
+ # represents a specific Google account. For example, `alice@example.com` . * `
160
+ # serviceAccount:`emailid``: An email address that represents a Google service
161
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
162
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
163
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
164
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
165
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
166
+ # email address that represents a Google group. For example, `admins@example.com`
167
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
168
+ # identifier) representing a user that has been recently deleted. For example, `
169
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
170
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
171
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
172
+ # address (plus unique identifier) representing a service account that has been
173
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
174
+ # 123456789012345678901`. If the service account is undeleted, this value
175
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
176
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
177
+ # An email address (plus unique identifier) representing a Google group that has
178
+ # been recently deleted. For example, `admins@example.com?uid=
179
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
180
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
181
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
182
+ # of that domain. For example, `google.com` or `example.com`.
207
183
  # Corresponds to the JSON property `members`
208
184
  # @return [Array<String>]
209
185
  attr_accessor :members
@@ -239,11 +215,11 @@ module Google
239
215
  end
240
216
  end
241
217
 
242
- # Wrapper for cloud function attributes.
218
+ # Wrapper for Cloud Function attributes.
243
219
  class CloudFunctionEndpoint
244
220
  include Google::Apis::Core::Hashable
245
221
 
246
- # A [Cloud function](https://cloud.google.com/functions) name.
222
+ # A [Cloud Function](https://cloud.google.com/functions) name.
247
223
  # Corresponds to the JSON property `uri`
248
224
  # @return [String]
249
225
  attr_accessor :uri
@@ -258,26 +234,26 @@ module Google
258
234
  end
259
235
  end
260
236
 
261
- # For display only. Metadata associated with a Cloud function.
237
+ # For display only. Metadata associated with a Cloud Function.
262
238
  class CloudFunctionInfo
263
239
  include Google::Apis::Core::Hashable
264
240
 
265
- # Name of a Cloud function.
241
+ # Name of a Cloud Function.
266
242
  # Corresponds to the JSON property `displayName`
267
243
  # @return [String]
268
244
  attr_accessor :display_name
269
245
 
270
- # Location in which the Cloud function is deployed.
246
+ # Location in which the Cloud Function is deployed.
271
247
  # Corresponds to the JSON property `location`
272
248
  # @return [String]
273
249
  attr_accessor :location
274
250
 
275
- # URI of a Cloud function.
251
+ # URI of a Cloud Function.
276
252
  # Corresponds to the JSON property `uri`
277
253
  # @return [String]
278
254
  attr_accessor :uri
279
255
 
280
- # Latest successfully deployed version id of the Cloud function.
256
+ # Latest successfully deployed version id of the Cloud Function.
281
257
  # Corresponds to the JSON property `versionId`
282
258
  # @return [Fixnum]
283
259
  attr_accessor :version_id
@@ -523,7 +499,7 @@ module Google
523
499
  class Endpoint
524
500
  include Google::Apis::Core::Hashable
525
501
 
526
- # Wrapper for cloud function attributes.
502
+ # Wrapper for Cloud Function attributes.
527
503
  # Corresponds to the JSON property `cloudFunction`
528
504
  # @return [Google::Apis::NetworkmanagementV1beta1::CloudFunctionEndpoint]
529
505
  attr_accessor :cloud_function
@@ -1780,18 +1756,13 @@ module Google
1780
1756
  # @return [Google::Apis::NetworkmanagementV1beta1::AbortInfo]
1781
1757
  attr_accessor :abort
1782
1758
 
1783
- # For display only. Metadata associated with an App Engine version.
1784
- # Corresponds to the JSON property `appEngineVersion`
1785
- # @return [Google::Apis::NetworkmanagementV1beta1::AppEngineVersionInfo]
1786
- attr_accessor :app_engine_version
1787
-
1788
1759
  # This is a step that leads to the final state Drop.
1789
1760
  # Corresponds to the JSON property `causesDrop`
1790
1761
  # @return [Boolean]
1791
1762
  attr_accessor :causes_drop
1792
1763
  alias_method :causes_drop?, :causes_drop
1793
1764
 
1794
- # For display only. Metadata associated with a Cloud function.
1765
+ # For display only. Metadata associated with a Cloud Function.
1795
1766
  # Corresponds to the JSON property `cloudFunction`
1796
1767
  # @return [Google::Apis::NetworkmanagementV1beta1::CloudFunctionInfo]
1797
1768
  attr_accessor :cloud_function
@@ -1897,7 +1868,6 @@ module Google
1897
1868
  # Update properties of this object
1898
1869
  def update!(**args)
1899
1870
  @abort = args[:abort] if args.key?(:abort)
1900
- @app_engine_version = args[:app_engine_version] if args.key?(:app_engine_version)
1901
1871
  @causes_drop = args[:causes_drop] if args.key?(:causes_drop)
1902
1872
  @cloud_function = args[:cloud_function] if args.key?(:cloud_function)
1903
1873
  @cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1beta1
18
18
  # Version of the google-apis-networkmanagement_v1beta1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.24.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 = "20220602"
25
+ REVISION = "20220908"
26
26
  end
27
27
  end
28
28
  end
@@ -28,12 +28,6 @@ module Google
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
- class AppEngineVersionInfo
32
- class Representation < Google::Apis::Core::JsonRepresentation; end
33
-
34
- include Google::Apis::Core::JsonObjectSupport
35
- end
36
-
37
31
  class AuditConfig
38
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
33
 
@@ -308,20 +302,11 @@ module Google
308
302
  # @private
309
303
  class Representation < Google::Apis::Core::JsonRepresentation
310
304
  property :cause, as: 'cause'
305
+ collection :projects_missing_permission, as: 'projectsMissingPermission'
311
306
  property :resource_uri, as: 'resourceUri'
312
307
  end
313
308
  end
314
309
 
315
- class AppEngineVersionInfo
316
- # @private
317
- class Representation < Google::Apis::Core::JsonRepresentation
318
- property :display_name, as: 'displayName'
319
- property :environment, as: 'environment'
320
- property :runtime, as: 'runtime'
321
- property :uri, as: 'uri'
322
- end
323
- end
324
-
325
310
  class AuditConfig
326
311
  # @private
327
312
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -735,8 +720,6 @@ module Google
735
720
  class Representation < Google::Apis::Core::JsonRepresentation
736
721
  property :abort, as: 'abort', class: Google::Apis::NetworkmanagementV1beta1::AbortInfo, decorator: Google::Apis::NetworkmanagementV1beta1::AbortInfo::Representation
737
722
 
738
- property :app_engine_version, as: 'appEngineVersion', class: Google::Apis::NetworkmanagementV1beta1::AppEngineVersionInfo, decorator: Google::Apis::NetworkmanagementV1beta1::AppEngineVersionInfo::Representation
739
-
740
723
  property :causes_drop, as: 'causesDrop'
741
724
  property :cloud_function, as: 'cloudFunction', class: Google::Apis::NetworkmanagementV1beta1::CloudFunctionInfo, decorator: Google::Apis::NetworkmanagementV1beta1::CloudFunctionInfo::Representation
742
725
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.24.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-09-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.7'
19
+ version: 0.7.2
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.7'
29
+ version: 0.7.2
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-networkmanagement_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []