google-apis-networkmanagement_v1beta1 0.33.0 → 0.35.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: 35c8becee84a591f5c00bf13bc5be49201c60966c4db04c70f3548b618880689
4
- data.tar.gz: fd0a37aa4312689fa5c5b79c7a569947c59c996088a67f0b513d1a4c9f7d645a
3
+ metadata.gz: 6d2ae79d145a3f2c2f2f2773e04c45b8158f958bb2fb46a11606304ef1c57984
4
+ data.tar.gz: ffd820bcf438526a70fb70b2cd2e8c133f34b3b757fa68374ce8b3870f337846
5
5
  SHA512:
6
- metadata.gz: 6822a107d7467f6198cb1643d3d4dccf8db3654ed35c46e3747646696b90bec540d57bf9058affa1f8dd6732b2d44d8d00192a2a9deeafa4b8375f9c65ef567a
7
- data.tar.gz: 4d2361dfa95d0ae458037c989ad53d3ffa60ecdd9a1571e56e1abf5eeb7bf911a8fa85c6890b660ffa0eb5b77dca6677372b68d374ddd47df68812aa9ee08007
6
+ metadata.gz: 83001cf9328872e63db700b19ad83552a8c2006a13fd2ac20e811bb671d9050295eee4034e6243b2c15be1ab261fab650fc7c0b747167ab271fe6c902e00af8d
7
+ data.tar.gz: 2ea45ff89061ff6cee9ebf7dbb122f881d74e822979b7723d885fa1e2eb071a4afdf9f53dec0af1040b113ad291d76730c905db6e8d5faa3fc20991e224f04ee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.35.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231108
6
+
7
+ ### v0.34.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230802
10
+
3
11
  ### v0.33.0 (2023-07-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230705
@@ -1330,7 +1330,9 @@ module Google
1330
1330
  # @return [Array<Google::Apis::NetworkmanagementV1beta1::LoadBalancerBackend>]
1331
1331
  attr_accessor :backends
1332
1332
 
1333
- # URI of the health check for the load balancer.
1333
+ # URI of the health check for the load balancer. Deprecated and no longer
1334
+ # populated as different load balancer backends might have different health
1335
+ # checks.
1334
1336
  # Corresponds to the JSON property `healthCheckUri`
1335
1337
  # @return [String]
1336
1338
  attr_accessor :health_check_uri
@@ -1469,13 +1471,13 @@ module Google
1469
1471
  # @return [String]
1470
1472
  attr_accessor :name
1471
1473
 
1472
- # The normal response of the operation in case of success. If the original
1473
- # method returns no data on success, such as `Delete`, the response is `google.
1474
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1475
- # the response should be the resource. For other methods, the response should
1476
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1477
- # example, if the original method name is `TakeSnapshot()`, the inferred
1478
- # response type is `TakeSnapshotResponse`.
1474
+ # The normal, successful response of the operation. If the original method
1475
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1476
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1477
+ # response should be the resource. For other methods, the response should have
1478
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1479
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1480
+ # `TakeSnapshotResponse`.
1479
1481
  # Corresponds to the JSON property `response`
1480
1482
  # @return [Hash<String,Object>]
1481
1483
  attr_accessor :response
@@ -1562,22 +1564,22 @@ module Google
1562
1564
  # evaluates to `true`. A condition can add constraints based on attributes of
1563
1565
  # the request, the resource, or both. To learn which resources support
1564
1566
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1565
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1567
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1566
1568
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1567
1569
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1568
1570
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1569
1571
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1570
1572
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1571
1573
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1572
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1573
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1574
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1575
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1576
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1577
- # access description: Does not grant access after Sep 2020 expression: request.
1578
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1579
- # a description of IAM and its features, see the [IAM documentation](https://
1580
- # cloud.google.com/iam/docs/).
1574
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1575
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1576
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1577
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1578
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1579
+ # title: expirable access description: Does not grant access after Sep 2020
1580
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1581
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1582
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1581
1583
  class Policy
1582
1584
  include Google::Apis::Core::Hashable
1583
1585
 
@@ -1792,7 +1794,7 @@ module Google
1792
1794
  # @return [Array<String>]
1793
1795
  attr_accessor :dest_port_ranges
1794
1796
 
1795
- # Name of a Compute Engine route.
1797
+ # Name of a route.
1796
1798
  # Corresponds to the JSON property `displayName`
1797
1799
  # @return [String]
1798
1800
  attr_accessor :display_name
@@ -1802,7 +1804,17 @@ module Google
1802
1804
  # @return [Array<String>]
