google-apis-networkmanagement_v1 0.29.0 → 0.31.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: 19f86a876f5ccaf99c64d22178d533f30daecc5b2390e8b2b9fda552f5bb99c1
|
4
|
+
data.tar.gz: 6115140f484b864c4c0fa335e43916005272afce37d21cc772613fe1d51d9d1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b19921be2f81fdea5a6f4032ca47035dfc68693114f540e1aed1b0190f43a4c044efccf6976e264bf5139bb68c7ffef227d31229217e6d81940ea6c79ad61cfd
|
7
|
+
data.tar.gz: 4bd894b6fe7fe5d00cabc92431e66dd93778cd0776fa865aa7c4956462539ffb065869d450f097a11d9fc714adfa2c8a2d248a60f76e839d15ec716c3bbb4fc7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-networkmanagement_v1
|
2
2
|
|
3
|
+
### v0.31.0 (2023-08-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230802
|
6
|
+
|
7
|
+
### v0.30.0 (2023-07-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230705
|
10
|
+
|
3
11
|
### v0.29.0 (2023-06-11)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230531
|
@@ -609,6 +609,16 @@ module Google
|
|
609
609
|
# @return [String]
|
610
610
|
attr_accessor :cloud_sql_instance
|
611
611
|
|
612
|
+
# A forwarding rule and its corresponding IP address represent the frontend
|
613
|
+
# configuration of a Google Cloud load balancer. Forwarding rules are also used
|
614
|
+
# for protocol forwarding, Private Service Connect and other network services to
|
615
|
+
# provide forwarding information in the control plane. Format: projects/`project`
|
616
|
+
# /global/forwardingRules/`id` or projects/`project`/regions/`region`/
|
617
|
+
# forwardingRules/`id`
|
618
|
+
# Corresponds to the JSON property `forwardingRule`
|
619
|
+
# @return [String]
|
620
|
+
attr_accessor :forwarding_rule
|
621
|
+
|
612
622
|
# A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/
|
613
623
|
# kubernetes-engine/docs/concepts/cluster-architecture).
|
614
624
|
# Corresponds to the JSON property `gkeMasterCluster`
|
@@ -665,6 +675,7 @@ module Google
|
|
665
675
|
@cloud_function = args[:cloud_function] if args.key?(:cloud_function)
|
666
676
|
@cloud_run_revision = args[:cloud_run_revision] if args.key?(:cloud_run_revision)
|
667
677
|
@cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
|
678
|
+
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
668
679
|
@gke_master_cluster = args[:gke_master_cluster] if args.key?(:gke_master_cluster)
|
669
680
|
@instance = args[:instance] if args.key?(:instance)
|
670
681
|
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
@@ -1355,13 +1366,13 @@ module Google
|
|
1355
1366
|
# @return [String]
|
1356
1367
|
attr_accessor :name
|
1357
1368
|
|
1358
|
-
# The normal response of the operation
|
1359
|
-
#
|
1360
|
-
#
|
1361
|
-
#
|
1362
|
-
#
|
1363
|
-
#
|
1364
|
-
#
|
1369
|
+
# The normal, successful response of the operation. If the original method
|
1370
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
1371
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
1372
|
+
# response should be the resource. For other methods, the response should have
|
1373
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
1374
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
1375
|
+
# `TakeSnapshotResponse`.
|
1365
1376
|
# Corresponds to the JSON property `response`
|
1366
1377
|
# @return [Hash<String,Object>]
|
1367
1378
|
attr_accessor :response
|
@@ -1448,22 +1459,22 @@ module Google
|
|
1448
1459
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1449
1460
|
# the request, the resource, or both. To learn which resources support
|
1450
1461
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1451
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1462
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1452
1463
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1453
1464
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1454
1465
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1455
1466
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1456
1467
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1457
1468
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1458
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1459
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1460
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1461
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1462
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1463
|
-
# access description: Does not grant access after Sep 2020
|
1464
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1465
|
-
# a description of IAM and its features, see the
|
1466
|
-
# cloud.google.com/iam/docs/).
|
1469
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
1470
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
1471
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
1472
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
1473
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
1474
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
1475
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1476
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
1477
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
1467
1478
|
class Policy
|
1468
1479
|
include Google::Apis::Core::Hashable
|
1469
1480
|
|
@@ -1603,7 +1614,7 @@ module Google
|
|
1603
1614
|
# @return [Array<String>]
|
1604
1615
|
attr_accessor :dest_port_ranges
|
1605
1616
|
|
1606
|
-
# Name of a
|
1617
|
+
# Name of a route.
|
1607
1618
|
# Corresponds to the JSON property `displayName`
|
1608
1619
|
# @return [String]
|
1609
1620
|
attr_accessor :display_name
|
@@ -1613,7 +1624,17 @@ module Google
|
|
1613
1624
|
# @return [Array<String>]
|
1614
1625
|
attr_accessor :instance_tags
|
1615
1626
|
|
1616
|
-
# URI of a
|
1627
|
+
# URI of a NCC Hub. NCC_HUB routes only.
|
1628
|
+
# Corresponds to the JSON property `nccHubUri`
|
1629
|
+
# @return [String]
|
1630
|
+
attr_accessor :ncc_hub_uri
|
1631
|
+
|
1632
|
+
# URI of a NCC Spoke. NCC_HUB routes only.
|
1633
|
+
# Corresponds to the JSON property `nccSpokeUri`
|
1634
|
+
# @return [String]
|
1635
|
+
attr_accessor :ncc_spoke_uri
|
1636
|
+
|
1637
|
+
# URI of a Compute Engine network. NETWORK routes only.
|
1617
1638
|
# Corresponds to the JSON property `networkUri`
|
1618
1639
|
# @return [String]
|
1619
1640
|
attr_accessor :network_uri
|
@@ -1638,6 +1659,11 @@ module Google
|
|
1638
1659
|
# @return [Array<String>]
|
1639
1660
|
attr_accessor :protocols
|
1640
1661
|
|
1662
|
+
# Indicates where route is applicable.
|
1663
|
+
# Corresponds to the JSON property `routeScope`
|
1664
|
+
# @return [String]
|
1665
|
+
attr_accessor :route_scope
|
1666
|
+
|
1641
1667
|
# Type of route.
|
1642
1668
|
# Corresponds to the JSON property `routeType`
|
1643
1669
|
# @return [String]
|
@@ -1653,9 +1679,9 @@ module Google
|
|
1653
1679
|
# @return [Array<String>]
|
1654
1680
|
attr_accessor :src_port_ranges
|
1655
1681
|
|
1656
|
-
# URI of a
|
1657
|
-
# URI. Advertised route from Google Cloud VPC to on-premises network also
|
1658
|
-
# not have
|
1682
|
+
# URI of a route. Dynamic, peering static and peering dynamic routes do not have
|
1683
|
+
# an URI. Advertised route from Google Cloud VPC to on-premises network also
|
1684
|
+
# does not have an URI.
|
1659
1685
|
# Corresponds to the JSON property `uri`
|
1660
1686
|
# @return [String]
|
1661
1687
|
attr_accessor :uri
|
@@ -1670,11 +1696,14 @@ module Google
|
|
1670
1696
|
@dest_port_ranges = args[:dest_port_ranges] if args.key?(:dest_port_ranges)
|
1671
1697
|
@display_name = args[:display_name] if args.key?(:display_name)
|
1672
1698
|
@instance_tags = args[:instance_tags] if args.key?(:instance_tags)
|
1699
|
+
@ncc_hub_uri = args[:ncc_hub_uri] if args.key?(:ncc_hub_uri)
|
1700
|
+
@ncc_spoke_uri = args[:ncc_spoke_uri] if args.key?(:ncc_spoke_uri)
|
1673
1701
|
@network_uri = args[:network_uri] if args.key?(:network_uri)
|
1674
1702
|
@next_hop = args[:next_hop] if args.key?(:next_hop)
|
1675
1703
|
@next_hop_type = args[:next_hop_type] if args.key?(:next_hop_type)
|
1676
1704
|
@priority = args[:priority] if args.key?(:priority)
|
1677
1705
|
@protocols = args[:protocols] if args.key?(:protocols)
|
1706
|
+
@route_scope = args[:route_scope] if args.key?(:route_scope)
|
1678
1707
|
@route_type = args[:route_type] if args.key?(:route_type)
|
1679
1708
|
@src_ip_range = args[:src_ip_range] if args.key?(:src_ip_range)
|
1680
1709
|
@src_port_ranges = args[:src_port_ranges] if args.key?(:src_port_ranges)
|
@@ -1697,22 +1726,22 @@ module Google
|
|
1697
1726
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1698
1727
|
# the request, the resource, or both. To learn which resources support
|
1699
1728
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1700
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1729
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1701
1730
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1702
1731
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1703
1732
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1704
1733
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1705
1734
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1706
1735
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1707
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1708
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1709
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1710
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1711
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1712
|
-
# access description: Does not grant access after Sep 2020
|
1713
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1714
|
-
# a description of IAM and its features, see the
|
1715
|
-
# cloud.google.com/iam/docs/).
|
1736
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
1737
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
1738
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
1739
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
1740
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
1741
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
1742
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1743
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
1744
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
1716
1745
|
# Corresponds to the JSON property `policy`
|
1717
1746
|
# @return [Google::Apis::NetworkmanagementV1::Policy]
|
1718
1747
|
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.
|
19
|
+
GEM_VERSION = "0.31.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230802"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -461,6 +461,7 @@ module Google
|
|
461
461
|
property :cloud_run_revision, as: 'cloudRunRevision', class: Google::Apis::NetworkmanagementV1::CloudRunRevisionEndpoint, decorator: Google::Apis::NetworkmanagementV1::CloudRunRevisionEndpoint::Representation
|
462
462
|
|
463
463
|
property :cloud_sql_instance, as: 'cloudSqlInstance'
|
464
|
+
property :forwarding_rule, as: 'forwardingRule'
|
464
465
|
property :gke_master_cluster, as: 'gkeMasterCluster'
|
465
466
|
property :instance, as: 'instance'
|
466
467
|
property :ip_address, as: 'ipAddress'
|
@@ -696,11 +697,14 @@ module Google
|
|
696
697
|
collection :dest_port_ranges, as: 'destPortRanges'
|
697
698
|
property :display_name, as: 'displayName'
|
698
699
|
collection :instance_tags, as: 'instanceTags'
|
700
|
+
property :ncc_hub_uri, as: 'nccHubUri'
|
701
|
+
property :ncc_spoke_uri, as: 'nccSpokeUri'
|
699
702
|
property :network_uri, as: 'networkUri'
|
700
703
|
property :next_hop, as: 'nextHop'
|
701
704
|
property :next_hop_type, as: 'nextHopType'
|
702
705
|
property :priority, as: 'priority'
|
703
706
|
collection :protocols, as: 'protocols'
|
707
|
+
property :route_scope, as: 'routeScope'
|
704
708
|
property :route_type, as: 'routeType'
|
705
709
|
property :src_ip_range, as: 'srcIpRange'
|
706
710
|
collection :src_port_ranges, as: 'srcPortRanges'
|
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.
|
4
|
+
version: 0.31.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-
|
11
|
+
date: 2023-08-13 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.31.0
|
62
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: []
|