google-apis-networkconnectivity_v1 0.33.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: b19aacc4c176f1069f24756fdac8056f7fa390bf2bd0ed8702737835ecf58246
4
- data.tar.gz: b55735c69650a51f45df7817eceb86ea41e70283217ed949cdd98efe325b0264
3
+ metadata.gz: f9b428e6645653dbb89ca15a11ed5f5b7a8d91f0014f0a2ea3c25a8a9cea2c74
4
+ data.tar.gz: 60e8701de75f462b3424ac2a6922550f2485014233361b7d136cfcd7440eadd6
5
5
  SHA512:
6
- metadata.gz: e35d4308d39d6a3b0cd73b71ecc414b1f7cee264c0ef9c4da764b7de40353cf127d0c7f06e24bcb5ab5eb9a4f5684c9e60b414745fd076a867cd6933a8f020b3
7
- data.tar.gz: 799711242702b2e51241da1fbd120825664a7b346be03b6ad07b471e40d8c138371735f8ae3858fd4a3746d477d6a6cd86c8170e2c765f25db62c3a6a1477608
6
+ metadata.gz: d4a7c5391ffb364b85f8ed71d04af4885044f20ed904c6ea600ff218a01dcb37dc06b0f337a18bcc89b296519602715cf83f7e7caf5b2c6695ef677c4c28c183
7
+ data.tar.gz: fe0142adc5b584f6ff16aec5aaf984b838b21db5896761bb760d2e0a769eed07f5fe761f4c0100f9a19f1b86fedcaf04a5cd6f686a0d421b85c8fa9e43dacbd9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.34.0 (2023-10-01)
4
+
5
+ * Regenerated from discovery document revision 20230921
6
+
3
7
  ### v0.33.0 (2023-09-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20230906
@@ -27,10 +27,10 @@ module Google
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
29
  # Optional. A request ID to identify requests. Specify a unique request ID so
30
- # that if you must retry your request, the server will know to ignore the
31
- # request if it has already been completed. The server guarantees that a request
32
- # doesn't result in creation of duplicate commitments for at least 60 minutes.
33
- # For example, consider a situation where you make an initial request and the
30
+ # that if you must retry your request, the server knows to ignore the request if
31
+ # it has already been completed. The server guarantees that a request doesn't
32
+ # result in creation of duplicate commitments for at least 60 minutes. For
33
+ # example, consider a situation where you make an initial request and the
34
34
  # request times out. If you make the request again with the same request ID, the
35
35
  # server can check to see whether the original operation was received. If it was,
36
36
  # the server ignores the second request. This behavior prevents clients from
@@ -85,10 +85,10 @@ module Google
85
85
  include Google::Apis::Core::Hashable
86
86
 
87
87
  # Optional. A request ID to identify requests. Specify a unique request ID so
88
- # that if you must retry your request, the server will know to ignore the
89
- # request if it has already been completed. The server guarantees that a request
90
- # doesn't result in creation of duplicate commitments for at least 60 minutes.
91
- # For example, consider a situation where you make an initial request and the
88
+ # that if you must retry your request, the server knows to ignore the request if
89
+ # it has already been completed. The server guarantees that a request doesn't
90
+ # result in creation of duplicate commitments for at least 60 minutes. For
91
+ # example, consider a situation where you make an initial request and the
92
92
  # request times out. If you make the request again with the same request ID, the
93
93
  # server can check to see whether the original operation was received. If it was,
94
94
  # the server ignores the second request. This behavior prevents clients from
@@ -472,25 +472,25 @@ module Google
472
472
  class Filter
473
473
  include Google::Apis::Core::Hashable
474
474
 
475
- # Optional. The destination IP range of outgoing packets that this policy based
475
+ # Optional. The destination IP range of outgoing packets that this policy-based
476
476
  # route applies to. Default is "0.0.0.0/0" if protocol version is IPv4.
477
477
  # Corresponds to the JSON property `destRange`
