google-apis-networkmanagement_v1beta1 0.32.0 → 0.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2ded910d22b2fe807cb9fafe52f4e96b989060df183b50cc05581d9f98007a0
4
- data.tar.gz: e73644c2e063973c6a8008c6e7f3662744ca2913d83f04a65b0229eb3d09ecc8
3
+ metadata.gz: 8ef16f43857dcc530e3fcb9813ffa3e25e819e50f5ff35a56992ebb807a3ab05
4
+ data.tar.gz: cd77cb13a7e7b893e6ab68addf222cc92406247c1b5b16975ce3b5c7ef162bc6
5
5
  SHA512:
6
- metadata.gz: 0c7fd857f599662c91704b2d2c6fe6276868676865fc0fe6028d535f129c07727d0572a0c93508be1c0d54430110e4762bf5ef39152b11df7879a811d088b219
7
- data.tar.gz: cd47746fe9ba9e15f75f3bc0f20b62702464fba578c57d02f84cdb3d6e652f2bb42cb21b76cfcd9b21f196094cacf42672a5540631cf6e1ed8053533b62888ac
6
+ metadata.gz: 8f5313c90309b4409d0ce4849897f76b0a243a0cd8c0f8fa28dea261ff479d707cb3fd35cf6e1bf5de5b63eb33f8168db7f690ae9df92d116ed2389d23df5fdc
7
+ data.tar.gz: 7a1aba0bce447127b03fabc57132dffd56ba65c18e26a15cf8323a8b4832dc83bc83bff7d82354883a47efc3c370dac5e3b791add0792d626ae84950149b7309
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.34.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230802
6
+
7
+ ### v0.33.0 (2023-07-16)
8
+
9
+ * Regenerated from discovery document revision 20230705
10
+
3
11
  ### v0.32.0 (2023-06-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20230531
@@ -641,10 +641,12 @@ module Google
641
641
  # @return [String]
642
642
  attr_accessor :cloud_sql_instance
643
643
 
644
- # Forwarding rule URI. Forwarding rules are frontends for load balancers, PSC
645
- # endpoints and Protocol Forwarding. Format: projects/`project`/global/
646
- # forwardingRules/`id` or projects/`project`/regions/`region`/forwardingRules/`
647
- # id`
644
+ # A forwarding rule and its corresponding IP address represent the frontend
645
+ # configuration of a Google Cloud load balancer. Forwarding rules are also used
646
+ # for protocol forwarding, Private Service Connect and other network services to
647
+ # provide forwarding information in the control plane. Format: projects/`project`
648
+ # /global/forwardingRules/`id` or projects/`project`/regions/`region`/
649
+ # forwardingRules/`id`
648
650
  # Corresponds to the JSON property `forwardingRule`
649
651
  # @return [String]
650
652
  attr_accessor :forwarding_rule
@@ -1467,13 +1469,13 @@ module Google
1467
1469
  # @return [String]
1468
1470
  attr_accessor :name
1469
1471
 
