google-apis-networkmanagement_v1 0.30.0 → 0.32.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: a895ef6f2640d46a20033575dbe2e146c18194476ef3aed4aea0657e3cf08bf2
4
+ data.tar.gz: 9aaa6dcf9e00be63cd9b15fe1d275e31f0f47844c0aed6c712804d37e9c77c1f
5
5
  SHA512:
6
- metadata.gz: dfc94c5541db188849426cddfd47b6cd8775923926fb86d4e2f0c142a7a82a2e3b1f27e3d50235fb00d0578cd4045aabd954927b3de29d115eea6fe00dfae6b1
7
- data.tar.gz: 76501a1a61abce0d1ea569b3042aa7e137b16cc674092cc8e0642eb3bbe09338ce54d5ba5f9f9a2587b511724814df0432dbdeb58d4bbda7601c9b7dd0d8801f
6
+ metadata.gz: ae84e6f855b6af8b170d909d9aa2edf1198ca64a66d9ae70de0f88eea3195772b1d3ed12d6838a1548d2380095d19205e0d5a31b8889f113be82cfd2a15c2215
7
+ data.tar.gz: '0139376bb966a938f88640789f2781d25897a94622cf45058ca511c8c1279673cdc3053e6057f5d6fc217aa0f407309ab4e9b8d3daaaa183235235e8a39e16a0'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.32.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230809
6
+
7
+ ### v0.31.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230802
10
+
3
11
  ### v0.30.0 (2023-07-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230705
@@ -712,6 +712,11 @@ module Google
712
712
  # @return [String]
713
713
  attr_accessor :protocol
714
714
 
715
+ # URI of the source telemetry agent this packet originates from.
716
+ # Corresponds to the JSON property `sourceAgentUri`
717
+ # @return [String]
718
+ attr_accessor :source_agent_uri
719
+
715
720
  # Source IP address.
716
721
  # Corresponds to the JSON property `sourceIp`
717
722
  # @return [String]
@@ -737,6 +742,7 @@ module Google
737
742
  @destination_network_uri = args[:destination_network_uri] if args.key?(:destination_network_uri)
738
743
  @destination_port = args[:destination_port] if args.key?(:destination_port)
739
744
  @protocol = args[:protocol] if args.key?(:protocol)
745
+ @source_agent_uri = args[:source_agent_uri] if args.key?(:source_agent_uri)
740
746
  @source_ip = args[:source_ip] if args.key?(:source_ip)
741
747
  @source_network_uri = args[:source_network_uri] if args.key?(:source_network_uri)
742
748
  @source_port = args[:source_port] if args.key?(:source_port)
@@ -1366,13 +1372,13 @@ module Google
1366
1372
  # @return [String]
1367
1373
  attr_accessor :name
1368
1374
 
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`.
1375
+ # The normal, successful response of the operation. If the original method
1376
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1377
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1378
+ # response should be the resource. For other methods, the response should have
1379
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1380
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1381
+ # `TakeSnapshotResponse`.
1376
1382
  # Corresponds to the JSON property `response`
1377
1383
  # @return [Hash<String,Object>]
1378
1384
  attr_accessor :response
@@ -1459,22 +1465,22 @@ module Google
1459
1465
  # evaluates to `true`. A condition can add constraints based on attributes of
1460
1466
  # the request, the resource, or both. To learn which resources support
1461
1467
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1462
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1468
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1463
1469
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1464
1470
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1465
1471
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1466
1472
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1467
1473
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1468
1474
  # 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/).
1475
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1476
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1477
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1478
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1479
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1480
+ # title: expirable access description: Does not grant access after Sep 2020
1481
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1482
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1483
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1478
1484
  class Policy
1479
1485
  include Google::Apis::Core::Hashable
1480
1486
 
@@ -1614,7 +1620,7 @@ module Google
1614
1620
  # @return [Array<String>]
1615
1621
  attr_accessor :dest_port_ranges
1616
1622
 
1617
- # Name of a Compute Engine route.
1623
+ # Name of a route.
1618
1624
  # Corresponds to the JSON property `displayName`
1619
1625
  # @return [String]
1620
1626
  attr_accessor :display_name
@@ -1624,7 +1630,17 @@ module Google
1624
1630
  # @return [Array<String>]
1625
1631
  attr_accessor :instance_tags
1626
1632
 
1627
- # URI of a Compute Engine network.
1633
+ # URI of a NCC Hub. NCC_HUB routes only.
1634
+ # Corresponds to the JSON property `nccHubUri`
1635
+ # @return [String]
1636
+ attr_accessor :ncc_hub_uri
1637
+
1638
+ # URI of a NCC Spoke. NCC_HUB routes only.
1639
+ # Corresponds to the JSON property `nccSpokeUri`
1640
+ # @return [String]
1641
+ attr_accessor :ncc_spoke_uri
1642
+
1643
+ # URI of a Compute Engine network. NETWORK routes only.
1628
1644
  # Corresponds to the JSON property `networkUri`
1629
1645
  # @return [String]
1630
1646
  attr_accessor :network_uri
@@ -1649,6 +1665,11 @@ module Google
1649
1665
  # @return [Array<String>]
1650
1666
  attr_accessor :protocols
1651
1667
 
1668
+ # Indicates where route is applicable.
1669
+ # Corresponds to the JSON property `routeScope`
1670
+ # @return [String]
1671
+ attr_accessor :route_scope
1672
+
1652
1673
  # Type of route.
1653
1674
  # Corresponds to the JSON property `routeType`
1654
1675
  # @return [String]
@@ -1664,9 +1685,9 @@ module Google
1664
1685
  # @return [Array<String>]
1665
1686
  attr_accessor :src_port_ranges
1666
1687
 
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.
1688
+ # URI of a route. Dynamic, peering static and peering dynamic routes do not have
1689
+ # an URI. Advertised route from Google Cloud VPC to on-premises network also
1690
+ # does not have an URI.
1670
1691
  # Corresponds to the JSON property `uri`
1671
1692
  # @return [String]
1672
1693
  attr_accessor :uri
@@ -1681,11 +1702,14 @@ module Google
1681
1702
  @dest_port_ranges = args[:dest_port_ranges] if args.key?(:dest_port_ranges)
1682
1703
  @display_name = args[:display_name] if args.key?(:display_name)
1683
1704
  @instance_tags = args[:instance_tags] if args.key?(:instance_tags)
1705
+ @ncc_hub_uri = args[:ncc_hub_uri] if args.key?(:ncc_hub_uri)
1706
+ @ncc_spoke_uri = args[:ncc_spoke_uri] if args.key?(:ncc_spoke_uri)
1684
1707
  @network_uri = args[:network_uri] if args.key?(:network_uri)
1685
1708
  @next_hop = args[:next_hop] if args.key?(:next_hop)
1686
1709
  @next_hop_type = args[:next_hop_type] if args.key?(:next_hop_type)
1687
1710
  @priority = args[:priority] if args.key?(:priority)
1688
1711
  @protocols = args[:protocols] if args.key?(:protocols)
1712
+ @route_scope = args[:route_scope] if args.key?(:route_scope)
1689
1713
  @route_type = args[:route_type] if args.key?(:route_type)
1690
1714
  @src_ip_range = args[:src_ip_range] if args.key?(:src_ip_range)
1691
1715
  @src_port_ranges = args[:src_port_ranges] if args.key?(:src_port_ranges)
@@ -1708,22 +1732,22 @@ module Google
1708
1732
  # evaluates to `true`. A condition can add constraints based on attributes of
1709
1733
  # the request, the resource, or both. To learn which resources support
1710
1734
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1711
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1735
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1712
1736
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1713
1737
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1714
1738
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1715
1739
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1716
1740
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1717
1741
  # 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/).
1742
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1743
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1744
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1745
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1746
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1747
+ # title: expirable access description: Does not grant access after Sep 2020
1748
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1749
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1750
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1727
1751
  # Corresponds to the JSON property `policy`
1728
1752
  # @return [Google::Apis::NetworkmanagementV1::Policy]
1729
1753
  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.32.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 = "20230809"
26
26
  end
27
27
  end
28
28
  end
@@ -479,6 +479,7 @@ module Google
479
479
  property :destination_network_uri, as: 'destinationNetworkUri'
480
480
  property :destination_port, as: 'destinationPort'
481
481
  property :protocol, as: 'protocol'
482
+ property :source_agent_uri, as: 'sourceAgentUri'
482
483
  property :source_ip, as: 'sourceIp'
483
484
  property :source_network_uri, as: 'sourceNetworkUri'
484
485
  property :source_port, as: 'sourcePort'
@@ -697,11 +698,14 @@ module Google
697
698
  collection :dest_port_ranges, as: 'destPortRanges'
698
699
  property :display_name, as: 'displayName'
699
700
  collection :instance_tags, as: 'instanceTags'
701
+ property :ncc_hub_uri, as: 'nccHubUri'
702
+ property :ncc_spoke_uri, as: 'nccSpokeUri'
700
703
  property :network_uri, as: 'networkUri'
701
704
  property :next_hop, as: 'nextHop'
702
705
  property :next_hop_type, as: 'nextHopType'
703
706
  property :priority, as: 'priority'
704
707
  collection :protocols, as: 'protocols'
708
+ property :route_scope, as: 'routeScope'
705
709
  property :route_type, as: 'routeType'
706
710
  property :src_ip_range, as: 'srcIpRange'
707
711
  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.32.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-27 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.32.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Management API V1