478
478
  # @return [String]
479
479
  attr_accessor :dest_range
480
480
 
481
- # Optional. The IP protocol that this policy based route applies to. Valid
481
+ # Optional. The IP protocol that this policy-based route applies to. Valid
482
482
  # values are 'TCP', 'UDP', and 'ALL'. Default is 'ALL'.
483
483
  # Corresponds to the JSON property `ipProtocol`
484
484
  # @return [String]
485
485
  attr_accessor :ip_protocol
486
486
 
487
- # Required. Internet protocol versions this policy based route applies to. For
487
+ # Required. Internet protocol versions this policy-based route applies to. For
488
488
  # this version, only IPV4 is supported.
489
489
  # Corresponds to the JSON property `protocolVersion`
490
490
  # @return [String]
491
491
  attr_accessor :protocol_version
492
492
 
493
- # Optional. The source IP range of outgoing packets that this policy based route
493
+ # Optional. The source IP range of outgoing packets that this policy-based route
494
494
  # applies to. Default is "0.0.0.0/0" if protocol version is IPv4.
495
495
  # Corresponds to the JSON property `srcRange`
496
496
  # @return [String]
@@ -851,11 +851,11 @@ module Google
851
851
  end
852
852
  end
853
853
 
854
- # InterconnectAttachment to which this route applies to.
854
+ # InterconnectAttachment that this route applies to.
855
855
  class InterconnectAttachment
856
856
  include Google::Apis::Core::Hashable
857
857
 
858
- # Optional. Cloud region to install this policy based route on interconnect
858
+ # Optional. Cloud region to install this policy-based route on interconnect
859
859
  # attachment. Use `all` to install it on all interconnect attachments.
860
860
  # Corresponds to the JSON property `region`
861
861
  # @return [String]
@@ -1290,7 +1290,7 @@ module Google
1290
1290
  # @return [String]
1291
1291
  attr_accessor :next_page_token
1292
1292
 
1293
- # Policy based routes to be returned.
1293
+ # Policy-based routes to be returned.
1294
1294
  # Corresponds to the JSON property `policyBasedRoutes`
1295
1295
  # @return [Array<Google::Apis::NetworkconnectivityV1::PolicyBasedRoute>]
1296
1296
  attr_accessor :policy_based_routes
@@ -1778,14 +1778,14 @@ module Google
1778
1778
  end
1779
1779
  end
1780
1780
 
1781
- # Policy Based Routes (PBR) are more powerful routes that allows GCP customers
1782
- # to route their L4 network traffic based on not just destination IP, but also
1783
- # source IP, protocol and more. A PBR always take precedence when it conflicts
1784
- # with other types of routes. Next id: 22
1781
+ # Policy-based routes route L4 network traffic based on not just destination IP
1782
+ # address, but also source IP address, protocol, and more. If a policy-based
1783
+ # route conflicts with other types of routes, the policy-based route always take
1784
+ # precedence.
1785
1785
  class PolicyBasedRoute
1786
1786
  include Google::Apis::Core::Hashable
1787
1787
 
1788
- # Output only. Time when the PolicyBasedRoute was created.
1788
+ # Output only. Time when the policy-based route was created.
1789
1789
  # Corresponds to the JSON property `createTime`
1790
1790
  # @return [String]
1791
1791
  attr_accessor :create_time
@@ -1801,13 +1801,13 @@ module Google
1801
1801
  # @return [Google::Apis::NetworkconnectivityV1::Filter]
1802
1802
  attr_accessor :filter
1803
1803
 
1804
- # InterconnectAttachment to which this route applies to.
1804
+ # InterconnectAttachment that this route applies to.
1805
1805
  # Corresponds to the JSON property `interconnectAttachment`
1806
1806
  # @return [Google::Apis::NetworkconnectivityV1::InterconnectAttachment]
1807
1807
  attr_accessor :interconnect_attachment
1808
1808
 
