google-apis-networkconnectivity_v1 0.24.0 → 0.26.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/networkconnectivity_v1/classes.rb +667 -1
- data/lib/google/apis/networkconnectivity_v1/gem_version.rb +2 -2
- data/lib/google/apis/networkconnectivity_v1/representations.rb +241 -0
- data/lib/google/apis/networkconnectivity_v1/service.rb +998 -109
- metadata +3 -3
@@ -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
|
+
GEM_VERSION = "0.26.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 = "
|
25
|
+
REVISION = "20230524"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -40,6 +40,18 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
+
class ConsumerPscConfig
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class ConsumerPscConnection
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
43
55
|
class Empty
|
44
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
57
|
|
@@ -124,6 +136,30 @@ module Google
|
|
124
136
|
include Google::Apis::Core::JsonObjectSupport
|
125
137
|
end
|
126
138
|
|
139
|
+
class ListServiceClassesResponse
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class ListServiceConnectionMapsResponse
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class ListServiceConnectionPoliciesResponse
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class ListServiceConnectionTokensResponse
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
127
163
|
class ListSpokesResponse
|
128
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
165
|
|
@@ -154,6 +190,24 @@ module Google
|
|
154
190
|
include Google::Apis::Core::JsonObjectSupport
|
155
191
|
end
|
156
192
|
|
193
|
+
class ProducerPscConfig
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class PscConfig
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class PscConnection
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
157
211
|
class RouterApplianceInstance
|
158
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
213
|
|
@@ -166,6 +220,30 @@ module Google
|
|
166
220
|
include Google::Apis::Core::JsonObjectSupport
|
167
221
|
end
|
168
222
|
|
223
|
+
class ServiceClass
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class ServiceConnectionMap
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class ServiceConnectionPolicy
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class ServiceConnectionToken
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
169
247
|
class SetIamPolicyRequest
|
170
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
249
|
|
@@ -217,6 +295,33 @@ module Google
|
|
217
295
|
end
|
218
296
|
end
|
219
297
|
|
298
|
+
class ConsumerPscConfig
|
299
|
+
# @private
|
300
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
301
|
+
property :disable_global_access, as: 'disableGlobalAccess'
|
302
|
+
property :network, as: 'network'
|
303
|
+
property :project, as: 'project'
|
304
|
+
property :state, as: 'state'
|
305
|
+
end
|
306
|
+
end
|
307
|
+
|
308
|
+
class ConsumerPscConnection
|
309
|
+
# @private
|
310
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
311
|
+
property :error, as: 'error', class: Google::Apis::NetworkconnectivityV1::GoogleRpcStatus, decorator: Google::Apis::NetworkconnectivityV1::GoogleRpcStatus::Representation
|
312
|
+
|
313
|
+
property :error_type, as: 'errorType'
|
314
|
+
property :forwarding_rule, as: 'forwardingRule'
|
315
|
+
property :gce_operation, as: 'gceOperation'
|
316
|
+
property :ip, as: 'ip'
|
317
|
+
property :network, as: 'network'
|
318
|
+
property :project, as: 'project'
|
319
|
+
property :psc_connection_id, as: 'pscConnectionId'
|
320
|
+
property :service_attachment_uri, as: 'serviceAttachmentUri'
|
321
|
+
property :state, as: 'state'
|
322
|
+
end
|
323
|
+
end
|
324
|
+
|
220
325
|
class Empty
|
221
326
|
# @private
|
222
327
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -360,6 +465,46 @@ module Google
|
|
360
465
|
end
|
361
466
|
end
|
362
467
|
|
468
|
+
class ListServiceClassesResponse
|
469
|
+
# @private
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
471
|
+
property :next_page_token, as: 'nextPageToken'
|
472
|
+
collection :service_classes, as: 'serviceClasses', class: Google::Apis::NetworkconnectivityV1::ServiceClass, decorator: Google::Apis::NetworkconnectivityV1::ServiceClass::Representation
|
473
|
+
|
474
|
+
collection :unreachable, as: 'unreachable'
|
475
|
+
end
|
476
|
+
end
|
477
|
+
|
478
|
+
class ListServiceConnectionMapsResponse
|
479
|
+
# @private
|
480
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
481
|
+
property :next_page_token, as: 'nextPageToken'
|
482
|
+
collection :service_connection_maps, as: 'serviceConnectionMaps', class: Google::Apis::NetworkconnectivityV1::ServiceConnectionMap, decorator: Google::Apis::NetworkconnectivityV1::ServiceConnectionMap::Representation
|
483
|
+
|
484
|
+
collection :unreachable, as: 'unreachable'
|
485
|
+
end
|
486
|
+
end
|
487
|
+
|
488
|
+
class ListServiceConnectionPoliciesResponse
|
489
|
+
# @private
|
490
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
491
|
+
property :next_page_token, as: 'nextPageToken'
|
492
|
+
collection :service_connection_policies, as: 'serviceConnectionPolicies', class: Google::Apis::NetworkconnectivityV1::ServiceConnectionPolicy, decorator: Google::Apis::NetworkconnectivityV1::ServiceConnectionPolicy::Representation
|
493
|
+
|
494
|
+
collection :unreachable, as: 'unreachable'
|
495
|
+
end
|
496
|
+
end
|
497
|
+
|
498
|
+
class ListServiceConnectionTokensResponse
|
499
|
+
# @private
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
501
|
+
property :next_page_token, as: 'nextPageToken'
|
502
|
+
collection :service_connection_tokens, as: 'serviceConnectionTokens', class: Google::Apis::NetworkconnectivityV1::ServiceConnectionToken, decorator: Google::Apis::NetworkconnectivityV1::ServiceConnectionToken::Representation
|
503
|
+
|
504
|
+
collection :unreachable, as: 'unreachable'
|
505
|
+
end
|
506
|
+
end
|
507
|
+
|
363
508
|
class ListSpokesResponse
|
364
509
|
# @private
|
365
510
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -413,6 +558,36 @@ module Google
|
|
413
558
|
end
|
414
559
|
end
|
415
560
|
|
561
|
+
class ProducerPscConfig
|
562
|
+
# @private
|
563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
564
|
+
property :service_attachment_uri, as: 'serviceAttachmentUri'
|
565
|
+
end
|
566
|
+
end
|
567
|
+
|
568
|
+
class PscConfig
|
569
|
+
# @private
|
570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
571
|
+
property :limit, :numeric_string => true, as: 'limit'
|
572
|
+
collection :subnetworks, as: 'subnetworks'
|
573
|
+
end
|
574
|
+
end
|
575
|
+
|
576
|
+
class PscConnection
|
577
|
+
# @private
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
579
|
+
property :consumer_address, as: 'consumerAddress'
|
580
|
+
property :consumer_forwarding_rule, as: 'consumerForwardingRule'
|
581
|
+
property :consumer_target_project, as: 'consumerTargetProject'
|
582
|
+
property :error, as: 'error', class: Google::Apis::NetworkconnectivityV1::GoogleRpcStatus, decorator: Google::Apis::NetworkconnectivityV1::GoogleRpcStatus::Representation
|
583
|
+
|
584
|
+
property :error_type, as: 'errorType'
|
585
|
+
property :gce_operation, as: 'gceOperation'
|
586
|
+
property :psc_connection_id, as: 'pscConnectionId'
|
587
|
+
property :state, as: 'state'
|
588
|
+
end
|
589
|
+
end
|
590
|
+
|
416
591
|
class RouterApplianceInstance
|
417
592
|
# @private
|
418
593
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -429,6 +604,72 @@ module Google
|
|
429
604
|
end
|
430
605
|
end
|
431
606
|
|
607
|
+
class ServiceClass
|
608
|
+
# @private
|
609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
610
|
+
property :create_time, as: 'createTime'
|
611
|
+
property :description, as: 'description'
|
612
|
+
hash :labels, as: 'labels'
|
613
|
+
property :name, as: 'name'
|
614
|
+
property :service_class, as: 'serviceClass'
|
615
|
+
collection :service_connection_maps, as: 'serviceConnectionMaps'
|
616
|
+
property :update_time, as: 'updateTime'
|
617
|
+
end
|
618
|
+
end
|
619
|
+
|
620
|
+
class ServiceConnectionMap
|
621
|
+
# @private
|
622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
623
|
+
collection :consumer_psc_configs, as: 'consumerPscConfigs', class: Google::Apis::NetworkconnectivityV1::ConsumerPscConfig, decorator: Google::Apis::NetworkconnectivityV1::ConsumerPscConfig::Representation
|
624
|
+
|
625
|
+
collection :consumer_psc_connections, as: 'consumerPscConnections', class: Google::Apis::NetworkconnectivityV1::ConsumerPscConnection, decorator: Google::Apis::NetworkconnectivityV1::ConsumerPscConnection::Representation
|
626
|
+
|
627
|
+
property :create_time, as: 'createTime'
|
628
|
+
property :description, as: 'description'
|
629
|
+
property :infrastructure, as: 'infrastructure'
|
630
|
+
hash :labels, as: 'labels'
|
631
|
+
property :name, as: 'name'
|
632
|
+
collection :producer_psc_configs, as: 'producerPscConfigs', class: Google::Apis::NetworkconnectivityV1::ProducerPscConfig, decorator: Google::Apis::NetworkconnectivityV1::ProducerPscConfig::Representation
|
633
|
+
|
634
|
+
property :service_class, as: 'serviceClass'
|
635
|
+
property :service_class_uri, as: 'serviceClassUri'
|
636
|
+
property :token, as: 'token'
|
637
|
+
property :update_time, as: 'updateTime'
|
638
|
+
end
|
639
|
+
end
|
640
|
+
|
641
|
+
class ServiceConnectionPolicy
|
642
|
+
# @private
|
643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
644
|
+
property :create_time, as: 'createTime'
|
645
|
+
property :description, as: 'description'
|
646
|
+
property :infrastructure, as: 'infrastructure'
|
647
|
+
hash :labels, as: 'labels'
|
648
|
+
property :name, as: 'name'
|
649
|
+
property :network, as: 'network'
|
650
|
+
property :psc_config, as: 'pscConfig', class: Google::Apis::NetworkconnectivityV1::PscConfig, decorator: Google::Apis::NetworkconnectivityV1::PscConfig::Representation
|
651
|
+
|
652
|
+
collection :psc_connections, as: 'pscConnections', class: Google::Apis::NetworkconnectivityV1::PscConnection, decorator: Google::Apis::NetworkconnectivityV1::PscConnection::Representation
|
653
|
+
|
654
|
+
property :service_class, as: 'serviceClass'
|
655
|
+
property :update_time, as: 'updateTime'
|
656
|
+
end
|
657
|
+
end
|
658
|
+
|
659
|
+
class ServiceConnectionToken
|
660
|
+
# @private
|
661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
662
|
+
property :create_time, as: 'createTime'
|
663
|
+
property :description, as: 'description'
|
664
|
+
property :expire_time, as: 'expireTime'
|
665
|
+
hash :labels, as: 'labels'
|
666
|
+
property :name, as: 'name'
|
667
|
+
property :network, as: 'network'
|
668
|
+
property :token, as: 'token'
|
669
|
+
property :update_time, as: 'updateTime'
|
670
|
+
end
|
671
|
+
end
|
672
|
+
|
432
673
|
class SetIamPolicyRequest
|
433
674
|
# @private
|
434
675
|
class Representation < Google::Apis::Core::JsonRepresentation
|