google-apis-networkmanagement_v1 0.1.0 → 0.6.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: 758c0acee10fb66bb34cc4d7facd8df3995650caae16a844e88312edc80808ab
4
- data.tar.gz: bc38fb8adfe354c16bcfc8fb116c8c58bc1df2ab95abbdd21d7188a59f7ef3eb
3
+ metadata.gz: 596c60541592888f9af35130277190070b7b92fa2c8df8d7b33bed619b609405
4
+ data.tar.gz: d82fde927f43922b81269f0b8726db458756ae1764a63d77a7062487c060b174
5
5
  SHA512:
6
- metadata.gz: fb939ad94a6093f696dda834ee7e5ae750ca7cc8fea2b315946e6215b7c183d7d838cfda3cd49047b77d940b46d3a2e0a05380833d3dafab79b6e4ceabce8c51
7
- data.tar.gz: 15efe08520336c3b505f44d0c1c5db7db73eecc0dd3b4d511a042ab97029f5326f6f03d2bc512a05dd02dee8efa9987b6dc532544ad3668fe9533808b0a9c118
6
+ metadata.gz: effe5f74e21aa9c436b8e6e227c6ec7e9c2d05eaac6d388694d899f6fa8d00068a96af4a8f21e8d53592bd9372f144e2f29be40385716d73813e948c19a7c2ba
7
+ data.tar.gz: 9a3ba9cb786f7c3f57292af34b2bdbeddb9fa62b537176694cb6034f3a71941a1712bf1f3eabb55296ecf9da81db7a1a9dc3109bb48ac92026c8f8e8ec3af8f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.6.0 (2021-06-24)
4
+
5
+ * Regenerated from discovery document revision 20210610
6
+ * Regenerated using generator version 0.3.0
7
+
8
+ ### v0.5.0 (2021-05-19)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.4.0 (2021-05-08)
13
+
14
+ * Regenerated from discovery document revision 20210429
15
+
16
+ ### v0.3.0 (2021-03-18)
17
+
18
+ * Regenerated from discovery document revision 20210316
19
+ * Regenerated using generator version 0.2.0
20
+
21
+ ### v0.2.0 (2021-03-04)
22
+
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * Regenerated using generator version 0.1.1
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
@@ -122,11 +122,6 @@ module Google
122
122
  class Binding
123
123
  include Google::Apis::Core::Hashable
124
124
 
125
- #
126
- # Corresponds to the JSON property `bindingId`
127
- # @return [String]
128
- attr_accessor :binding_id
129
-
130
125
  # Represents a textual expression in the Common Expression Language (CEL) syntax.
131
126
  # CEL is a C-like expression language. The syntax and semantics of CEL are
132
127
  # documented at https://github.com/google/cel-spec. Example (Comparison): title:
@@ -188,7 +183,6 @@ module Google
188
183
 
189
184
  # Update properties of this object
190
185
  def update!(**args)
191
- @binding_id = args[:binding_id] if args.key?(:binding_id)
192
186
  @condition = args[:condition] if args.key?(:condition)
193
187
  @members = args[:members] if args.key?(:members)
194
188
  @role = args[:role] if args.key?(:role)
@@ -208,6 +202,56 @@ module Google
208
202
  end
209
203
  end
210
204
 