1809
1809
  # Output only. Type of this resource. Always networkconnectivity#
1810
- # policyBasedRoute for Policy Based Route resources.
1810
+ # policyBasedRoute for policy-based Route resources.
1811
1811
  # Corresponds to the JSON property `kind`
1812
1812
  # @return [String]
1813
1813
  attr_accessor :kind
@@ -1823,15 +1823,14 @@ module Google
1823
1823
  # @return [String]
1824
1824
  attr_accessor :name
1825
1825
 
1826
- # Required. Fully-qualified URL of the network that this route applies to. e.g.
1827
- # projects/my-project/global/networks/my-network.
1826
+ # Required. Fully-qualified URL of the network that this route applies to, for
1827
+ # example: projects/my-project/global/networks/my-network.
1828
1828
  # Corresponds to the JSON property `network`
1829
1829
  # @return [String]
1830
1830
  attr_accessor :network
1831
1831
 
1832
- # Optional. The IP of a global access enabled L4 ILB that should be the next hop
1833
- # to handle matching packets. For this version, only next_hop_ilb_ip is
1834
- # supported.
1832
+ # Optional. The IP address of a global-access-enabled L4 ILB that is the next
1833
+ # hop for matching packets. For this version, only nextHopIlbIp is supported.
1835
1834
  # Corresponds to the JSON property `nextHopIlbIp`
1836
1835
  # @return [String]
1837
1836
  attr_accessor :next_hop_ilb_ip
@@ -1842,9 +1841,9 @@ module Google
1842
1841
  # @return [String]
1843
1842
  attr_accessor :next_hop_other_routes
1844
1843
 
1845
- # Optional. The priority of this policy based route. Priority is used to break
1846
- # ties in cases where there are more than one matching policy based routes found.
1847
- # In cases where multiple policy based routes are matched, the one with the
1844
+ # Optional. The priority of this policy-based route. Priority is used to break
1845
+ # ties in cases where there are more than one matching policy-based routes found.
1846
+ # In cases where multiple policy-based routes are matched, the one with the
1848
1847
  # lowest-numbered priority value wins. The default value is 1000. The priority
1849
1848
  # value must be from 1 to 65535, inclusive.
1850
1849
  # Corresponds to the JSON property `priority`
@@ -1856,12 +1855,12 @@ module Google
1856
1855
  # @return [String]
1857
1856
  attr_accessor :self_link
1858
1857
 
1859
- # Output only. Time when the PolicyBasedRoute was updated.
1858
+ # Output only. Time when the policy-based route was updated.
1860
1859
  # Corresponds to the JSON property `updateTime`
1861
1860
  # @return [String]
1862
1861
  attr_accessor :update_time
1863
1862
 
1864
- # VM instances to which this policy based route applies to.
1863
+ # VM instances to which this policy-based route applies to.
1865
1864
  # Corresponds to the JSON property `virtualMachine`
1866
1865
  # @return [Google::Apis::NetworkconnectivityV1::VirtualMachine]
1867
1866
  attr_accessor :virtual_machine
@@ -2033,10 +2032,10 @@ module Google
2033
2032
  attr_accessor :details
2034
2033
 
2035
2034
  # Optional. A request ID to identify requests. Specify a unique request ID so
2036
- # that if you must retry your request, the server will know to ignore the
2037
- # request if it has already been completed. The server guarantees that a request
2038
- # doesn't result in creation of duplicate commitments for at least 60 minutes.
2039
- # For example, consider a situation where you make an initial request and the
2035
+ # that if you must retry your request, the server knows to ignore the request if
2036
+ # it has already been completed. The server guarantees that a request doesn't
2037
+ # result in creation of duplicate commitments for at least 60 minutes. For
2038
+ # example, consider a situation where you make an initial request and the
2040
2039
  # request times out. If you make the request again with the same request ID, the
2041
2040
  # server can check to see whether the original operation was received. If it was,
2042
2041
  # the server ignores the second request. This behavior prevents clients from