1803
1805
  attr_accessor :instance_tags
1804
1806
 
1805
- # URI of a Compute Engine network.
1807
+ # URI of a NCC Hub. NCC_HUB routes only.
1808
+ # Corresponds to the JSON property `nccHubUri`
1809
+ # @return [String]
1810
+ attr_accessor :ncc_hub_uri
1811
+
1812
+ # URI of a NCC Spoke. NCC_HUB routes only.
1813
+ # Corresponds to the JSON property `nccSpokeUri`
1814
+ # @return [String]
1815
+ attr_accessor :ncc_spoke_uri
1816
+
1817
+ # URI of a Compute Engine network. NETWORK routes only.
1806
1818
  # Corresponds to the JSON property `networkUri`
1807
1819
  # @return [String]
1808
1820
  attr_accessor :network_uri
@@ -1827,6 +1839,11 @@ module Google
1827
1839
  # @return [Array<String>]
1828
1840
  attr_accessor :protocols
1829
1841
 
1842
+ # Indicates where route is applicable.
1843
+ # Corresponds to the JSON property `routeScope`
1844
+ # @return [String]
1845
+ attr_accessor :route_scope
1846
+
1830
1847
  # Type of route.
1831
1848
  # Corresponds to the JSON property `routeType`
1832
1849
  # @return [String]
@@ -1842,9 +1859,9 @@ module Google
1842
1859
  # @return [Array<String>]
1843
1860
  attr_accessor :src_port_ranges
1844
1861
 
1845
- # URI of a Compute Engine route. Dynamic route from cloud router does not have a
1846
- # URI. Advertised route from Google Cloud VPC to on-premises network also does
1847
- # not have a URI.
1862
+ # URI of a route. Dynamic, peering static and peering dynamic routes do not have
1863
+ # an URI. Advertised route from Google Cloud VPC to on-premises network also
1864
+ # does not have an URI.
1848
1865
  # Corresponds to the JSON property `uri`
1849
1866
  # @return [String]
1850
1867
  attr_accessor :uri
@@ -1859,11 +1876,14 @@ module Google
1859
1876
  @dest_port_ranges = args[:dest_port_ranges] if args.key?(:dest_port_ranges)
1860
1877
  @display_name = args[:display_name] if args.key?(:display_name)
1861
1878
  @instance_tags = args[:instance_tags] if args.key?(:instance_tags)
1879
+ @ncc_hub_uri = args[:ncc_hub_uri] if args.key?(:ncc_hub_uri)
1880
+ @ncc_spoke_uri = args[:ncc_spoke_uri] if args.key?(:ncc_spoke_uri)
1862
1881
  @network_uri = args[:network_uri] if args.key?(:network_uri)
1863
1882
  @next_hop = args[:next_hop] if args.key?(:next_hop)
1864
1883
  @next_hop_type = args[:next_hop_type] if args.key?(:next_hop_type)
1865
1884
  @priority = args[:priority] if args.key?(:priority)
1866
1885
  @protocols = args[:protocols] if args.key?(:protocols)
1886
+ @route_scope = args[:route_scope] if args.key?(:route_scope)
1867
1887
  @route_type = args[:route_type] if args.key?(:route_type)
1868
1888
  @src_ip_range = args[:src_ip_range] if args.key?(:src_ip_range)
1869
1889
  @src_port_ranges = args[:src_port_ranges] if args.key?(:src_port_ranges)
@@ -1886,22 +1906,22 @@ module Google
1886
1906
  # evaluates to `true`. A condition can add constraints based on attributes of
1887
1907
  # the request, the resource, or both. To learn which resources support
1888
1908
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1889
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1909
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1890
1910
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1891
1911
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1892
1912
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1893
1913
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1894
1914
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1895
1915
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1896
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1897
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1898
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1899
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1900
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1901
- # access description: Does not grant access after Sep 2020 expression: request.
1902
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1903
- # a description of IAM and its features, see the [IAM documentation](https://
1904
- # cloud.google.com/iam/docs/).
1916
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1917
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1918
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1919
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1920
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1921
+ # title: expirable access description: Does not grant access after Sep 2020
1922
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1923
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1924
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1905
1925
  # Corresponds to the JSON property `policy`
1906
1926
  # @return [Google::Apis::NetworkmanagementV1beta1::Policy]
1907
1927
  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.33.0"
19
+ GEM_VERSION = "0.35.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 = "20231108"
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.33.0
4
+ version: 0.35.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-11-19 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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.35.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: []
@@ -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 V1beta1