205
+ # For display only. Metadata associated with a Cloud SQL instance.
206
+ class CloudSqlInstanceInfo
207
+ include Google::Apis::Core::Hashable
208
+
209
+ # Name of a Cloud SQL instance.
210
+ # Corresponds to the JSON property `displayName`
211
+ # @return [String]
212
+ attr_accessor :display_name
213
+
214
+ # External IP address of a Cloud SQL instance.
215
+ # Corresponds to the JSON property `externalIp`
216
+ # @return [String]
217
+ attr_accessor :external_ip
218
+
219
+ # Internal IP address of a Cloud SQL instance.
220
+ # Corresponds to the JSON property `internalIp`
221
+ # @return [String]
222
+ attr_accessor :internal_ip
223
+
224
+ # URI of a Cloud SQL instance network or empty string if the instance does not
225
+ # have one.
226
+ # Corresponds to the JSON property `networkUri`
227
+ # @return [String]
228
+ attr_accessor :network_uri
229
+
230
+ # Region in which the Cloud SQL instance is running.
231
+ # Corresponds to the JSON property `region`
232
+ # @return [String]
233
+ attr_accessor :region
234
+
235
+ # URI of a Cloud SQL instance.
236
+ # Corresponds to the JSON property `uri`
237
+ # @return [String]
238
+ attr_accessor :uri
239
+
240
+ def initialize(**args)
241
+ update!(**args)
242
+ end
243
+
244
+ # Update properties of this object
245
+ def update!(**args)
246
+ @display_name = args[:display_name] if args.key?(:display_name)
247
+ @external_ip = args[:external_ip] if args.key?(:external_ip)
248
+ @internal_ip = args[:internal_ip] if args.key?(:internal_ip)
249
+ @network_uri = args[:network_uri] if args.key?(:network_uri)
250
+ @region = args[:region] if args.key?(:region)
251
+ @uri = args[:uri] if args.key?(:uri)
252
+ end
253
+ end
254
+
211
255
  # A Connectivity Test for a network reachability analysis.
212
256
  class ConnectivityTest
213
257
  include Google::Apis::Core::Hashable
@@ -249,7 +293,7 @@ module Google
249
293
  # @return [String]
250
294
  attr_accessor :protocol
251
295
 
252
- # The details of reachability state from the latest run.
296
+ # Results of the configuration analysis from the last run of the test.
253
297
  # Corresponds to the JSON property `reachabilityDetails`
254
298
  # @return [Google::Apis::NetworkmanagementV1::ReachabilityDetails]
255
299
  attr_accessor :reachability_details
@@ -361,6 +405,17 @@ module Google
361
405
  class Endpoint
362
406
  include Google::Apis::Core::Hashable
363
407
 
408
+ # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
409
+ # Corresponds to the JSON property `cloudSqlInstance`
410
+ # @return [String]
411
+ attr_accessor :cloud_sql_instance
412
+
413
+ # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/
414
+ # kubernetes-engine/docs/concepts/cluster-architecture).
415
+ # Corresponds to the JSON property `gkeMasterCluster`
416
+ # @return [String]
417
+ attr_accessor :gke_master_cluster
418
+
364
419
  # A Compute Engine instance URI.
365
420
  # Corresponds to the JSON property `instance`
366
421
  # @return [String]
@@ -407,6 +462,8 @@ module Google
407
462
 
408
463
  # Update properties of this object
409
464
  def update!(**args)
465
+ @cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
466
+ @gke_master_cluster = args[:gke_master_cluster] if args.key?(:gke_master_cluster)
410
467
  @instance = args[:instance] if args.key?(:instance)
411
468
  @ip_address = args[:ip_address] if args.key?(:ip_address)
412
469
  @network = args[:network] if args.key?(:network)
@@ -527,7 +584,8 @@ module Google
527
584
  end
528
585
  end
529
586
 
530
- # For display only. Metadata associated with a Compute Engine firewall rule.
587
+ # For display only. Metadata associated with a VPC firewall rule, an implied VPC
588
+ # firewall rule, or a hierarchical firewall policy rule.
531
589
  class FirewallInfo
532
590
  include Google::Apis::Core::Hashable
533
591
 
@@ -541,32 +599,47 @@ module Google
541
599
  # @return [String]
542
600
  attr_accessor :direction
543
601
 
544
- # Name of a Compute Engine firewall rule.
602
+ # The display name of the VPC firewall rule. This field is not applicable to
603
+ # hierarchical firewall policy rules.
545
604
  # Corresponds to the JSON property `displayName`
546
605
  # @return [String]
547
606
  attr_accessor :display_name
548
607
 
549
- # URI of a Compute Engine network.
608
+ # The firewall rule's type.
609
+ # Corresponds to the JSON property `firewallRuleType`
610
+ # @return [String]
611
+ attr_accessor :firewall_rule_type
612
+
613
+ # The URI of the VPC network that the firewall rule is associated with. This
614
+ # field is not applicable to hierarchical firewall policy rules.
550
615
  # Corresponds to the JSON property `networkUri`
551
616
  # @return [String]
552
617
  attr_accessor :network_uri
553
618
 