@@ -2098,10 +2097,10 @@ module Google
2098
2097
  attr_accessor :details
2099
2098
 
2100
2099
  # Optional. A request ID to identify requests. Specify a unique request ID so
2101
- # that if you must retry your request, the server will know to ignore the
2102
- # request if it has already been completed. The server guarantees that a request
2103
- # doesn't result in creation of duplicate commitments for at least 60 minutes.
2104
- # For example, consider a situation where you make an initial request and the
2100
+ # that if you must retry your request, the server knows to ignore the request if
2101
+ # it has already been completed. The server guarantees that a request doesn't
2102
+ # result in creation of duplicate commitments for at least 60 minutes. For
2103
+ # example, consider a situation where you make an initial request and the
2105
2104
  # request times out. If you make the request again with the same request ID, the
2106
2105
  # server can check to see whether the original operation was received. If it was,
2107
2106
  # the server ignores the second request. This behavior prevents clients from
@@ -3021,12 +3020,12 @@ module Google
3021
3020
  end
3022
3021
  end
3023
3022
 
3024
- # VM instances to which this policy based route applies to.
3023
+ # VM instances to which this policy-based route applies to.
3025
3024
  class VirtualMachine
3026
3025
  include Google::Apis::Core::Hashable
3027
3026
 
3028
- # Optional. A list of VM instance tags to which this policy based route applies
3029
- # to. VM instances that have ANY of tags specified here will install this PBR.
3027
+ # Optional. A list of VM instance tags the this policy-based route applies to.
3028
+ # VM instances that have ANY of tags specified here will install this PBR.
3030
3029
  # Corresponds to the JSON property `tags`
3031
3030
  # @return [Array<String>]
3032
3031
  attr_accessor :tags
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkconnectivityV1
18
18
  # Version of the google-apis-networkconnectivity_v1 gem
19
- GEM_VERSION = "0.33.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 = "20230906"
25
+ REVISION = "20230921"
26
26
  end
27
27
  end
28
28
  end
@@ -122,9 +122,9 @@ module Google
122
122
  execute_or_queue_command(command, &block)
123
123
  end
124
124
 
125
- # Accepts a proposal to attach a Network Connectivity Center spoke to the hub.
125
+ # Accepts a proposal to attach a Network Connectivity Center spoke to a hub.
126
126
  # @param [String] name
127
- # Required. The name of the hub.
127
+ # Required. The name of the hub into which to accept the spoke.
128
128
  # @param [Google::Apis::NetworkconnectivityV1::AcceptHubSpokeRequest] accept_hub_spoke_request_object
129
129
  # @param [String] fields
130
130
  # Selector specifying which fields to include in a partial response.
@@ -163,10 +163,10 @@ module Google
163
163
  # Required. A unique identifier for the hub.
164
164
  # @param [String] request_id
165
165
  # Optional. A request ID to identify requests. Specify a unique request ID so
166
- # that if you must retry your request, the server will know to ignore the
167
- # request if it has already been completed. The server guarantees that a request
168
- # doesn't result in creation of duplicate commitments for at least 60 minutes.
169
- # For example, consider a situation where you make an initial request and the
166
+ # that if you must retry your request, the server knows to ignore the request if
167
+ # it has already been completed. The server guarantees that a request doesn't
168
+ # result in creation of duplicate commitments for at least 60 minutes. For
169
+ # example, consider a situation where you make an initial request and the
170
170
  # request times out. If you make the request again with the same request ID, the
171
171
  # server can check to see whether the original operation was received. If it was,
172
172
  # the server ignores the second request. This behavior prevents clients from
@@ -209,10 +209,10 @@ module Google
209
209
  # Required. The name of the hub to delete.
210
210
  # @param [String] request_id
211
211
  # Optional. A request ID to identify requests. Specify a unique request ID so
