google-apis-networkconnectivity_v1 0.19.0 → 0.20.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: 649c1580799d2f838b6ec68b6da04cd42d4c2535872b55de71fb931bbf149aa0
4
- data.tar.gz: a59ad1336d09dc0f1fac3600f748ff45b6649bfed7f44eacf992a447997c7186
3
+ metadata.gz: efcde015b0d5c355e411c6ca61f5bf64c298b2f1cc1736f74e937be31dbdd257
4
+ data.tar.gz: 7f6441408da7b620ed7035c5ca1f1834e5c0a29fd48a532fc0c22d17a668620b
5
5
  SHA512:
6
- metadata.gz: 86f8bce240d28f36a765efa0909dfdf314a785549bf7887353025160fd24a397eed7086e4457e3264ab0d7edeba05362862df2d83bea79d1fabb5f935b12d7cb
7
- data.tar.gz: e614e67b28e02ca974ee04b95a9825fef359056d990cee17ed312493f1eeaf761fc910d6f621ea33b2c379626eba3cb0f3968ddae9401806b537d96ab82f20d7
6
+ metadata.gz: 9b315302f0fe40050d1ff01316e6c86e3293af7d0d660a9ee79f5504ebb8038ef2197c33fbd77556c78b5069474a9d5595f2e937632c32ddfdcf713fa9c32bb4
7
+ data.tar.gz: d7f54e5a5a810bbcf8ea326475f732743435a8654e31c8fafaf68fb87a0072c8386508bbf819b8e6ae2156da6d6207a7cd90992469f2a704c68f1c88021eb32f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.20.0 (2022-12-07)
4
+
5
+ * Regenerated from discovery document revision 20221201
6
+
3
7
  ### v0.19.0 (2022-10-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20221020
@@ -378,11 +378,12 @@ module Google
378
378
  end
379
379
  end
380
380
 
381
- # A Network Connectivity Center hub is a collection of spokes. A single hub can
382
- # contain spokes from multiple regions. However, if any of a hub's spokes use
383
- # the data transfer feature, the resources associated with those spokes must all
384
- # reside in the same VPC network. Spokes that do not use data transfer can be
385
- # associated with any VPC network in your project.
381
+ # A Network Connectivity Center hub is a global management resource to which you
382
+ # attach spokes. A single hub can contain spokes from multiple regions. However,
383
+ # if any of a hub's spokes use the site-to-site data transfer feature, the
384
+ # resources associated with those spokes must all be in the same VPC network.
385
+ # Spokes that do not use site-to-site data transfer can be associated with any
386
+ # VPC network in your project.
386
387
  class Hub
387
388
  include Google::Apis::Core::Hashable
388
389
 
@@ -1129,11 +1130,11 @@ module Google
1129
1130
  end
1130
1131
  end
1131
1132
 
1132
- # A Network Connectivity Center spoke represents a connection between your
1133
- # Google Cloud network resources and a non-Google-Cloud network. When you create
1134
- # a spoke, you associate it with a hub. You must also identify a value for
1135
- # exactly one of the following fields: * linked_vpn_tunnels *
1136
- # linked_interconnect_attachments * linked_router_appliance_instances
1133
+ # A Network Connectivity Center spoke represents one or more network
1134
+ # connectivity resources. When you create a spoke, you associate it with a hub.
1135
+ # You must also identify a value for exactly one of the following fields: *
1136
+ # linked_vpn_tunnels * linked_interconnect_attachments *
1137
+ # linked_router_appliance_instances
1137
1138
  class Spoke
1138
1139
  include Google::Apis::Core::Hashable
1139
1140
 
@@ -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.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221020"
25
+ REVISION = "20221201"
26
26
  end
27
27
  end
28
28
  end
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.19.0
4
+ version: 0.20.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-10-31 00:00:00.000000000 Z
11
+ date: 2022-12-12 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.20.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: []