554
- # Priority of the firewall rule.
619
+ # The hierarchical firewall policy that this rule is associated with. This field
620
+ # is not applicable to VPC firewall rules.
621
+ # Corresponds to the JSON property `policy`
622
+ # @return [String]
623
+ attr_accessor :policy
624
+
625
+ # The priority of the firewall rule.
555
626
  # Corresponds to the JSON property `priority`
556
627
  # @return [Fixnum]
557
628
  attr_accessor :priority
558
629
 
559
- # Target service accounts of the firewall rule.
630
+ # The target service accounts specified by the firewall rule.
560
631
  # Corresponds to the JSON property `targetServiceAccounts`
561
632
  # @return [Array<String>]
562
633
  attr_accessor :target_service_accounts
563
634
 
564
- # Target tags of the firewall rule.
635
+ # The target tags defined by the VPC firewall rule. This field is not applicable
636
+ # to hierarchical firewall policy rules.
565
637
  # Corresponds to the JSON property `targetTags`
566
638
  # @return [Array<String>]
567
639
  attr_accessor :target_tags
568
640
 
569
- # URI of a Compute Engine firewall rule. Implied default rule does not have URI.
641
+ # The URI of the VPC firewall rule. This field is not applicable to implied
642
+ # firewall rules or hierarchical firewall policy rules.
570
643
  # Corresponds to the JSON property `uri`
571
644
  # @return [String]
572
645
  attr_accessor :uri
@@ -580,7 +653,9 @@ module Google
580
653
  @action = args[:action] if args.key?(:action)
581
654
  @direction = args[:direction] if args.key?(:direction)
582
655
  @display_name = args[:display_name] if args.key?(:display_name)
656
+ @firewall_rule_type = args[:firewall_rule_type] if args.key?(:firewall_rule_type)
583
657
  @network_uri = args[:network_uri] if args.key?(:network_uri)
658
+ @policy = args[:policy] if args.key?(:policy)
584
659
  @priority = args[:priority] if args.key?(:priority)
585
660
  @target_service_accounts = args[:target_service_accounts] if args.key?(:target_service_accounts)
586
661
  @target_tags = args[:target_tags] if args.key?(:target_tags)
@@ -668,6 +743,44 @@ module Google
668
743
  end
669
744
  end
670
745
 
746
+ # For display only. Metadata associated with a Google Kubernetes Engine (GKE)
747
+ # cluster master.
748
+ class GkeMasterInfo
749
+ include Google::Apis::Core::Hashable
750
+
751
+ # URI of a GKE cluster network.
752
+ # Corresponds to the JSON property `clusterNetworkUri`
753
+ # @return [String]
754
+ attr_accessor :cluster_network_uri
755
+
756
+ # URI of a GKE cluster.
757
+ # Corresponds to the JSON property `clusterUri`
758
+ # @return [String]
759
+ attr_accessor :cluster_uri
760
+
761
+ # External IP address of a GKE cluster master.
762
+ # Corresponds to the JSON property `externalIp`
763
+ # @return [String]
764
+ attr_accessor :external_ip
765
+
766
+ # Internal IP address of a GKE cluster master.
767
+ # Corresponds to the JSON property `internalIp`
768
+ # @return [String]
769
+ attr_accessor :internal_ip
770
+
771
+ def initialize(**args)
772
+ update!(**args)
773
+ end
774
+
775
+ # Update properties of this object
776
+ def update!(**args)
777
+ @cluster_network_uri = args[:cluster_network_uri] if args.key?(:cluster_network_uri)
778
+ @cluster_uri = args[:cluster_uri] if args.key?(:cluster_uri)
779
+ @external_ip = args[:external_ip] if args.key?(:external_ip)
780
+ @internal_ip = args[:internal_ip] if args.key?(:internal_ip)
781
+ end
782
+ end
783
+
671
784
  # For display only. Metadata associated with a Compute Engine instance.
672
785
  class InstanceInfo
673
786
  include Google::Apis::Core::Hashable
@@ -1183,7 +1296,7 @@ module Google
1183
1296
  end
1184
1297
  end
1185
1298
 
1186
- # The details of reachability state from the latest run.
1299
+ # Results of the configuration analysis from the last run of the test.
1187
1300
  class ReachabilityDetails
1188
1301
  include Google::Apis::Core::Hashable
1189
1302
 
