google-apis-networkmanagement_v1 0.30.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: a01bcdef8ddb1ba47ba6775f71284f2bfc777f8dad3b23e97922c8da305b75fe
4
- data.tar.gz: 73d35db3d422be43bfd70fd7d6e580fa5e3314598bce71236476a943a1231da2
3
+ metadata.gz: 19f86a876f5ccaf99c64d22178d533f30daecc5b2390e8b2b9fda552f5bb99c1
4
+ data.tar.gz: 6115140f484b864c4c0fa335e43916005272afce37d21cc772613fe1d51d9d1e
5
5
  SHA512:
6
- metadata.gz: dfc94c5541db188849426cddfd47b6cd8775923926fb86d4e2f0c142a7a82a2e3b1f27e3d50235fb00d0578cd4045aabd954927b3de29d115eea6fe00dfae6b1
7
- data.tar.gz: 76501a1a61abce0d1ea569b3042aa7e137b16cc674092cc8e0642eb3bbe09338ce54d5ba5f9f9a2587b511724814df0432dbdeb58d4bbda7601c9b7dd0d8801f
6
+ metadata.gz: b19921be2f81fdea5a6f4032ca47035dfc68693114f540e1aed1b0190f43a4c044efccf6976e264bf5139bb68c7ffef227d31229217e6d81940ea6c79ad61cfd
7
+ data.tar.gz: 4bd894b6fe7fe5d00cabc92431e66dd93778cd0776fa865aa7c4956462539ffb065869d450f097a11d9fc714adfa2c8a2d248a60f76e839d15ec716c3bbb4fc7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.30.0 (2023-07-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230705
@@ -1366,13 +1366,13 @@ module Google
1366
1366
  # @return [String]
1367
1367
  attr_accessor :name
1368
1368
 
1369
- # The normal response of the operation in case of success. If the original
1370
- # method returns no data on success, such as `Delete`, the response is `google.
1371
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1372
- # the response should be the resource. For other methods, the response should
1373
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1374
- # example, if the original method name is `TakeSnapshot()`, the inferred
1375
- # response type is `TakeSnapshotResponse`.
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`.
1376
1376
  # Corresponds to the JSON property `response`
1377
1377
  # @return [Hash<String,Object>]
1378
1378
  attr_accessor :response
@@ -1459,22 +1459,22 @@ module Google
1459
1459
  # evaluates to `true`. A condition can add constraints based on attributes of
1460
1460
  # the request, the resource, or both. To learn which resources support
1461
1461
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1462
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1462
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1463
1463
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1464
1464
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1465
1465
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1466
1466
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1467
1467
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1468
1468
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1469
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1470
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1471
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1472
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1473
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1474
- # access description: Does not grant access after Sep 2020 expression: request.
1475
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1476
- # a description of IAM and its features, see the [IAM documentation](https://
1477
- # 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/).
1478
1478
  class Policy
1479
1479
  include Google::Apis::Core::Hashable
1480
1480
 
@@ -1614,7 +1614,7 @@ module Google
1614
1614
  # @return [Array<String>]
1615
1615
  attr_accessor :dest_port_ranges
1616
1616
 
1617
- # Name of a Compute Engine route.
1617
+ # Name of a route.
1618
1618
  # Corresponds to the JSON property `displayName`
1619
1619
  # @return [String]
1620
1620
  attr_accessor :display_name
@@ -1624,7 +1624,17 @@ module Google
1624
1624
  # @return [Array<String>]
1625
1625
  attr_accessor :instance_tags
1626
1626
 
1627
- # URI of a Compute Engine network.
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.
1628
1638
  # Corresponds to the JSON property `networkUri`
1629
1639
  # @return [String]
1630
1640
  attr_accessor :network_uri
@@ -1649,6 +1659,11 @@ module Google
1649
1659
  # @return [Array<String>]
1650
1660
  attr_accessor :protocols
1651
1661
 
1662
+ # Indicates where route is applicable.
1663
+ # Corresponds to the JSON property `routeScope`
1664
+ # @return [String]
1665
+ attr_accessor :route_scope
1666
+
1652
1667
  # Type of route.
1653
1668
  # Corresponds to the JSON property `routeType`
1654
1669
  # @return [String]
@@ -1664,9 +1679,9 @@ module Google
1664
1679
  # @return [Array<String>]
1665
1680
  attr_accessor :src_port_ranges
1666
1681
 
1667
- # URI of a Compute Engine route. Dynamic route from cloud router does not have a
1668
- # URI. Advertised route from Google Cloud VPC to on-premises network also does
1669
- # not have a URI.
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.
1670
1685
  # Corresponds to the JSON property `uri`
1671
1686
  # @return [String]
1672
1687
  attr_accessor :uri
@@ -1681,11 +1696,14 @@ module Google
1681
1696
  @dest_port_ranges = args[:dest_port_ranges] if args.key?(:dest_port_ranges)
1682
1697
  @display_name = args[:display_name] if args.key?(:display_name)
1683
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)
1684
1701
  @network_uri = args[:network_uri] if args.key?(:network_uri)
1685
1702
  @next_hop = args[:next_hop] if args.key?(:next_hop)
1686
1703
  @next_hop_type = args[:next_hop_type] if args.key?(:next_hop_type)
1687
1704
  @priority = args[:priority] if args.key?(:priority)
1688
1705
  @protocols = args[:protocols] if args.key?(:protocols)
1706
+ @route_scope = args[:route_scope] if args.key?(:route_scope)
1689
1707
  @route_type = args[:route_type] if args.key?(:route_type)
1690
1708
  @src_ip_range = args[:src_ip_range] if args.key?(:src_ip_range)
1691
1709
  @src_port_ranges = args[:src_port_ranges] if args.key?(:src_port_ranges)
@@ -1708,22 +1726,22 @@ module Google
1708
1726
  # evaluates to `true`. A condition can add constraints based on attributes of
1709
1727
  # the request, the resource, or both. To learn which resources support
1710
1728
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1711
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1729
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1712
1730
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1713
1731
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1714
1732
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1715
1733
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1716
1734
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1717
1735
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1718
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1719
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1720
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1721
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1722
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1723
- # access description: Does not grant access after Sep 2020 expression: request.
1724
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1725
- # a description of IAM and its features, see the [IAM documentation](https://
1726
- # 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/).
1727
1745
  # Corresponds to the JSON property `policy`
1728
1746
  # @return [Google::Apis::NetworkmanagementV1::Policy]
1729
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.30.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 = "20230705"
25
+ REVISION = "20230802"
26
26
  end
27
27
  end
28
28
  end
@@ -697,11 +697,14 @@ module Google
697
697
  collection :dest_port_ranges, as: 'destPortRanges'
698
698
  property :display_name, as: 'displayName'
699
699
  collection :instance_tags, as: 'instanceTags'
700
+ property :ncc_hub_uri, as: 'nccHubUri'
701
+ property :ncc_spoke_uri, as: 'nccSpokeUri'
700
702
  property :network_uri, as: 'networkUri'
701
703
  property :next_hop, as: 'nextHop'
702
704
  property :next_hop_type, as: 'nextHopType'
703
705
  property :priority, as: 'priority'
704
706
  collection :protocols, as: 'protocols'
707
+ property :route_scope, as: 'routeScope'
705
708
  property :route_type, as: 'routeType'
706
709
  property :src_ip_range, as: 'srcIpRange'
707
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.30.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-07-16 00:00:00.000000000 Z
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.30.0
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: []