google-apis-networkconnectivity_v1 0.32.0 → 0.33.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: 240547e4e42cc7cc6f2fb0837e6425cb38339abd35f4721499ab7e64baa44560
4
- data.tar.gz: 91204724225f8183be688d695b2db83efda549abdf8a9f04ba5d3a76c44bb59a
3
+ metadata.gz: b19aacc4c176f1069f24756fdac8056f7fa390bf2bd0ed8702737835ecf58246
4
+ data.tar.gz: b55735c69650a51f45df7817eceb86ea41e70283217ed949cdd98efe325b0264
5
5
  SHA512:
6
- metadata.gz: ff4cbc0053ad11effbdab9db8a23803b3abf02a566610aab2a8fadfc99e6f804fea3da363a3c1c9f7ce952bf2094c3f9308753d0427b4809a35b0f35e6afd5c1
7
- data.tar.gz: 194b5acf5a288f164533fe85634403916e4191cb25baa8b84bb05c616c6d41a146e11e23c0e848131b66e757f0e2f208c9b455d02f01a54937f3bb9e483a4065
6
+ metadata.gz: e35d4308d39d6a3b0cd73b71ecc414b1f7cee264c0ef9c4da764b7de40353cf127d0c7f06e24bcb5ab5eb9a4f5684c9e60b414745fd076a867cd6933a8f020b3
7
+ data.tar.gz: 799711242702b2e51241da1fbd120825664a7b346be03b6ad07b471e40d8c138371735f8ae3858fd4a3746d477d6a6cd86c8170e2c765f25db62c3a6a1477608
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.33.0 (2023-09-17)
4
+
5
+ * Regenerated from discovery document revision 20230906
6
+
3
7
  ### v0.32.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230831
@@ -57,6 +57,29 @@ module Google
57
57
  end
58
58
  end
59
59
 
60
+ # The response for HubService.AcceptHubSpoke.
61
+ class AcceptHubSpokeResponse
62
+ include Google::Apis::Core::Hashable
63
+
64
+ # A Network Connectivity Center spoke represents one or more network
65
+ # connectivity resources. When you create a spoke, you associate it with a hub.
66
+ # You must also identify a value for exactly one of the following fields: *
67
+ # linked_vpn_tunnels * linked_interconnect_attachments *
68
+ # linked_router_appliance_instances * linked_vpc_network
69
+ # Corresponds to the JSON property `spoke`
70
+ # @return [Google::Apis::NetworkconnectivityV1::Spoke]
71
+ attr_accessor :spoke
72
+
73
+ def initialize(**args)
74
+ update!(**args)
75
+ end
76
+
77
+ # Update properties of this object
78
+ def update!(**args)
79
+ @spoke = args[:spoke] if args.key?(:spoke)
80
+ end
81
+ end
82
+
60
83
  # The request for HubService.AcceptSpoke.
61
84
  class AcceptSpokeRequest
62
85
  include Google::Apis::Core::Hashable
@@ -2041,6 +2064,29 @@ module Google
2041
2064
  end
2042
2065
  end
2043
2066
 
2067
+ # The response for HubService.RejectHubSpoke.
2068
+ class RejectHubSpokeResponse
2069
+ include Google::Apis::Core::Hashable
2070
+
2071
+ # A Network Connectivity Center spoke represents one or more network
2072
+ # connectivity resources. When you create a spoke, you associate it with a hub.
2073
+ # You must also identify a value for exactly one of the following fields: *
2074
+ # linked_vpn_tunnels * linked_interconnect_attachments *
2075
+ # linked_router_appliance_instances * linked_vpc_network
2076
+ # Corresponds to the JSON property `spoke`
2077
+ # @return [Google::Apis::NetworkconnectivityV1::Spoke]
2078
+ attr_accessor :spoke
2079
+
2080
+ def initialize(**args)
2081
+ update!(**args)
2082
+ end
2083
+
2084
+ # Update properties of this object
2085
+ def update!(**args)
2086
+ @spoke = args[:spoke] if args.key?(:spoke)
2087
+ end
2088
+ end
2089
+
2044
2090
  # The request for HubService.RejectSpoke.
2045
2091
  class RejectSpokeRequest
2046
2092
  include Google::Apis::Core::Hashable
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.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 = "20230831"
25
+ REVISION = "20230906"
26
26
  end
27
27
  end
28
28
  end
@@ -28,6 +28,12 @@ module Google
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
+ class AcceptHubSpokeResponse
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
31
37
  class AcceptSpokeRequest
32
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
39
 
@@ -298,6 +304,12 @@ module Google
298
304
  include Google::Apis::Core::JsonObjectSupport
299
305
  end
300
306
 
307
+ class RejectHubSpokeResponse
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
301
313
  class RejectSpokeRequest
302
314
  class Representation < Google::Apis::Core::JsonRepresentation; end
303
315
 
@@ -426,6 +438,14 @@ module Google
426
438
  end
427
439
  end
428
440
 
441
+ class AcceptHubSpokeResponse
442
+ # @private
443
+ class Representation < Google::Apis::Core::JsonRepresentation
444
+ property :spoke, as: 'spoke', class: Google::Apis::NetworkconnectivityV1::Spoke, decorator: Google::Apis::NetworkconnectivityV1::Spoke::Representation
445
+
446
+ end
447
+ end
448
+
429
449
  class AcceptSpokeRequest
430
450
  # @private
431
451
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -898,6 +918,14 @@ module Google
898
918
  end
899
919
  end
900
920
 
921
+ class RejectHubSpokeResponse
922
+ # @private
923
+ class Representation < Google::Apis::Core::JsonRepresentation
924
+ property :spoke, as: 'spoke', class: Google::Apis::NetworkconnectivityV1::Spoke, decorator: Google::Apis::NetworkconnectivityV1::Spoke::Representation
925
+
926
+ end
927
+ end
928
+
901
929
  class RejectSpokeRequest
902
930
  # @private
903
931
  class Representation < Google::Apis::Core::JsonRepresentation
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.32.0
4
+ version: 0.33.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-10 00:00:00.000000000 Z
11
+ date: 2023-09-17 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.33.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: []