212
- # that if you must retry your request, the server will know to ignore the
213
- # request if it has already been completed. The server guarantees that a request
214
- # doesn't result in creation of duplicate commitments for at least 60 minutes.
215
- # For example, consider a situation where you make an initial request and the
212
+ # that if you must retry your request, the server knows to ignore the request if
213
+ # it has already been completed. The server guarantees that a request doesn't
214
+ # result in creation of duplicate commitments for at least 60 minutes. For
215
+ # example, consider a situation where you make an initial request and the
216
216
  # request times out. If you make the request again with the same request ID, the
217
217
  # server can check to see whether the original operation was received. If it was,
218
218
  # the server ignores the second request. This behavior prevents clients from
@@ -427,10 +427,10 @@ module Google
427
427
  # @param [Google::Apis::NetworkconnectivityV1::Hub] hub_object
428
428
  # @param [String] request_id
429
429
  # Optional. A request ID to identify requests. Specify a unique request ID so
430
- # that if you must retry your request, the server will know to ignore the
431
- # request if it has already been completed. The server guarantees that a request
432
- # doesn't result in creation of duplicate commitments for at least 60 minutes.
433
- # For example, consider a situation where you make an initial request and the
430
+ # that if you must retry your request, the server knows to ignore the request if
431
+ # it has already been completed. The server guarantees that a request doesn't
432
+ # result in creation of duplicate commitments for at least 60 minutes. For
433
+ # example, consider a situation where you make an initial request and the
434
434
  # request times out. If you make the request again with the same request ID, the
435
435
  # server can check to see whether the original operation was received. If it was,
436
436
  # the server ignores the second request. This behavior prevents clients from
@@ -474,12 +474,12 @@ module Google
474
474
  execute_or_queue_command(command, &block)
475
475
  end
476
476
 
477
- # Rejects a Network Connectivity Center spoke from being attached to the hub. If
477
+ # Rejects a Network Connectivity Center spoke from being attached to a hub. If
478
478
  # the spoke was previously in the `ACTIVE` state, it transitions to the `
479
479
  # INACTIVE` state and is no longer able to connect to other spokes that are
480
480
  # attached to the hub.
481
481
  # @param [String] name
482
- # Required. The name of the hub.
482
+ # Required. The name of the hub from which to reject the spoke.
483
483
  # @param [Google::Apis::NetworkconnectivityV1::RejectHubSpokeRequest] reject_hub_spoke_request_object
484
484
  # @param [String] fields
485
485
  # Selector specifying which fields to include in a partial response.
@@ -923,12 +923,12 @@ module Google
923
923
  execute_or_queue_command(command, &block)
924
924
  end
925
925
 
926
- # Creates a new PolicyBasedRoute in a given project and location.
926
+ # Creates a new policy-based route in a given project and location.
927
927
  # @param [String] parent
928
928
  # Required. The parent resource's name of the PolicyBasedRoute.
929
929
  # @param [Google::Apis::NetworkconnectivityV1::PolicyBasedRoute] policy_based_route_object
930
930
  # @param [String] policy_based_route_id
931
- # Required. Unique id for the Policy Based Route to create.
931
+ # Required. Unique id for the policy-based route to create.
932
932
  # @param [String] request_id
933
933
  # Optional. An optional request ID to identify requests. Specify a unique
934
934
  # request ID so that if you must retry your request, the server will know to
@@ -971,9 +971,9 @@ module Google
971
971
  execute_or_queue_command(command, &block)
972
972
  end
973
973
 
974
- # Deletes a single PolicyBasedRoute.
974
+ # Deletes a single policy-based route.
975
975
  # @param [String] name
976
- # Required. Name of the PolicyBasedRoute resource to delete.
976
+ # Required. Name of the policy-based route resource to delete.
977
977
  # @param [String] request_id
978
978
  # Optional. An optional request ID to identify requests. Specify a unique
979
979
  # request ID so that if you must retry your request, the server will know to
@@ -1013,7 +1013,7 @@ module Google
1013
1013
  execute_or_queue_command(command, &block)
