google-apis-networkmanagement_v1beta1 0.2.0 → 0.3.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 +5 -0
- data/lib/google/apis/networkmanagement_v1beta1.rb +1 -1
- data/lib/google/apis/networkmanagement_v1beta1/classes.rb +43 -30
- data/lib/google/apis/networkmanagement_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/networkmanagement_v1beta1/representations.rb +2 -1
- data/lib/google/apis/networkmanagement_v1beta1/service.rb +7 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b2d17933bbb27d4597177540a165e770959260d4daae3db3d97c046d656673a
|
4
|
+
data.tar.gz: f67ea6532eaab1d030691b27f7a5dd55515295735fe54017248dded47a517828
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 253ae7bba7e398976f71354550af4aa8b29e07ccd90009ef1a171ee9bea23926cdd698acfe416752d4d160a991e04d280a0cf968ee412b54be0ef30dd7103877
|
7
|
+
data.tar.gz: 328ca79fe389a5a24e0d2ae09d32123eaa24754b2ee48cd3e1581b6ed131c03f2954e828fb248c8af8d7ac071c6a794158314eda25085a7215e43578fce4f971
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-networkmanagement_v1beta1
|
2
2
|
|
3
|
+
### v0.3.0 (2021-03-18)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210316
|
6
|
+
* Regenerated using generator version 0.2.0
|
7
|
+
|
3
8
|
### v0.2.0 (2021-03-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.1.2
|
@@ -30,7 +30,7 @@ module Google
|
|
30
30
|
# This is NOT the gem version.
|
31
31
|
VERSION = 'V1beta1'
|
32
32
|
|
33
|
-
#
|
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)
|
@@ -294,7 +288,7 @@ module Google
|
|
294
288
|
# @return [String]
|
295
289
|
attr_accessor :name
|
296
290
|
|
297
|
-
#
|
291
|
+
# Results of active probing from the last run of the test.
|
298
292
|
# Corresponds to the JSON property `probingDetails`
|
299
293
|
# @return [Google::Apis::NetworkmanagementV1beta1::ProbingDetails]
|
300
294
|
attr_accessor :probing_details
|
@@ -304,7 +298,7 @@ module Google
|
|
304
298
|
# @return [String]
|
305
299
|
attr_accessor :protocol
|
306
300
|
|
307
|
-
#
|
301
|
+
# Results of the configuration analysis from the last run of the test.
|
308
302
|
# Corresponds to the JSON property `reachabilityDetails`
|
309
303
|
# @return [Google::Apis::NetworkmanagementV1beta1::ReachabilityDetails]
|
310
304
|
attr_accessor :reachability_details
|
@@ -597,7 +591,8 @@ module Google
|
|
597
591
|
end
|
598
592
|
end
|
599
593
|
|
600
|
-
# For display only. Metadata associated with a
|
594
|
+
# For display only. Metadata associated with a VPC firewall rule, an implied VPC
|
595
|
+
# firewall rule, or a hierarchical firewall policy rule.
|
601
596
|
class FirewallInfo
|
602
597
|
include Google::Apis::Core::Hashable
|
603
598
|
|
@@ -611,32 +606,47 @@ module Google
|
|
611
606
|
# @return [String]
|
612
607
|
attr_accessor :direction
|
613
608
|
|
614
|
-
#
|
609
|
+
# The display name of the VPC firewall rule. This field is not applicable to
|
610
|
+
# hierarchical firewall policy rules.
|
615
611
|
# Corresponds to the JSON property `displayName`
|
616
612
|
# @return [String]
|
617
613
|
attr_accessor :display_name
|
618
614
|
|
619
|
-
#
|
615
|
+
# The firewall rule's type.
|
616
|
+
# Corresponds to the JSON property `firewallRuleType`
|
617
|
+
# @return [String]
|
618
|
+
attr_accessor :firewall_rule_type
|
619
|
+
|
620
|
+
# The URI of the VPC network that the firewall rule is associated with. This
|
621
|
+
# field is not applicable to hierarchical firewall policy rules.
|
620
622
|
# Corresponds to the JSON property `networkUri`
|
621
623
|
# @return [String]
|
622
624
|
attr_accessor :network_uri
|
623
625
|
|
624
|
-
#
|
626
|
+
# The hierarchical firewall policy that this rule is associated with. This field
|
627
|
+
# is not applicable to VPC firewall rules.
|
628
|
+
# Corresponds to the JSON property `policy`
|
629
|
+
# @return [String]
|
630
|
+
attr_accessor :policy
|
631
|
+
|
632
|
+
# The priority of the firewall rule.
|
625
633
|
# Corresponds to the JSON property `priority`
|
626
634
|
# @return [Fixnum]
|
627
635
|
attr_accessor :priority
|
628
636
|
|
629
|
-
#
|
637
|
+
# The target service accounts specified by the firewall rule.
|
630
638
|
# Corresponds to the JSON property `targetServiceAccounts`
|
631
639
|
# @return [Array<String>]
|
632
640
|
attr_accessor :target_service_accounts
|
633
641
|
|
634
|
-
#
|
642
|
+
# The target tags defined by the VPC firewall rule. This field is not applicable
|
643
|
+
# to hierarchical firewall policy rules.
|
635
644
|
# Corresponds to the JSON property `targetTags`
|
636
645
|
# @return [Array<String>]
|
637
646
|
attr_accessor :target_tags
|
638
647
|
|
639
|
-
# URI of
|
648
|
+
# The URI of the VPC firewall rule. This field is not applicable to implied
|
649
|
+
# firewall rules or hierarchical firewall policy rules.
|
640
650
|
# Corresponds to the JSON property `uri`
|
641
651
|
# @return [String]
|
642
652
|
attr_accessor :uri
|
@@ -650,7 +660,9 @@ module Google
|
|
650
660
|
@action = args[:action] if args.key?(:action)
|
651
661
|
@direction = args[:direction] if args.key?(:direction)
|
652
662
|
@display_name = args[:display_name] if args.key?(:display_name)
|
663
|
+
@firewall_rule_type = args[:firewall_rule_type] if args.key?(:firewall_rule_type)
|
653
664
|
@network_uri = args[:network_uri] if args.key?(:network_uri)
|
665
|
+
@policy = args[:policy] if args.key?(:policy)
|
654
666
|
@priority = args[:priority] if args.key?(:priority)
|
655
667
|
@target_service_accounts = args[:target_service_accounts] if args.key?(:target_service_accounts)
|
656
668
|
@target_tags = args[:target_tags] if args.key?(:target_tags)
|
@@ -1336,11 +1348,11 @@ module Google
|
|
1336
1348
|
end
|
1337
1349
|
end
|
1338
1350
|
|
1339
|
-
#
|
1351
|
+
# Results of active probing from the last run of the test.
|
1340
1352
|
class ProbingDetails
|
1341
1353
|
include Google::Apis::Core::Hashable
|
1342
1354
|
|
1343
|
-
#
|
1355
|
+
# The reason probing was aborted.
|
1344
1356
|
# Corresponds to the JSON property `abortCause`
|
1345
1357
|
# @return [String]
|
1346
1358
|
attr_accessor :abort_cause
|
@@ -1367,7 +1379,7 @@ module Google
|
|
1367
1379
|
# @return [Google::Apis::NetworkmanagementV1beta1::LatencyDistribution]
|
1368
1380
|
attr_accessor :probing_latency
|
1369
1381
|
|
1370
|
-
# The overall
|
1382
|
+
# The overall result of active probing.
|
1371
1383
|
# Corresponds to the JSON property `result`
|
1372
1384
|
# @return [String]
|
1373
1385
|
attr_accessor :result
|
@@ -1377,12 +1389,12 @@ module Google
|
|
1377
1389
|
# @return [Fixnum]
|
1378
1390
|
attr_accessor :sent_probe_count
|
1379
1391
|
|
1380
|
-
# Number of probes that reached destination.
|
1392
|
+
# Number of probes that reached the destination.
|
1381
1393
|
# Corresponds to the JSON property `successfulProbeCount`
|
1382
1394
|
# @return [Fixnum]
|
1383
1395
|
attr_accessor :successful_probe_count
|
1384
1396
|
|
1385
|
-
# The time
|
1397
|
+
# The time that reachability was assessed through active probing.
|
1386
1398
|
# Corresponds to the JSON property `verifyTime`
|
1387
1399
|
# @return [String]
|
1388
1400
|
attr_accessor :verify_time
|
@@ -1404,7 +1416,7 @@ module Google
|
|
1404
1416
|
end
|
1405
1417
|
end
|
1406
1418
|
|
1407
|
-
#
|
1419
|
+
# Results of the configuration analysis from the last run of the test.
|
1408
1420
|
class ReachabilityDetails
|
1409
1421
|
include Google::Apis::Core::Hashable
|
1410
1422
|
|
@@ -1418,7 +1430,7 @@ module Google
|
|
1418
1430
|
# @return [Google::Apis::NetworkmanagementV1beta1::Status]
|
1419
1431
|
attr_accessor :error
|
1420
1432
|
|
1421
|
-
# The overall
|
1433
|
+
# The overall result of the test's configuration analysis.
|
1422
1434
|
# Corresponds to the JSON property `result`
|
1423
1435
|
# @return [String]
|
1424
1436
|
attr_accessor :result
|
@@ -1430,7 +1442,7 @@ module Google
|
|
1430
1442
|
# @return [Array<Google::Apis::NetworkmanagementV1beta1::Trace>]
|
1431
1443
|
attr_accessor :traces
|
1432
1444
|
|
1433
|
-
# The time the
|
1445
|
+
# The time of the configuration analysis.
|
1434
1446
|
# Corresponds to the JSON property `verifyTime`
|
1435
1447
|
# @return [String]
|
1436
1448
|
attr_accessor :verify_time
|
@@ -1665,7 +1677,8 @@ module Google
|
|
1665
1677
|
# @return [Google::Apis::NetworkmanagementV1beta1::EndpointInfo]
|
1666
1678
|
attr_accessor :endpoint
|
1667
1679
|
|
1668
|
-
# For display only. Metadata associated with a
|
1680
|
+
# For display only. Metadata associated with a VPC firewall rule, an implied VPC
|
1681
|
+
# firewall rule, or a hierarchical firewall policy rule.
|
1669
1682
|
# Corresponds to the JSON property `firewall`
|
1670
1683
|
# @return [Google::Apis::NetworkmanagementV1beta1::FirewallInfo]
|
1671
1684
|
attr_accessor :firewall
|
@@ -1794,12 +1807,12 @@ module Google
|
|
1794
1807
|
end
|
1795
1808
|
end
|
1796
1809
|
|
1797
|
-
# Trace represents one simulated packet forwarding path.
|
1798
|
-
# multiple ordered
|
1799
|
-
#
|
1800
|
-
#
|
1801
|
-
#
|
1802
|
-
#
|
1810
|
+
# Trace represents one simulated packet forwarding path. * Each trace contains
|
1811
|
+
# multiple ordered Steps. * Each step is in a particular state with associated
|
1812
|
+
# configuration. * State is categorized as final or non-final states. * Each
|
1813
|
+
# final state has a reason associated. * Each trace must end with a final state (
|
1814
|
+
# the last step). ``` |---------------------Trace----------------------| Step1(
|
1815
|
+
# State) Step2(State) --- StepN(State(final)) ```
|
1803
1816
|
class Trace
|
1804
1817
|
include Google::Apis::Core::Hashable
|
1805
1818
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkmanagementV1beta1
|
18
18
|
# Version of the google-apis-networkmanagement_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210316"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -302,7 +302,6 @@ module Google
|
|
302
302
|
class Binding
|
303
303
|
# @private
|
304
304
|
class Representation < Google::Apis::Core::JsonRepresentation
|
305
|
-
property :binding_id, as: 'bindingId'
|
306
305
|
property :condition, as: 'condition', class: Google::Apis::NetworkmanagementV1beta1::Expr, decorator: Google::Apis::NetworkmanagementV1beta1::Expr::Representation
|
307
306
|
|
308
307
|
collection :members, as: 'members'
|
@@ -415,7 +414,9 @@ module Google
|
|
415
414
|
property :action, as: 'action'
|
416
415
|
property :direction, as: 'direction'
|
417
416
|
property :display_name, as: 'displayName'
|
417
|
+
property :firewall_rule_type, as: 'firewallRuleType'
|
418
418
|
property :network_uri, as: 'networkUri'
|
419
|
+
property :policy, as: 'policy'
|
419
420
|
property :priority, as: 'priority'
|
420
421
|
collection :target_service_accounts, as: 'targetServiceAccounts'
|
421
422
|
collection :target_tags, as: 'targetTags'
|
@@ -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
|
-
#
|
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
|
91
|
+
# The maximum number of results to return. If not set, the service will select a
|
92
|
+
# default.
|
90
93
|
# @param [String] page_token
|
91
|
-
#
|
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,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networkmanagement_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.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-03-
|
11
|
+
date: 2021-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkmanagement_v1beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkmanagement_v1beta1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|