google-apis-networkmanagement_v1beta1 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: 24d6bd08b7e756fe05182fab05b9447d1963a410d398e25ca8aa19aacfc9c068
4
- data.tar.gz: 5be63a0c0a115c242f56cb3f75ded9e86574087099bc140dcb7e238fe8c7eff0
3
+ metadata.gz: 9152a1c4ca802c8b52134a310a65268c9dbc48efade52d10071a2edc3f85b1a4
4
+ data.tar.gz: 2e2b416e2d87daccb4469a58c3b6008ca65ca2b5d2ad956d8deb00cbd47477a4
5
5
  SHA512:
6
- metadata.gz: e82c26c15b197f35c6f9da2feeaf960f0dbaa84ac57bffe45efbd1bd2e2b31ffae87c3ccf66e96660447ba66a47837b831271179867f568d988009965c910e3c
7
- data.tar.gz: 600e4e7941fe2d80b007722dbbc1d40ff1a416dc7691856a94d122e94631612310672f7820972cda40569fe04aa3a237dcdb4f7ef546d6bdd94374294fde4639
6
+ metadata.gz: c32994a1f82d3459ea68fa956e017cd3ac63011f4debef25106c020e4b347fb802f1b7725f83fa3cc2cf0a703c9086e4277135edde430633b2af68a5e447eecb
7
+ data.tar.gz: 54f7da905f3e63060f3e9bb2e736fde28d5dcd4a457980f49b672b0cb57b3a823cb573621edb5dcea22e6e3703a39d0c95f6d3180beabf9638474052d8127478
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
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 = 'V1beta1'
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)
@@ -217,18 +211,18 @@ module Google
217
211
  # @return [String]
218
212
  attr_accessor :display_name
219
213
 
220
- # External IP address of Cloud SQL instance.
214
+ # External IP address of a Cloud SQL instance.
221
215
  # Corresponds to the JSON property `externalIp`
222
216
  # @return [String]
223
217
  attr_accessor :external_ip
224
218
 
225
- # Internal IP address of Cloud SQL instance.
219
+ # Internal IP address of a Cloud SQL instance.
226
220
  # Corresponds to the JSON property `internalIp`
227
221
  # @return [String]
228
222
  attr_accessor :internal_ip
229
223
 
230
- # URI of a Cloud SQL instance network or empty string if instance does not have
231
- # one.
224
+ # URI of a Cloud SQL instance network or empty string if the instance does not
225
+ # have one.
232
226
  # Corresponds to the JSON property `networkUri`
233
227
  # @return [String]
234
228
  attr_accessor :network_uri
@@ -294,7 +288,7 @@ module Google
294
288
  # @return [String]
295
289
  attr_accessor :name
296
290
 
297
- # The details of probing from the latest run.
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
- # The details of reachability state from the latest run.
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 Compute Engine firewall rule.
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
- # Name of a Compute Engine firewall rule.
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
- # URI of a Compute Engine network.
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
- # Priority of the firewall rule.
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
- # Target service accounts of the firewall rule.
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
- # Target tags of the firewall rule.
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 a Compute Engine firewall rule. Implied default rule does not have URI.
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)
@@ -738,27 +750,27 @@ module Google
738
750
  end
739
751
  end
740
752
 
741
- # For display only. Metadata associated with a Google Kubernetes Engine cluster
742
- # master.
753
+ # For display only. Metadata associated with a Google Kubernetes Engine (GKE)
754
+ # cluster master.
743
755
  class GkeMasterInfo
744
756
  include Google::Apis::Core::Hashable
745
757
 
746
- # URI of a Google Kubernetes Engine cluster network.
758
+ # URI of a GKE cluster network.
747
759
  # Corresponds to the JSON property `clusterNetworkUri`
748
760
  # @return [String]
749
761
  attr_accessor :cluster_network_uri
750
762
 
751
- # URI of a Google Kubernetes Engine cluster.
763
+ # URI of a GKE cluster.
752
764
  # Corresponds to the JSON property `clusterUri`
753
765
  # @return [String]
754
766
  attr_accessor :cluster_uri
755
767
 
756
- # External IP address of a Google Kubernetes Engine cluster master.
768
+ # External IP address of a GKE cluster master.
757
769
  # Corresponds to the JSON property `externalIp`
758
770
  # @return [String]
759
771
  attr_accessor :external_ip
760
772
 
761
- # Internal IP address of a Google Kubernetes Engine cluster master.
773
+ # Internal IP address of a GKE cluster master.
762
774
  # Corresponds to the JSON property `internalIp`
763
775
  # @return [String]
764
776
  attr_accessor :internal_ip
@@ -1336,11 +1348,11 @@ module Google
1336
1348
  end
1337
1349
  end
1338
1350
 
1339
- # The details of probing from the latest run.
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
- # Causes that the probing was aborted.
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 reachability result of the test.
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 the reachability state was verified.
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
- # The details of reachability state from the latest run.
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 reachability result of the test.
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 reachability state was verified.
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 Compute Engine firewall rule.
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
@@ -1680,8 +1693,8 @@ module Google
1680
1693
  # @return [Google::Apis::NetworkmanagementV1beta1::ForwardingRuleInfo]
1681
1694
  attr_accessor :forwarding_rule
1682
1695
 
1683
- # For display only. Metadata associated with a Google Kubernetes Engine cluster
1684
- # master.
1696
+ # For display only. Metadata associated with a Google Kubernetes Engine (GKE)
1697
+ # cluster master.
1685
1698
  # Corresponds to the JSON property `gkeMaster`
1686
1699
  # @return [Google::Apis::NetworkmanagementV1beta1::GkeMasterInfo]
1687
1700
  attr_accessor :gke_master
@@ -1794,12 +1807,12 @@ module Google
1794
1807
  end
1795
1808
  end
1796
1809
 
1797
- # Trace represents one simulated packet forwarding path. - Each trace contains
1798
- # multiple ordered steps. - Each step is in a particular state and has an
1799
- # associated configuration. - State is categorized as a final or non-final state.
1800
- # - Each final state has a reason associated with it. - Each trace must end
1801
- # with a final state (the last step). |---------------------Trace----------------
1802
- # ------| Step1(State) Step2(State) --- StepN(State(final))
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
 
@@ -1849,7 +1862,7 @@ module Google
1849
1862
  # @return [String]
1850
1863
  attr_accessor :network_uri
1851
1864
 
1852
- # Name of a GCP region where this VPN gateway is configured.
1865
+ # Name of a Google Cloud region where this VPN gateway is configured.
1853
1866
  # Corresponds to the JSON property `region`
1854
1867
  # @return [String]
1855
1868
  attr_accessor :region
@@ -1895,7 +1908,7 @@ module Google
1895
1908
  # @return [String]
1896
1909
  attr_accessor :network_uri
1897
1910
 
1898
- # Name of a GCP region where this VPN tunnel is configured.
1911
+ # Name of a Google Cloud region where this VPN tunnel is configured.
1899
1912
  # Corresponds to the JSON property `region`
1900
1913
  # @return [String]
1901
1914
  attr_accessor :region
@@ -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.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
@@ -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
- # 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_v1beta1
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 V1beta1. 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_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.6.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkmanagement_v1beta1
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 V1beta1