google-apis-networkmanagement_v1 0.7.0 → 0.11.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: c4e9d6371bb300b0e18ee19149e3b0dd729ff045b6a2487748d0b97259ed3a34
4
- data.tar.gz: 6e0a592e7beb83001d254c24ce7dcc83c46b7633d90fa766859bfec5d2c575c0
3
+ metadata.gz: df80024540e255e252ac11e0b73bad41810e25c94be3db6d69232b57243c9d96
4
+ data.tar.gz: 4e8b234d0d39cd468dd91fd4753b4f100bb9b5f8f92ea25e61209b63eaffb250
5
5
  SHA512:
6
- metadata.gz: 44f1ff7cbf0634571a013ab58f62655cf929e37b823994b1c2e7254bc499e5882844a459f569b6e6aa2b9d3f6114a24304e497ce62386e8137a14d0d26f815f8
7
- data.tar.gz: 9c862a621cb683d595e5063ee7c802732ae4c7e7cc4cdec7c16eb197d591ea3f6f74285d192441176a4043964c99d15afdea1766a82ff550b163e7bb7cf7319a
6
+ metadata.gz: f9bff5b3bc4154418f1ad42c9e9760c40b7ff3faecf956fd698cf2622543bc9fafaf1724ee40d22339b9a9bc2e760c249b33d146471341ad06a7fc1062b490c5
7
+ data.tar.gz: 898e1b1f85af282ca7a1bcf166141dfde044312f53ca6d085de413a68903868c4cc61403aac05af52f049d92df8af2231d48e6bd0346d160390bb7bfa3032aaa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.11.0 (2021-10-31)
4
+
5
+ * Regenerated from discovery document revision 20211020
6
+
7
+ ### v0.10.0 (2021-10-21)
8
+
9
+ * Regenerated from discovery document revision 20210908
10
+
11
+ ### v0.9.0 (2021-08-21)
12
+
13
+ * Regenerated from discovery document revision 20210811
14
+
15
+ ### v0.8.0 (2021-08-03)
16
+
17
+ * Regenerated from discovery document revision 20210728
18
+
3
19
  ### v0.7.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Networkmanagement service in particular.)
67
67
 
@@ -118,7 +118,7 @@ module Google
118
118
  end
119
119
  end
120
120
 
121
- # Associates `members` with a `role`.
121
+ # Associates `members`, or principals, with a `role`.
122
122
  class Binding
123
123
  include Google::Apis::Core::Hashable
124
124
 
@@ -141,7 +141,7 @@ module Google
141
141
  # @return [Google::Apis::NetworkmanagementV1::Expr]
142
142
  attr_accessor :condition
143
143
 
144
- # Specifies the identities requesting access for a Cloud Platform resource. `
144
+ # Specifies the principals requesting access for a Cloud Platform resource. `
145
145
  # members` can have the following values: * `allUsers`: A special identifier
146
146
  # that represents anyone who is on the internet; with or without a Google
147
147
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -171,8 +171,8 @@ module Google
171
171
  # @return [Array<String>]
172
172
  attr_accessor :members
173
173
 
174
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
175
- # , or `roles/owner`.
174
+ # Role that is assigned to the list of `members`, or principals. For example, `
175
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
176
176
  # Corresponds to the JSON property `role`
177
177
  # @return [String]
178
178
  attr_accessor :role
@@ -1208,31 +1208,31 @@ module Google
1208
1208
 
1209
1209
  # An Identity and Access Management (IAM) policy, which specifies access
1210
1210
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1211
- # A `binding` binds one or more `members` to a single `role`. Members can be
1212
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1213
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1214
- # role or a user-created custom role. For some types of Google Cloud resources,
1215
- # a `binding` can also specify a `condition`, which is a logical expression that
1216
- # allows access to a resource only if the expression evaluates to `true`. A
1217
- # condition can add constraints based on attributes of the request, the resource,
1218
- # or both. To learn which resources support conditions in their IAM policies,
1219
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1220
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1221
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1222
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1223
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1224
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1225
- # title": "expirable access", "description": "Does not grant access after Sep
1226
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1227
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1228
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1229
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1230
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1231
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1232
- # description: Does not grant access after Sep 2020 expression: request.time <
1233
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1234
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1235
- # google.com/iam/docs/).
1211
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1212
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1213
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1214
+ # an IAM predefined role or a user-created custom role. For some types of Google
1215
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1216
+ # logical expression that allows access to a resource only if the expression
1217
+ # evaluates to `true`. A condition can add constraints based on attributes of
1218
+ # the request, the resource, or both. To learn which resources support
1219
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1220
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1221
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1222
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1223
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1224
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1225
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1226
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1227
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1228
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1229
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1230
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1231
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1232
+ # access description: Does not grant access after Sep 2020 expression: request.
1233
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1234
+ # a description of IAM and its features, see the [IAM documentation](https://
1235
+ # cloud.google.com/iam/docs/).
1236
1236
  class Policy
1237
1237
  include Google::Apis::Core::Hashable
1238
1238
 
@@ -1241,9 +1241,14 @@ module Google
1241
1241
  # @return [Array<Google::Apis::NetworkmanagementV1::AuditConfig>]
1242
1242
  attr_accessor :audit_configs
1243
1243
 
1244
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1245
- # condition` that determines how and when the `bindings` are applied. Each of
1246
- # the `bindings` must contain at least one member.
1244
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1245
+ # specify a `condition` that determines how and when the `bindings` are applied.
1246
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1247
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1248
+ # can be Google groups. Each occurrence of a principal counts towards these
1249
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1250
+ # example.com`, and not to any other principal, then you can add another 1,450
1251
+ # principals to the `bindings` in the `Policy`.
1247
1252
  # Corresponds to the JSON property `bindings`
1248
1253
  # @return [Array<Google::Apis::NetworkmanagementV1::Binding>]
1249
1254
  attr_accessor :bindings
@@ -1428,31 +1433,31 @@ module Google
1428
1433
 
1429
1434
  # An Identity and Access Management (IAM) policy, which specifies access
1430
1435
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1431
- # A `binding` binds one or more `members` to a single `role`. Members can be
1432
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1433
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1434
- # role or a user-created custom role. For some types of Google Cloud resources,
1435
- # a `binding` can also specify a `condition`, which is a logical expression that
1436
- # allows access to a resource only if the expression evaluates to `true`. A
1437
- # condition can add constraints based on attributes of the request, the resource,
1438
- # or both. To learn which resources support conditions in their IAM policies,
1439
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1440
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1441
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1442
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1443
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1444
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1445
- # title": "expirable access", "description": "Does not grant access after Sep
1446
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1447
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1448
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1449
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1450
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1451
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1452
- # description: Does not grant access after Sep 2020 expression: request.time <
1453
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1454
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1455
- # google.com/iam/docs/).
1436
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1437
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1438
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1439
+ # an IAM predefined role or a user-created custom role. For some types of Google
1440
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1441
+ # logical expression that allows access to a resource only if the expression
1442
+ # evaluates to `true`. A condition can add constraints based on attributes of
1443
+ # the request, the resource, or both. To learn which resources support
1444
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1445
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1446
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1447
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1448
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1449
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1450
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1451
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1452
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1453
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1454
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1455
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1456
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1457
+ # access description: Does not grant access after Sep 2020 expression: request.
1458
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1459
+ # a description of IAM and its features, see the [IAM documentation](https://
1460
+ # cloud.google.com/iam/docs/).
1456
1461
  # Corresponds to the JSON property `policy`
1457
1462
  # @return [Google::Apis::NetworkmanagementV1::Policy]
1458
1463
  attr_accessor :policy
@@ -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.7.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210610"
25
+ REVISION = "20211020"
26
26
  end
27
27
  end
28
28
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  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.7.0
4
+ version: 0.11.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: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkmanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.7.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkmanagement_v1
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.11.0
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: []
65
65
  require_paths: