google-cloud-network_connectivity-v1 0.1.2 → 0.1.3

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: ea018a74143b001473818d110e068bb90cb692e18cd9520b09bcc816486b2e0c
4
- data.tar.gz: 10078f6b101008351f93c368cfcb403e49c3ae3417d08d7ac5a99866289a1e37
3
+ metadata.gz: bba1e97c1b46371c21a21e50c02b5597fdfcc2c952fc2ba23782ce7989a94c26
4
+ data.tar.gz: f692d2b557a7d1988b815d97544ea7a8925c8ce85994d286bf1aaec797a40fd4
5
5
  SHA512:
6
- metadata.gz: 76ba9355e082dc06006c9149d5bbdc2668aca2e20bb60c5567242d95e5c646b015eb13115b014fbdae1f98178101952bece487edfcf0f403b12f6aad5e4b719e
7
- data.tar.gz: 42a7348df4bf0c2dc6d0ee274e8511f6fb828db3f06bd8ddb83042e5d946fdcd0f28b2d3c81fc72603bdf4dad2147b38c7c61ec4a69299e8be2fb1859ef00c40
6
+ metadata.gz: 6d2dee882dcf57a65bcdfd384606da9bc00f20f81578a3804e385757591872a116b5046b370bfb727b9a224adc1355543b16150bce5628fc4367ffb354440719
7
+ data.tar.gz: 191ffb2cc81dd4725d7593c73ca22eb9ba37af6c1ae5d3a887383e37e26d4cda043b02aa9cb5fad7b560998ad1e392d7589c5fafc9af00c5811837cd319ed33f
@@ -381,7 +381,7 @@ module Google
381
381
  # @param parent [::String]
382
382
  # Required. The parent resource.
383
383
  # @param hub_id [::String]
384
- # Optional. A unique identifier for the hub.
384
+ # Required. A unique identifier for the hub.
385
385
  # @param hub [::Google::Cloud::NetworkConnectivity::V1::Hub, ::Hash]
386
386
  # Required. The initial values for a new hub.
387
387
  # @param request_id [::String]
@@ -900,7 +900,7 @@ module Google
900
900
  # @param parent [::String]
901
901
  # Required. The parent resource.
902
902
  # @param spoke_id [::String]
903
- # Optional. Unique id for the spoke to create.
903
+ # Required. Unique id for the spoke to create.
904
904
  # @param spoke [::Google::Cloud::NetworkConnectivity::V1::Spoke, ::Hash]
905
905
  # Required. The initial values for a new spoke.
906
906
  # @param request_id [::String]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module NetworkConnectivity
23
23
  module V1
24
- VERSION = "0.1.2"
24
+ VERSION = "0.1.3"
25
25
  end
26
26
  end
27
27
  end
@@ -21,8 +21,8 @@ module Google
21
21
  module Cloud
22
22
  module NetworkConnectivity
23
23
  module V1
24
- # A hub is essentially a collection of spokes. A single hub can contain spokes
25
- # from multiple regions. However, all of a hub's spokes must be associated with
24
+ # A hub is a collection of spokes. A single hub can contain spokes from
25
+ # multiple regions. However, all of a hub's spokes must be associated with
26
26
  # resources that reside in the same VPC network.
27
27
  # @!attribute [rw] name
28
28
  # @return [::String]
@@ -73,11 +73,11 @@ module Google
73
73
  end
74
74
  end
75
75
 
76
- # RoutingsVPC contains information about a VPC network that is associated with
76
+ # RoutingVPC contains information about the VPC network that is associated with
77
77
  # a hub's spokes.
78
78
  # @!attribute [rw] uri
79
79
  # @return [::String]
80
- # The URI of a VPC network.
80
+ # The URI of the VPC network.
81
81
  class RoutingVPC
82
82
  include ::Google::Protobuf::MessageExts
83
83
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -113,7 +113,7 @@ module Google
113
113
  # An optional description of the spoke.
114
114
  # @!attribute [rw] hub
115
115
  # @return [::String]
116
- # Immutable. The URI of the hub that this spoke is attached to.
116
+ # Immutable. The name of the hub that this spoke is attached to.
117
117
  # @!attribute [rw] linked_vpn_tunnels
118
118
  # @return [::Google::Cloud::NetworkConnectivity::V1::LinkedVpnTunnels]
119
119
  # VPN tunnels that are associated with the spoke.
@@ -197,7 +197,7 @@ module Google
197
197
  # Required. The parent resource.
198
198
  # @!attribute [rw] hub_id
199
199
  # @return [::String]
200
- # Optional. A unique identifier for the hub.
200
+ # Required. A unique identifier for the hub.
201
201
  # @!attribute [rw] hub
202
202
  # @return [::Google::Cloud::NetworkConnectivity::V1::Hub]
203
203
  # Required. The initial values for a new hub.
@@ -331,7 +331,7 @@ module Google
331
331
  # Required. The parent resource.
332
332
  # @!attribute [rw] spoke_id
333
333
  # @return [::String]
334
- # Optional. Unique id for the spoke to create.
334
+ # Required. Unique id for the spoke to create.
335
335
  # @!attribute [rw] spoke
336
336
  # @return [::Google::Cloud::NetworkConnectivity::V1::Spoke]
337
337
  # Required. The initial values for a new spoke.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-network_connectivity-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-08 00:00:00.000000000 Z
11
+ date: 2021-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common