@@ -1197,7 +1310,7 @@ module Google
1197
1310
  # @return [Google::Apis::NetworkmanagementV1::Status]
1198
1311
  attr_accessor :error
1199
1312
 
1200
- # The overall reachability result of the test.
1313
+ # The overall result of the test's configuration analysis.
1201
1314
  # Corresponds to the JSON property `result`
1202
1315
  # @return [String]
1203
1316
  attr_accessor :result
@@ -1209,7 +1322,7 @@ module Google
1209
1322
  # @return [Array<Google::Apis::NetworkmanagementV1::Trace>]
1210
1323
  attr_accessor :traces
1211
1324
 
1212
- # The time the reachability state was verified.
1325
+ # The time of the configuration analysis.
1213
1326
  # Corresponds to the JSON property `verifyTime`
1214
1327
  # @return [String]
1215
1328
  attr_accessor :verify_time
@@ -1417,6 +1530,11 @@ module Google
1417
1530
  attr_accessor :causes_drop
1418
1531
  alias_method :causes_drop?, :causes_drop
1419
1532
 
1533
+ # For display only. Metadata associated with a Cloud SQL instance.
1534
+ # Corresponds to the JSON property `cloudSqlInstance`
1535
+ # @return [Google::Apis::NetworkmanagementV1::CloudSqlInstanceInfo]
1536
+ attr_accessor :cloud_sql_instance
1537
+
1420
1538
  # Details of the final state "deliver" and associated resource.
1421
1539
  # Corresponds to the JSON property `deliver`
1422
1540
  # @return [Google::Apis::NetworkmanagementV1::DeliverInfo]
@@ -1439,7 +1557,8 @@ module Google
1439
1557
  # @return [Google::Apis::NetworkmanagementV1::EndpointInfo]
1440
1558
  attr_accessor :endpoint
1441
1559
 
1442
- # For display only. Metadata associated with a Compute Engine firewall rule.
1560
+ # For display only. Metadata associated with a VPC firewall rule, an implied VPC
1561
+ # firewall rule, or a hierarchical firewall policy rule.
1443
1562
  # Corresponds to the JSON property `firewall`
1444
1563
  # @return [Google::Apis::NetworkmanagementV1::FirewallInfo]
1445
1564
  attr_accessor :firewall
@@ -1454,6 +1573,12 @@ module Google
1454
1573
  # @return [Google::Apis::NetworkmanagementV1::ForwardingRuleInfo]
1455
1574
  attr_accessor :forwarding_rule
1456
1575
 
1576
+ # For display only. Metadata associated with a Google Kubernetes Engine (GKE)
1577
+ # cluster master.
1578
+ # Corresponds to the JSON property `gkeMaster`
1579
+ # @return [Google::Apis::NetworkmanagementV1::GkeMasterInfo]
1580
+ attr_accessor :gke_master
1581
+
1457
1582
  # For display only. Metadata associated with a Compute Engine instance.
1458
1583
  # Corresponds to the JSON property `instance`
1459
1584
  # @return [Google::Apis::NetworkmanagementV1::InstanceInfo]
@@ -1502,6 +1627,7 @@ module Google
1502
1627
  def update!(**args)
1503
1628
  @abort = args[:abort] if args.key?(:abort)
1504
1629
  @causes_drop = args[:causes_drop] if args.key?(:causes_drop)
1630
+ @cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
1505
1631
  @deliver = args[:deliver] if args.key?(:deliver)
1506
1632
  @description = args[:description] if args.key?(:description)
1507
1633
  @drop = args[:drop] if args.key?(:drop)
@@ -1509,6 +1635,7 @@ module Google
1509
1635
  @firewall = args[:firewall] if args.key?(:firewall)
1510
1636
  @forward = args[:forward] if args.key?(:forward)
1511
1637
  @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
1638
+ @gke_master = args[:gke_master] if args.key?(:gke_master)
1512
1639
  @instance = args[:instance] if args.key?(:instance)
1513
1640
  @load_balancer = args[:load_balancer] if args.key?(:load_balancer)
1514
1641
  @network = args[:network] if args.key?(:network)
@@ -1560,12 +1687,12 @@ module Google
1560
1687
  end
1561
1688
  end
1562
1689
 
