google-apis-networkmanagement_v1beta1 0.10.0 → 0.11.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 218f7b91c36d4c66bcb2c7f895f859a22c0614db77967fe33f6e49f48b26b856
|
4
|
+
data.tar.gz: 0b6cc402b667e6a37fc5e5f23168f34be2d8ce5afebfa47c319c75533f07fddc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8917fde6c2c4e675e671c9060472c5f963c8e27130b5e730bdafcf4098a3238eba9e99bdd69a220c7721e275482d6bbd3948388d95d963e452a2c231850b3bd0
|
7
|
+
data.tar.gz: 38b17d724c99a87112ed89c7cc6805f28a4d305dafe9a3819eb180bdf0dd96933d2002ef681fe38ea0a3b934a3275deb07548d67b6d2d9ae897162d5e641e497
|
data/CHANGELOG.md
CHANGED
@@ -118,7 +118,7 @@ module Google
|
|
118
118
|
end
|
119
119
|
end
|
120
120
|
|
121
|
-
# Associates `members
|
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::NetworkmanagementV1beta1::Expr]
|
142
142
|
attr_accessor :condition
|
143
143
|
|
144
|
-
# Specifies the
|
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
|
175
|
-
#
|
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
|
@@ -531,6 +531,11 @@ module Google
|
|
531
531
|
# @return [String]
|
532
532
|
attr_accessor :protocol
|
533
533
|
|
534
|
+
# URI of the source telemetry agent this packet originates from.
|
535
|
+
# Corresponds to the JSON property `sourceAgentUri`
|
536
|
+
# @return [String]
|
537
|
+
attr_accessor :source_agent_uri
|
538
|
+
|
534
539
|
# Source IP address.
|
535
540
|
# Corresponds to the JSON property `sourceIp`
|
536
541
|
# @return [String]
|
@@ -556,6 +561,7 @@ module Google
|
|
556
561
|
@destination_network_uri = args[:destination_network_uri] if args.key?(:destination_network_uri)
|
557
562
|
@destination_port = args[:destination_port] if args.key?(:destination_port)
|
558
563
|
@protocol = args[:protocol] if args.key?(:protocol)
|
564
|
+
@source_agent_uri = args[:source_agent_uri] if args.key?(:source_agent_uri)
|
559
565
|
@source_ip = args[:source_ip] if args.key?(:source_ip)
|
560
566
|
@source_network_uri = args[:source_network_uri] if args.key?(:source_network_uri)
|
561
567
|
@source_port = args[:source_port] if args.key?(:source_port)
|
@@ -1285,31 +1291,31 @@ module Google
|
|
1285
1291
|
|
1286
1292
|
# An Identity and Access Management (IAM) policy, which specifies access
|
1287
1293
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
1288
|
-
# A `binding` binds one or more `members
|
1289
|
-
# user accounts, service accounts, Google groups, and domains (
|
1290
|
-
# A `role` is a named list of permissions; each `role` can be
|
1291
|
-
# role or a user-created custom role. For some types of Google
|
1292
|
-
# a `binding` can also specify a `condition`, which is a
|
1293
|
-
# allows access to a resource only if the expression
|
1294
|
-
# condition can add constraints based on attributes of
|
1295
|
-
# or both. To learn which resources support
|
1296
|
-
# see the [IAM documentation](https://cloud.
|
1297
|
-
# resource-policies). **JSON example:** ` "
|
1298
|
-
# resourcemanager.organizationAdmin", "members": [
|
1299
|
-
# group:admins@example.com", "domain:google.com", "
|
1300
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
1301
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
1302
|
-
# title": "expirable access", "description": "Does not grant
|
1303
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1304
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1305
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
1306
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1307
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
1308
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
1309
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
1310
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1311
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
1312
|
-
# google.com/iam/docs/).
|
1294
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
1295
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
1296
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
1297
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
1298
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
1299
|
+
# logical expression that allows access to a resource only if the expression
|
1300
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
1301
|
+
# the request, the resource, or both. To learn which resources support
|
1302
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1303
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1304
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1305
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1306
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1307
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1308
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1309
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1310
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1311
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
1312
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1313
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
1314
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
1315
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
1316
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1317
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
1318
|
+
# cloud.google.com/iam/docs/).
|
1313
1319
|
class Policy
|
1314
1320
|
include Google::Apis::Core::Hashable
|
1315
1321
|
|
@@ -1318,9 +1324,14 @@ module Google
|
|
1318
1324
|
# @return [Array<Google::Apis::NetworkmanagementV1beta1::AuditConfig>]
|
1319
1325
|
attr_accessor :audit_configs
|
1320
1326
|
|
1321
|
-
# Associates a list of `members
|
1322
|
-
# condition` that determines how and when the `bindings` are applied.
|
1323
|
-
# the `bindings` must contain at least one
|
1327
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
1328
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
1329
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
1330
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
1331
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
1332
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
1333
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
1334
|
+
# principals to the `bindings` in the `Policy`.
|
1324
1335
|
# Corresponds to the JSON property `bindings`
|
1325
1336
|
# @return [Array<Google::Apis::NetworkmanagementV1beta1::Binding>]
|
1326
1337
|
attr_accessor :bindings
|
@@ -1573,31 +1584,31 @@ module Google
|
|
1573
1584
|
|
1574
1585
|
# An Identity and Access Management (IAM) policy, which specifies access
|
1575
1586
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
1576
|
-
# A `binding` binds one or more `members
|
1577
|
-
# user accounts, service accounts, Google groups, and domains (
|
1578
|
-
# A `role` is a named list of permissions; each `role` can be
|
1579
|
-
# role or a user-created custom role. For some types of Google
|
1580
|
-
# a `binding` can also specify a `condition`, which is a
|
1581
|
-
# allows access to a resource only if the expression
|
1582
|
-
# condition can add constraints based on attributes of
|
1583
|
-
# or both. To learn which resources support
|
1584
|
-
# see the [IAM documentation](https://cloud.
|
1585
|
-
# resource-policies). **JSON example:** ` "
|
1586
|
-
# resourcemanager.organizationAdmin", "members": [
|
1587
|
-
# group:admins@example.com", "domain:google.com", "
|
1588
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
1589
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
1590
|
-
# title": "expirable access", "description": "Does not grant
|
1591
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1592
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1593
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
1594
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1595
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
1596
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
1597
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
1598
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1599
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
1600
|
-
# google.com/iam/docs/).
|
1587
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
1588
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
1589
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
1590
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
1591
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
1592
|
+
# logical expression that allows access to a resource only if the expression
|
1593
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
1594
|
+
# the request, the resource, or both. To learn which resources support
|
1595
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1596
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1597
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1598
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1599
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1600
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1601
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1602
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1603
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1604
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
1605
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1606
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
1607
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
1608
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
1609
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1610
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
1611
|
+
# cloud.google.com/iam/docs/).
|
1601
1612
|
# Corresponds to the JSON property `policy`
|
1602
1613
|
# @return [Google::Apis::NetworkmanagementV1beta1::Policy]
|
1603
1614
|
attr_accessor :policy
|
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20211020"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -407,6 +407,7 @@ module Google
|
|
407
407
|
property :destination_network_uri, as: 'destinationNetworkUri'
|
408
408
|
property :destination_port, as: 'destinationPort'
|
409
409
|
property :protocol, as: 'protocol'
|
410
|
+
property :source_agent_uri, as: 'sourceAgentUri'
|
410
411
|
property :source_ip, as: 'sourceIp'
|
411
412
|
property :source_network_uri, as: 'sourceNetworkUri'
|
412
413
|
property :source_port, as: 'sourcePort'
|
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.
|
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-
|
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
|
@@ -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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.11.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: []
|