1470
- # The normal response of the operation in case of success. If the original
1471
- # method returns no data on success, such as `Delete`, the response is `google.
1472
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1473
- # the response should be the resource. For other methods, the response should
1474
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1475
- # example, if the original method name is `TakeSnapshot()`, the inferred
1476
- # response type is `TakeSnapshotResponse`.
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`.
1477
1479
  # Corresponds to the JSON property `response`
1478
1480
  # @return [Hash<String,Object>]
1479
1481
  attr_accessor :response
@@ -1560,22 +1562,22 @@ module Google
1560
1562
  # evaluates to `true`. A condition can add constraints based on attributes of
1561
1563
  # the request, the resource, or both. To learn which resources support
1562
1564
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1563
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1565
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1564
1566
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1565
1567
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1566
1568
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1567
1569
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1568
1570
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1569
1571
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1570
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1571
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1572
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1573
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1574
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1575
- # access description: Does not grant access after Sep 2020 expression: request.
1576
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1577
- # a description of IAM and its features, see the [IAM documentation](https://
1578
- # 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/).
1579
1581
  class Policy
1580
1582
  include Google::Apis::Core::Hashable
1581
1583
 
@@ -1790,7 +1792,7 @@ module Google
1790
1792
  # @return [Array<String>]
1791
1793
  attr_accessor :dest_port_ranges
1792
1794
 
1793
- # Name of a Compute Engine route.
1795
+ # Name of a route.
1794
1796
  # Corresponds to the JSON property `displayName`
1795
1797
  # @return [String]
1796
1798
  attr_accessor :display_name
@@ -1800,7 +1802,17 @@ module Google
1800
1802
  # @return [Array<String>]
1801
1803
  attr_accessor :instance_tags
1802
1804
 
1803
- # URI of a Compute Engine network.
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.
1804
1816
  # Corresponds to the JSON property `networkUri`
1805
1817
  # @return [String]
1806
1818
  attr_accessor :network_uri
@@ -1825,6 +1837,11 @@ module Google
1825
1837
  # @return [Array<String>]
1826
1838
  attr_accessor :protocols
1827
1839
 
1840
+ # Indicates where route is applicable.
1841
+ # Corresponds to the JSON property `routeScope`
1842
+ # @return [String]
1843
+ attr_accessor :route_scope
1844
+
1828
1845
  # Type of route.
1829
1846
  # Corresponds to the JSON property `routeType`
1830
1847
  # @return [String]
@@ -1840,9 +1857,9 @@ module Google
1840
1857
  # @return [Array<String>]
1841
1858
  attr_accessor :src_port_ranges
1842
1859
 
1843
- # URI of a Compute Engine route. Dynamic route from cloud router does not have a
1844
- # URI. Advertised route from Google Cloud VPC to on-premises network also does
1845
- # not have a URI.
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.
1846
1863
  # Corresponds to the JSON property `uri`
1847
1864
  # @return [String]
1848
1865
  attr_accessor :uri
@@ -1857,11 +1874,14 @@ module Google
1857
1874
  @dest_port_ranges = args[:dest_port_ranges] if args.key?(:dest_port_ranges)
1858
1875
  @display_name = args[:display_name] if args.key?(:display_name)
1859
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)
1860
1879
  @network_uri = args[:network_uri] if args.key?(:network_uri)
1861
1880
  @next_hop = args[:next_hop] if args.key?(:next_hop)
1862
1881
  @next_hop_type = args[:next_hop_type] if args.key?(:next_hop_type)
1863
1882
  @priority = args[:priority] if args.key?(:priority)
1864
1883
  @protocols = args[:protocols] if args.key?(:protocols)
1884
+ @route_scope = args[:route_scope] if args.key?(:route_scope)
1865
1885
  @route_type = args[:route_type] if args.key?(:route_type)
1866
1886
  @src_ip_range = args[:src_ip_range] if args.key?(:src_ip_range)
1867
1887
  @src_port_ranges = args[:src_port_ranges] if args.key?(:src_port_ranges)
@@ -1884,22 +1904,22 @@ module Google
1884
1904
  # evaluates to `true`. A condition can add constraints based on attributes of
1885
1905
  # the request, the resource, or both. To learn which resources support
1886
1906
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1887
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1907
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1888
1908
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1889
1909
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1890
1910
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1891
1911
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1892
1912
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1893
1913
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1894
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1895
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1896
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1897
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1898
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1899
- # access description: Does not grant access after Sep 2020 expression: request.
1900
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1901
- # a description of IAM and its features, see the [IAM documentation](https://
1902
- # 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/).
1903
1923
  # Corresponds to the JSON property `policy`
1904
1924
  # @return [Google::Apis::NetworkmanagementV1beta1::Policy]
1905
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.32.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 = "20230531"
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.32.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-06-11 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.32.0
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: []