1563
- # Trace represents one simulated packet forwarding path. - Each trace contains
1564
- # multiple ordered steps. - Each step is in a particular state and has an
1565
- # associated configuration. - State is categorized as a final or non-final state.
1566
- # - Each final state has a reason associated with it. - Each trace must end
1567
- # with a final state (the last step). |---------------------Trace----------------
1568
- # ------| Step1(State) Step2(State) --- StepN(State(final))
1690
+ # Trace represents one simulated packet forwarding path. * Each trace contains
1691
+ # multiple ordered steps. * Each step is in a particular state with associated
1692
+ # configuration. * State is categorized as final or non-final states. * Each
1693
+ # final state has a reason associated. * Each trace must end with a final state (
1694
+ # the last step). ``` |---------------------Trace----------------------| Step1(
1695
+ # State) Step2(State) --- StepN(State(final)) ```
1569
1696
  class Trace
1570
1697
  include Google::Apis::Core::Hashable
1571
1698
 
@@ -1615,7 +1742,7 @@ module Google
1615
1742
  # @return [String]
1616
1743
  attr_accessor :network_uri
1617
1744
 
1618
- # Name of a GCP region where this VPN gateway is configured.
1745
+ # Name of a Google Cloud region where this VPN gateway is configured.
1619
1746
  # Corresponds to the JSON property `region`
1620
1747
  # @return [String]
1621
1748
  attr_accessor :region
@@ -1661,7 +1788,7 @@ module Google
1661
1788
  # @return [String]
1662
1789
  attr_accessor :network_uri
1663
1790
 
1664
- # Name of a GCP region where this VPN tunnel is configured.
1791
+ # Name of a Google Cloud region where this VPN tunnel is configured.
1665
1792
  # Corresponds to the JSON property `region`
1666
1793
  # @return [String]
1667
1794
  attr_accessor :region
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1
18
18
  # Version of the google-apis-networkmanagement_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201029"
25
+ REVISION = "20210610"
26
26
  end
27
27
  end
28
28
  end
@@ -52,6 +52,12 @@ module Google
52
52
  include Google::Apis::Core::JsonObjectSupport
53
53
  end
54
54
 
55
+ class CloudSqlInstanceInfo
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
55
61
  class ConnectivityTest
56
62
  class Representation < Google::Apis::Core::JsonRepresentation; end
57
63
 
@@ -112,6 +118,12 @@ module Google
112
118
  include Google::Apis::Core::JsonObjectSupport
113
119
  end
114
120
 
121
+ class GkeMasterInfo
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
115
127
  class InstanceInfo
116
128
  class Representation < Google::Apis::Core::JsonRepresentation; end
117
129
 
@@ -272,7 +284,6 @@ module Google
272
284
  class Binding
273
285
  # @private
274
286
  class Representation < Google::Apis::Core::JsonRepresentation
275
- property :binding_id, as: 'bindingId'
276
287
  property :condition, as: 'condition', class: Google::Apis::NetworkmanagementV1::Expr, decorator: Google::Apis::NetworkmanagementV1::Expr::Representation
277
288
 
278
289
  collection :members, as: 'members'
@@ -286,6 +297,18 @@ module Google
286
297
  end
287
298
  end
288
299
 
300
+ class CloudSqlInstanceInfo
301
+ # @private
302
+ class Representation < Google::Apis::Core::JsonRepresentation
303
+ property :display_name, as: 'displayName'
304
+ property :external_ip, as: 'externalIp'
305
+ property :internal_ip, as: 'internalIp'
306
+ property :network_uri, as: 'networkUri'
307
+ property :region, as: 'region'
308
+ property :uri, as: 'uri'
309
+ end
310
+ end
311
+
289
312
  class ConnectivityTest
290
313
  # @private
291
314
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -331,6 +354,8 @@ module Google
331
354
  class Endpoint
332
355
  # @private
333
356
  class Representation < Google::Apis::Core::JsonRepresentation
357
+ property :cloud_sql_instance, as: 'cloudSqlInstance'
358
+ property :gke_master_cluster, as: 'gkeMasterCluster'
334
359
  property :instance, as: 'instance'
335
360
  property :ip_address, as: 'ipAddress'
336
361
  property :network, as: 'network'
@@ -369,7 +394,9 @@ module Google
369
394
  property :action, as: 'action'
370
395
  property :direction, as: 'direction'
371
396
  property :display_name, as: 'displayName'
397
+ property :firewall_rule_type, as: 'firewallRuleType'
372
398
  property :network_uri, as: 'networkUri'
399
+ property :policy, as: 'policy'
373
400
  property :priority, as: 'priority'
374
401
  collection :target_service_accounts, as: 'targetServiceAccounts'
375
402
  collection :target_tags, as: 'targetTags'
@@ -398,6 +425,16 @@ module Google
398
425
  end
399
426
  end
400
427
 
428
+ class GkeMasterInfo
429
+ # @private
430
+ class Representation < Google::Apis::Core::JsonRepresentation
431
+ property :cluster_network_uri, as: 'clusterNetworkUri'
432
+ property :cluster_uri, as: 'clusterUri'
433
+ property :external_ip, as: 'externalIp'
434
+ property :internal_ip, as: 'internalIp'
435
+ end
436
+ end
437
+
401
438
  class InstanceInfo
402
439
  # @private
403
440
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -577,6 +614,8 @@ module Google
577
614
  property :abort, as: 'abort', class: Google::Apis::NetworkmanagementV1::AbortInfo, decorator: Google::Apis::NetworkmanagementV1::AbortInfo::Representation
578
615
 
579
616
  property :causes_drop, as: 'causesDrop'
617
+ property :cloud_sql_instance, as: 'cloudSqlInstance', class: Google::Apis::NetworkmanagementV1::CloudSqlInstanceInfo, decorator: Google::Apis::NetworkmanagementV1::CloudSqlInstanceInfo::Representation
618
+
580
619
  property :deliver, as: 'deliver', class: Google::Apis::NetworkmanagementV1::DeliverInfo, decorator: Google::Apis::NetworkmanagementV1::DeliverInfo::Representation
581
620
 
582
621
  property :description, as: 'description'
@@ -590,6 +629,8 @@ module Google
590
629
 
591
630
  property :forwarding_rule, as: 'forwardingRule', class: Google::Apis::NetworkmanagementV1::ForwardingRuleInfo, decorator: Google::Apis::NetworkmanagementV1::ForwardingRuleInfo::Representation
592
631
 
632
+ property :gke_master, as: 'gkeMaster', class: Google::Apis::NetworkmanagementV1::GkeMasterInfo, decorator: Google::Apis::NetworkmanagementV1::GkeMasterInfo::Representation
633
+
593
634
  property :instance, as: 'instance', class: Google::Apis::NetworkmanagementV1::InstanceInfo, decorator: Google::Apis::NetworkmanagementV1::InstanceInfo::Representation
594
635
 
595
636
  property :load_balancer, as: 'loadBalancer', class: Google::Apis::NetworkmanagementV1::LoadBalancerInfo, decorator: Google::Apis::NetworkmanagementV1::LoadBalancerInfo::Representation
@@ -84,11 +84,15 @@ module Google
84
84
  # @param [String] name
85
85
  # The resource that owns the locations collection, if applicable.
86
86
  # @param [String] filter
87
- # The standard list filter.
87
+ # A filter to narrow down results to a preferred subset. The filtering language
88
+ # accepts strings like "displayName=tokyo", and is documented in more detail in [
89
+ # AIP-160](https://google.aip.dev/160).
88
90
  # @param [Fixnum] page_size
89
- # The standard list page size.
91
+ # The maximum number of results to return. If not set, the service selects a
92
+ # default.
90
93
  # @param [String] page_token
91
- # The standard list page token.
94
+ # A page token received from the `next_page_token` field in the response. Send
95
+ # that page token to receive the subsequent page.
92
96
  # @param [String] fields
93
97
  # Selector specifying which fields to include in a partial response.
94
98
  # @param [String] quota_user
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.6.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: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Network Management API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkmanagement_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.6.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkmanagement_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
68
  requirements:
63
69
  - - ">="
64
70
  - !ruby/object:Gem::Version
65
- version: '2.4'
71
+ version: '2.5'
66
72
  required_rubygems_version: !ruby/object:Gem::Requirement
67
73
  requirements:
68
74
  - - ">="
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.1.4
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Network Management API V1