google-apis-networkconnectivity_v1 0.11.0 → 0.14.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: a099accfd4ae3635ff8fcd6b49d0ae380da1e3503a2eb8b09d9510a4a5c410ff
4
- data.tar.gz: 655914eef7f9341b9ec665338955d6d6bd9d99292a26ef7ce7036c3849a84d74
3
+ metadata.gz: 204aef029e80f6d8a0fbb3c23c6f2bf41b5fe127b83dfb9d145388afdaec2b15
4
+ data.tar.gz: 36e4cd71c8281af262f0baf5e8af58bb70bf550217b0b5c87eb23439a9ae94c3
5
5
  SHA512:
6
- metadata.gz: 77bb846659412413ec2274e312199e1ebc583f82fcc2a585b4339edb643249298ad5d60078de22884c18bf9ece485bc34d874c99e0f28c4992d2452b028702ba
7
- data.tar.gz: ecb1b8cf62e57282ea1d78727065f531feeff5ccfad8e8d696523206233e549611a56ae672267ce512ae5a145d4d8f5173541bb73c8880e083d494029b28e7a5
6
+ metadata.gz: 478f8f767ac975480e16f38742f3b8e73da2950edd9887c0881236a13a99325b3d286e3c77519f352fb69de19d24ebaef474f13a6d32fc91aa497e6add0a65de
7
+ data.tar.gz: 823fded33092f1d2426bbefdb0d7894ae4930509644d18ba8bd1a6ea8e52e38a71e366046e89e8f6ea1a68751700abb9fbffc33c2c8c445ce81be5fb24c93b8d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.14.0 (2022-07-21)
4
+
5
+ * Regenerated from discovery document revision 20220715
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.13.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.12.0 (2022-06-17)
13
+
14
+ * Regenerated using generator version 0.6.0
15
+
3
16
  ### v0.11.0 (2022-06-05)
4
17
 
5
18
  * Regenerated using generator version 0.5.0
@@ -373,11 +373,11 @@ module Google
373
373
  end
374
374
  end
375
375
 
376
- # A hub is a collection of spokes. A single hub can contain spokes from multiple
377
- # regions. However, if any of a hub's spokes use the data transfer feature, the
378
- # resources associated with those spokes must all reside in the same VPC network.
379
- # Spokes that do not use data transfer can be associated with any VPC network
380
- # in your project.
376
+ # A Network Connectivity Center hub is a collection of spokes. A single hub can
377
+ # contain spokes from multiple regions. However, if any of a hub's spokes use
378
+ # the data transfer feature, the resources associated with those spokes must all
379
+ # reside in the same VPC network. Spokes that do not use data transfer can be
380
+ # associated with any VPC network in your project.
381
381
  class Hub
382
382
  include Google::Apis::Core::Hashable
383
383
 
@@ -878,8 +878,8 @@ module Google
878
878
  end
879
879
  end
880
880
 
881
- # RoutingVPC contains information about the VPC networks that are associated
882
- # with a hub's spokes.
881
+ # RoutingVPC contains information about the VPC networks associated with the
882
+ # spokes of a Network Connectivity Center hub.
883
883
  class RoutingVpc
884
884
  include Google::Apis::Core::Hashable
885
885
 
@@ -962,11 +962,11 @@ module Google
962
962
  end
963
963
  end
964
964
 
965
- # A spoke represents a connection between your Google Cloud network resources
966
- # and a non-Google-Cloud network. When you create a spoke, you associate it with
967
- # a hub. You must also identify a value for exactly one of the following fields:
968
- # * linked_vpn_tunnels * linked_interconnect_attachments *
969
- # linked_router_appliance_instances
965
+ # A Network Connectivity Center spoke represents a connection between your
966
+ # Google Cloud network resources and a non-Google-Cloud network. When you create
967
+ # a spoke, you associate it with a hub. You must also identify a value for
968
+ # exactly one of the following fields: * linked_vpn_tunnels *
969
+ # linked_interconnect_attachments * linked_router_appliance_instances
970
970
  class Spoke
971
971
  include Google::Apis::Core::Hashable
972
972
 
@@ -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.11.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220505"
25
+ REVISION = "20220715"
26
26
  end
27
27
  end
28
28
  end
@@ -22,7 +22,7 @@ module Google
22
22
  module NetworkconnectivityV1
23
23
  # Network Connectivity API
24
24
  #
25
- # The Network Connectivity API provides access to Network Connectivity Center.
25
+ # This API enables connectivity with and between Google Cloud resources.
26
26
  #
27
27
  # @example
28
28
  # require 'google/apis/networkconnectivity_v1'
@@ -122,7 +122,7 @@ module Google
122
122
  execute_or_queue_command(command, &block)
123
123
  end
124
124
 
125
- # Creates a new hub in the specified project.
125
+ # Creates a new Network Connectivity Center hub in the specified project.
126
126
  # @param [String] parent
127
127
  # Required. The parent resource.
128
128
  # @param [Google::Apis::NetworkconnectivityV1::Hub] hub_object
@@ -171,7 +171,7 @@ module Google
171
171
  execute_or_queue_command(command, &block)
172
172
  end
173
173
 
174
- # Deletes the specified hub.
174
+ # Deletes a Network Connectivity Center hub.
175
175
  # @param [String] name
176
176
  # Required. The name of the hub to delete.
177
177
  # @param [String] request_id
@@ -214,7 +214,7 @@ module Google
214
214
  execute_or_queue_command(command, &block)
215
215
  end
216
216
 
217
- # Gets details about the specified hub.
217
+ # Gets details about a Network Connectivity Center hub.
218
218
  # @param [String] name
219
219
  # Required. The name of the hub resource to get.
220
220
  # @param [String] fields
@@ -289,7 +289,7 @@ module Google
289
289
  execute_or_queue_command(command, &block)
290
290
  end
291
291
 
292
- # Lists hubs in a given project.
292
+ # Lists the Network Connectivity Center hubs associated with a given project.
293
293
  # @param [String] parent
294
294
  # Required. The parent resource's name.
295
295
  # @param [String] filter
@@ -331,7 +331,7 @@ module Google
331
331
  execute_or_queue_command(command, &block)
332
332
  end
333
333
 
334
- # Updates the description and/or labels of the specified hub.
334
+ # Updates the description and/or labels of a Network Connectivity Center hub.
335
335
  # @param [String] name
336
336
  # Immutable. The name of the hub. Hub names must be unique. They use the
337
337
  # following form: `projects/`project_number`/locations/global/hubs/`hub_id``
@@ -732,7 +732,7 @@ module Google
732
732
  execute_or_queue_command(command, &block)
733
733
  end
734
734
 
735
- # Creates a spoke in the specified project and location.
735
+ # Creates a Network Connectivity Center spoke.
736
736
  # @param [String] parent
737
737
  # Required. The parent resource.
738
738
  # @param [Google::Apis::NetworkconnectivityV1::Spoke] spoke_object
@@ -781,7 +781,7 @@ module Google
781
781
  execute_or_queue_command(command, &block)
782
782
  end
783
783
 
784
- # Deletes the specified spoke.
784
+ # Deletes a Network Connectivity Center spoke.
785
785
  # @param [String] name
786
786
  # Required. The name of the spoke to delete.
787
787
  # @param [String] request_id
@@ -824,7 +824,7 @@ module Google
824
824
  execute_or_queue_command(command, &block)
825
825
  end
826
826
 
827
- # Gets details about the specified spoke.
827
+ # Gets details about a Network Connectivity Center spoke.
828
828
  # @param [String] name
829
829
  # Required. The name of the spoke resource.
830
830
  # @param [String] fields
@@ -899,7 +899,8 @@ module Google
899
899
  execute_or_queue_command(command, &block)
900
900
  end
901
901
 
902
- # Lists the spokes in the specified project and location.
902
+ # Lists the Network Connectivity Center spokes in a specified project and
903
+ # location.
903
904
  # @param [String] parent
904
905
  # Required. The parent resource.
905
906
  # @param [String] filter
@@ -941,7 +942,7 @@ module Google
941
942
  execute_or_queue_command(command, &block)
942
943
  end
943
944
 
944
- # Updates the parameters of the specified spoke.
945
+ # Updates the parameters of a Network Connectivity Center spoke.
945
946
  # @param [String] name
946
947
  # Immutable. The name of the spoke. Spoke names must be unique. They use the
947
948
  # following form: `projects/`project_number`/locations/`region`/spokes/`spoke_id`
@@ -21,7 +21,7 @@ module Google
21
21
  module Apis
22
22
  # Network Connectivity API
23
23
  #
24
- # The Network Connectivity API provides access to Network Connectivity Center.
24
+ # This API enables connectivity with and between Google Cloud resources.
25
25
  #
26
26
  # @see https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest
27
27
  module NetworkconnectivityV1
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.11.0
4
+ version: 0.14.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: 2022-06-13 00:00:00.000000000 Z
11
+ date: 2022-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.14.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: []