google-apis-networkmanagement_v1 0.8.0 → 0.12.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: a22bdd8bd4aebe7a8c0ad7e10fd9f2334cfd96614603ce70c55038397b9ee5ee
4
- data.tar.gz: 9d7d6e4d963c243832289a1e447ffa5681f96743cf19d9fa83f532c2eea8bc01
3
+ metadata.gz: 10373c64c9ee63cb12739e8bc690e4c51d95971f6fdea3ac0d3f9e8c78de6bdb
4
+ data.tar.gz: f0dd54dd7a7893b1cb78adaf6a2b665bdbab2036ce71b77fd3d3a80d766c2454
5
5
  SHA512:
6
- metadata.gz: b65c378458b116d990b5bf68f8285fc10b416520bfa8f1901b5fc7230d0ae3e70deb6c120ad6a20cad82c66f5896147cbdafcdf8cd4717300c568cba95878f84
7
- data.tar.gz: b7da21f78473cdcfe93dcc22eb728e090fe5e6d8d249632420080e9e9a1d2717d71505076b523ed2b454b8e02dc9f697ed2b987967dbe9992958ee08ada57b39
6
+ metadata.gz: 60c754241efd903a023b6e084ce3faca4c46371519241ba710e12a50fee43eb14cad6cfbcd669c5303a704da3501d34779d919d428cab62e79349ac85182935f
7
+ data.tar.gz: d332336348c0379a2cb905fc8a30f261f3d04e310e417ad4a9f488ad98b4b1bedbb7fd418106925798ae728e669c960916436e7a1b93b3bb022722169068f9db
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.12.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211103
6
+
7
+ ### v0.11.0 (2021-10-31)
8
+
9
+ * Regenerated from discovery document revision 20211020
10
+
11
+ ### v0.10.0 (2021-10-21)
12
+
13
+ * Regenerated from discovery document revision 20210908
14
+
15
+ ### v0.9.0 (2021-08-21)
16
+
17
+ * Regenerated from discovery document revision 20210811
18
+
3
19
  ### v0.8.0 (2021-08-03)
4
20
 
5
21
  * Regenerated from discovery document revision 20210728
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.8.0"
19
+ GEM_VERSION = "0.12.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 = "20210728"
25
+ REVISION = "20211103"
26
26
  end
27
27
  end
28
28
  end
@@ -239,13 +239,16 @@ module Google
239
239
  # REQUIRED: The resource for which the policy is being requested. See the
240
240
  # operation documentation for the appropriate value for this field.
241
241
  # @param [Fixnum] options_requested_policy_version
242
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
243
- # 3. Requests specifying an invalid value will be rejected. Requests for
244
- # policies with any conditional bindings must specify version 3. Policies
245
- # without any conditional bindings may specify any valid value or leave the
246
- # field unset. To learn which resources support conditions in their IAM policies,
247
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
248
- # resource-policies).
242
+ # Optional. The maximum policy version that will be used to format the policy.
243
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
244
+ # rejected. Requests for policies with any conditional role bindings must
245
+ # specify version 3. Policies with no conditional role bindings may specify any
246
+ # valid value or leave the field unset. The policy in the response might use the
247
+ # policy version that you specified, or it might use a lower policy version. For
248
+ # example, if you specify version 3, but the policy has no conditional role
249
+ # bindings, the response uses version 1. To learn which resources support
250
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
251
+ # google.com/iam/help/conditions/resource-policies).
249
252
  # @param [String] fields
250
253
  # Selector specifying which fields to include in a partial response.
251
254
  # @param [String] quota_user
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.8.0
4
+ version: 0.12.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-08-09 00:00:00.000000000 Z
11
+ date: 2021-11-15 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.8.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.12.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: