google-apis-networkmanagement_v1beta1 0.33.0 → 0.34.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: 8ef16f43857dcc530e3fcb9813ffa3e25e819e50f5ff35a56992ebb807a3ab05
|
4
|
+
data.tar.gz: cd77cb13a7e7b893e6ab68addf222cc92406247c1b5b16975ce3b5c7ef162bc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f5313c90309b4409d0ce4849897f76b0a243a0cd8c0f8fa28dea261ff479d707cb3fd35cf6e1bf5de5b63eb33f8168db7f690ae9df92d116ed2389d23df5fdc
|
7
|
+
data.tar.gz: 7a1aba0bce447127b03fabc57132dffd56ba65c18e26a15cf8323a8b4832dc83bc83bff7d82354883a47efc3c370dac5e3b791add0792d626ae84950149b7309
|
data/CHANGELOG.md
CHANGED
@@ -1469,13 +1469,13 @@ module Google
|
|
1469
1469
|
# @return [String]
|
1470
1470
|
attr_accessor :name
|
1471
1471
|
|
1472
|
-
# The normal response of the operation
|
1473
|
-
#
|
1474
|
-
#
|
1475
|
-
#
|
1476
|
-
#
|
1477
|
-
#
|
1478
|
-
#
|
1472
|
+
# The normal, successful response of the operation. If the original method
|
1473
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
1474
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
1475
|
+
# response should be the resource. For other methods, the response should have
|
1476
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
1477
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
1478
|
+
# `TakeSnapshotResponse`.
|
1479
1479
|
# Corresponds to the JSON property `response`
|
1480
1480
|
# @return [Hash<String,Object>]
|
1481
1481
|
attr_accessor :response
|
@@ -1562,22 +1562,22 @@ module Google
|
|
1562
1562
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1563
1563
|
# the request, the resource, or both. To learn which resources support
|
1564
1564
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1565
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1565
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1566
1566
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1567
1567
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1568
1568
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1569
1569
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1570
1570
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1571
1571
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1572
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1573
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1574
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1575
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1576
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1577
|
-
# access description: Does not grant access after Sep 2020
|
1578
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1579
|
-
# a description of IAM and its features, see the
|
1580
|
-
# cloud.google.com/iam/docs/).
|
1572
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
1573
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
1574
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
1575
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
1576
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
1577
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
1578
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1579
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
1580
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
1581
1581
|
class Policy
|
1582
1582
|
include Google::Apis::Core::Hashable
|
1583
1583
|
|
@@ -1792,7 +1792,7 @@ module Google
|
|
1792
1792
|
# @return [Array<String>]
|
1793
1793
|
attr_accessor :dest_port_ranges
|
1794
1794
|
|
1795
|
-
# Name of a
|
1795
|
+
# Name of a route.
|
1796
1796
|
# Corresponds to the JSON property `displayName`
|
1797
1797
|
# @return [String]
|
1798
1798
|
attr_accessor :display_name
|
@@ -1802,7 +1802,17 @@ module Google
|
|
1802
1802
|
# @return [Array<String>]
|
1803
1803
|
attr_accessor :instance_tags
|
1804
1804
|
|
1805
|
-
# URI of a
|
1805
|
+
# URI of a NCC Hub. NCC_HUB routes only.
|
1806
|
+
# Corresponds to the JSON property `nccHubUri`
|
1807
|
+
# @return [String]
|
1808
|
+
attr_accessor :ncc_hub_uri
|
1809
|
+
|
1810
|
+
# URI of a NCC Spoke. NCC_HUB routes only.
|
1811
|
+
# Corresponds to the JSON property `nccSpokeUri`
|
1812
|
+
# @return [String]
|
1813
|
+
attr_accessor :ncc_spoke_uri
|
1814
|
+
|
1815
|
+
# URI of a Compute Engine network. NETWORK routes only.
|
1806
1816
|
# Corresponds to the JSON property `networkUri`
|
1807
1817
|
# @return [String]
|
1808
1818
|
attr_accessor :network_uri
|
@@ -1827,6 +1837,11 @@ module Google
|
|
1827
1837
|
# @return [Array<String>]
|
1828
1838
|
attr_accessor :protocols
|
1829
1839
|
|
1840
|
+
# Indicates where route is applicable.
|
1841
|
+
# Corresponds to the JSON property `routeScope`
|
1842
|
+
# @return [String]
|
1843
|
+
attr_accessor :route_scope
|
1844
|
+
|
1830
1845
|
# Type of route.
|
1831
1846
|
# Corresponds to the JSON property `routeType`
|
1832
1847
|
# @return [String]
|
@@ -1842,9 +1857,9 @@ module Google
|
|
1842
1857
|
# @return [Array<String>]
|
1843
1858
|
attr_accessor :src_port_ranges
|
1844
1859
|
|
1845
|
-
# URI of a
|
1846
|
-
# URI. Advertised route from Google Cloud VPC to on-premises network also
|
1847
|
-
# not have
|
1860
|
+
# URI of a route. Dynamic, peering static and peering dynamic routes do not have
|
1861
|
+
# an URI. Advertised route from Google Cloud VPC to on-premises network also
|
1862
|
+
# does not have an URI.
|
1848
1863
|
# Corresponds to the JSON property `uri`
|
1849
1864
|
# @return [String]
|
1850
1865
|
attr_accessor :uri
|
@@ -1859,11 +1874,14 @@ module Google
|
|
1859
1874
|
@dest_port_ranges = args[:dest_port_ranges] if args.key?(:dest_port_ranges)
|
1860
1875
|
@display_name = args[:display_name] if args.key?(:display_name)
|
1861
1876
|
@instance_tags = args[:instance_tags] if args.key?(:instance_tags)
|
1877
|
+
@ncc_hub_uri = args[:ncc_hub_uri] if args.key?(:ncc_hub_uri)
|
1878
|
+
@ncc_spoke_uri = args[:ncc_spoke_uri] if args.key?(:ncc_spoke_uri)
|
1862
1879
|
@network_uri = args[:network_uri] if args.key?(:network_uri)
|
1863
1880
|
@next_hop = args[:next_hop] if args.key?(:next_hop)
|
1864
1881
|
@next_hop_type = args[:next_hop_type] if args.key?(:next_hop_type)
|
1865
1882
|
@priority = args[:priority] if args.key?(:priority)
|
1866
1883
|
@protocols = args[:protocols] if args.key?(:protocols)
|
1884
|
+
@route_scope = args[:route_scope] if args.key?(:route_scope)
|
1867
1885
|
@route_type = args[:route_type] if args.key?(:route_type)
|
1868
1886
|
@src_ip_range = args[:src_ip_range] if args.key?(:src_ip_range)
|
1869
1887
|
@src_port_ranges = args[:src_port_ranges] if args.key?(:src_port_ranges)
|
@@ -1886,22 +1904,22 @@ module Google
|
|
1886
1904
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1887
1905
|
# the request, the resource, or both. To learn which resources support
|
1888
1906
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1889
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1907
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1890
1908
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1891
1909
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1892
1910
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1893
1911
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1894
1912
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1895
1913
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1896
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1897
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1898
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1899
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1900
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1901
|
-
# access description: Does not grant access after Sep 2020
|
1902
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1903
|
-
# a description of IAM and its features, see the
|
1904
|
-
# cloud.google.com/iam/docs/).
|
1914
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
1915
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
1916
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
1917
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
1918
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
1919
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
1920
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1921
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
1922
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
1905
1923
|
# Corresponds to the JSON property `policy`
|
1906
1924
|
# @return [Google::Apis::NetworkmanagementV1beta1::Policy]
|
1907
1925
|
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.34.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
|
@@ -770,11 +770,14 @@ module Google
|
|
770
770
|
collection :dest_port_ranges, as: 'destPortRanges'
|
771
771
|
property :display_name, as: 'displayName'
|
772
772
|
collection :instance_tags, as: 'instanceTags'
|
773
|
+
property :ncc_hub_uri, as: 'nccHubUri'
|
774
|
+
property :ncc_spoke_uri, as: 'nccSpokeUri'
|
773
775
|
property :network_uri, as: 'networkUri'
|
774
776
|
property :next_hop, as: 'nextHop'
|
775
777
|
property :next_hop_type, as: 'nextHopType'
|
776
778
|
property :priority, as: 'priority'
|
777
779
|
collection :protocols, as: 'protocols'
|
780
|
+
property :route_scope, as: 'routeScope'
|
778
781
|
property :route_type, as: 'routeType'
|
779
782
|
property :src_ip_range, as: 'srcIpRange'
|
780
783
|
collection :src_port_ranges, as: 'srcPortRanges'
|
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.34.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_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.34.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: []
|