1014
1014
  end
1015
1015
 
1016
- # Gets details of a single PolicyBasedRoute.
1016
+ # Gets details of a single policy-based route.
1017
1017
  # @param [String] name
1018
1018
  # Required. Name of the PolicyBasedRoute resource to get.
1019
1019
  # @param [String] fields
@@ -1088,7 +1088,7 @@ module Google
1088
1088
  execute_or_queue_command(command, &block)
1089
1089
  end
1090
1090
 
1091
- # Lists PolicyBasedRoutes in a given project and location.
1091
+ # Lists policy-based routes in a given project and location.
1092
1092
  # @param [String] parent
1093
1093
  # Required. The parent resource's name.
1094
1094
  # @param [String] filter
@@ -2757,10 +2757,10 @@ module Google
2757
2757
  # @param [Google::Apis::NetworkconnectivityV1::Spoke] spoke_object
2758
2758
  # @param [String] request_id
2759
2759
  # Optional. A request ID to identify requests. Specify a unique request ID so
2760
- # that if you must retry your request, the server will know to ignore the
2761
- # request if it has already been completed. The server guarantees that a request
2762
- # doesn't result in creation of duplicate commitments for at least 60 minutes.
2763
- # For example, consider a situation where you make an initial request and the
2760
+ # that if you must retry your request, the server knows to ignore the request if
2761
+ # it has already been completed. The server guarantees that a request doesn't
2762
+ # result in creation of duplicate commitments for at least 60 minutes. For
2763
+ # example, consider a situation where you make an initial request and the
2764
2764
  # request times out. If you make the request again with the same request ID, the
2765
2765
  # server can check to see whether the original operation was received. If it was,
2766
2766
  # the server ignores the second request. This behavior prevents clients from
@@ -2805,10 +2805,10 @@ module Google
2805
2805
  # Required. The name of the spoke to delete.
2806
2806
  # @param [String] request_id
2807
2807
  # Optional. A request ID to identify requests. Specify a unique request ID so
2808
- # that if you must retry your request, the server will know to ignore the
2809
- # request if it has already been completed. The server guarantees that a request
2810
- # doesn't result in creation of duplicate commitments for at least 60 minutes.
2811
- # For example, consider a situation where you make an initial request and the
2808
+ # that if you must retry your request, the server knows to ignore the request if
2809
+ # it has already been completed. The server guarantees that a request doesn't
2810
+ # result in creation of duplicate commitments for at least 60 minutes. For
2811
+ # example, consider a situation where you make an initial request and the
2812
2812
  # request times out. If you make the request again with the same request ID, the
2813
2813
  # server can check to see whether the original operation was received. If it was,
2814
2814
  # the server ignores the second request. This behavior prevents clients from
@@ -2969,10 +2969,10 @@ module Google
2969
2969
  # @param [Google::Apis::NetworkconnectivityV1::Spoke] spoke_object
2970
2970
  # @param [String] request_id
2971
2971
  # Optional. A request ID to identify requests. Specify a unique request ID so
2972
- # that if you must retry your request, the server will know to ignore the
2973
- # request if it has already been completed. The server guarantees that a request
2974
- # doesn't result in creation of duplicate commitments for at least 60 minutes.
2975
- # For example, consider a situation where you make an initial request and the
2972
+ # that if you must retry your request, the server knows to ignore the request if
2973
+ # it has already been completed. The server guarantees that a request doesn't
2974
+ # result in creation of duplicate commitments for at least 60 minutes. For
2975
+ # example, consider a situation where you make an initial request and the
2976
2976
  # request times out. If you make the request again with the same request ID, the
2977
2977
  # server can check to see whether the original operation was received. If it was,
2978
2978
  # the server ignores the second request. This behavior prevents clients from
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkconnectivity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.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-09-17 00:00:00.000000000 Z
11
+ date: 2023-10-01 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-networkconnectivity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []