google-apis-networkmanagement_v1beta1 0.57.0 → 0.59.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78a0081ed5e5cf73c58cbf43c44440f32c5bbea31226091462f43fec8a4ca603
4
- data.tar.gz: 161a9c3fb3af7840b57cbb7bafc489e6742b9a1cda201fb7d6b39383a05f7921
3
+ metadata.gz: 7b8fa22f6815b119d9973df56363a9e69aa1e69390c0d323416bf0fcbb31bf27
4
+ data.tar.gz: 12333cd067cefbd5c9d48cd057e43235cbf0349cf52737e7b9d3443b1f10e320
5
5
  SHA512:
6
- metadata.gz: 8f070d95016908d230ba5f0234a2316b747217dc64c166d0aec8f4be3b4f60ed6b25faac26f9c5bd35e62c270e2693c9212e84bbb9413acaa0df609ead11315b
7
- data.tar.gz: ef3ba2797b6f30adbafc83440bb78ff9be00bb197b8dc4dd7a3cce145e4e90cce2f62dadaf61cf7d46dc28cf0ce0b26c60186f20389b4e899c2ef2d1717fe5e5
6
+ metadata.gz: 9530c48b7ccc7d57a950cc81beb34731b66fa418e731dac806526ac9c967c307155354db170c04b076ee8c86741ca8955ebc7f7b8ba03b0ecb82332b3b4f141a
7
+ data.tar.gz: d0c71513ab28517a650793b1ccc29e83f1366787071d644ae63e00488f15970fbb01510479e99c7d7555d486a3eac3f383d214c2ee1863853d2ab43e3b07a792
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.59.0 (2025-05-25)
4
+
5
+ * Regenerated from discovery document revision 20250521
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.58.0 (2025-05-04)
9
+
10
+ * Regenerated from discovery document revision 20250423
11
+ * Regenerated using generator version 0.17.0
12
+
3
13
  ### v0.57.0 (2025-04-27)
4
14
 
5
15
  * Regenerated from discovery document revision 20250416
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/) may provide guidance rega
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -580,6 +580,11 @@ module Google
580
580
  class DeliverInfo
581
581
  include Google::Apis::Core::Hashable
582
582
 
583
+ # Recognized type of a Google Service the packet is delivered to (if applicable).
584
+ # Corresponds to the JSON property `googleServiceType`
585
+ # @return [String]
586
+ attr_accessor :google_service_type
587
+
583
588
  # IP address of the target (if applicable).
584
589
  # Corresponds to the JSON property `ipAddress`
585
590
  # @return [String]
@@ -611,6 +616,7 @@ module Google
611
616
 
612
617
  # Update properties of this object
613
618
  def update!(**args)
619
+ @google_service_type = args[:google_service_type] if args.key?(:google_service_type)
614
620
  @ip_address = args[:ip_address] if args.key?(:ip_address)
615
621
  @psc_google_api_target = args[:psc_google_api_target] if args.key?(:psc_google_api_target)
616
622
  @resource_uri = args[:resource_uri] if args.key?(:resource_uri)
@@ -1815,8 +1821,7 @@ module Google
1815
1821
  end
1816
1822
  end
1817
1823
 
1818
- # For display only. Metadata associated with a Compute Engine network. Next ID:
1819
- # 7
1824
+ # For display only. Metadata associated with a Compute Engine network.
1820
1825
  class NetworkInfo
1821
1826
  include Google::Apis::Core::Hashable
1822
1827
 
@@ -2868,8 +2873,7 @@ module Google
2868
2873
  # @return [Google::Apis::NetworkmanagementV1beta1::NatInfo]
2869
2874
  attr_accessor :nat
2870
2875
 
2871
- # For display only. Metadata associated with a Compute Engine network. Next ID:
2872
- # 7
2876
+ # For display only. Metadata associated with a Compute Engine network.
2873
2877
  # Corresponds to the JSON property `network`
2874
2878
  # @return [Google::Apis::NetworkmanagementV1beta1::NetworkInfo]
2875
2879
  attr_accessor :network
@@ -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.57.0"
19
+ GEM_VERSION = "0.59.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250416"
25
+ REVISION = "20250521"
26
26
  end
27
27
  end
28
28
  end
@@ -535,6 +535,7 @@ module Google
535
535
  class DeliverInfo
536
536
  # @private
537
537
  class Representation < Google::Apis::Core::JsonRepresentation
538
+ property :google_service_type, as: 'googleServiceType'
538
539
  property :ip_address, as: 'ipAddress'
539
540
  property :psc_google_api_target, as: 'pscGoogleApiTarget'
540
541
  property :resource_uri, as: 'resourceUri'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.57.0
4
+ version: 0.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.57.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.59.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Network Management API V1beta1
79
79
  test_files: []