google-apis-networkmanagement_v1 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: 410f3864e1337213a575498f51c02a309d15f9a8defa85eeee5d8edd446cb23d
4
- data.tar.gz: 15cb964d66e0ca8820353af78021aecad1302b42e9080e56f22f2bb87fec54e3
3
+ metadata.gz: af7cc895bbd3064cf6a47e18ba863ff2067ee8e9256eb41f19513515d087cc0d
4
+ data.tar.gz: bacf83ac23cf072121578b72d6e43e1e136031c09957deec7d153579e7bb1cc4
5
5
  SHA512:
6
- metadata.gz: 71973d2c8a04abf037c0d18fd5d0fb04ed95717461bfdcb960adbf369aa8bd33171c8eb69261ade301822edf82893083a42c677a59bb4cbd240f6f89060cac3f
7
- data.tar.gz: 73a1f2261d34a73534f53a7c3900c4dee16fa84266fcb98a4cd600e4483194f9fb984c8c10d0763efccffed6b0b4d4516acce1a12bd3e507e2f9fffcb5dbe08b
6
+ metadata.gz: cf8391a5b134d01f9a385daaf9a6b5fc5e8b4cbb593541f027451320a0a3faa0494b1ec43470242f2ab86e869b6f7808a0bd5211d0daea2d05aff87a89f776a7
7
+ data.tar.gz: 3628278034207293ca25c6e35c2d74832b51014d5468da61d9880fee7ea3f296f9c4a355ee54bf699c9fd8ad89f8bc2b56b768cd201089c75108bd5d091ddf14
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.59.0 (2025-05-04)
4
+
5
+ * Regenerated from discovery document revision 20250423
6
+ * Regenerated using generator version 0.17.0
7
+
8
+ ### v0.58.0 (2025-04-27)
9
+
10
+ * Regenerated from discovery document revision 20250416
11
+
3
12
  ### v0.57.0 (2025-04-20)
4
13
 
5
14
  * Regenerated from discovery document revision 20250409
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
 
@@ -1309,6 +1309,12 @@ module Google
1309
1309
  # @return [String]
1310
1310
  attr_accessor :psc_network_attachment_uri
1311
1311
 
1312
+ # Indicates whether the Compute Engine instance is running.
1313
+ # Corresponds to the JSON property `running`
1314
+ # @return [Boolean]
1315
+ attr_accessor :running
1316
+ alias_method :running?, :running
1317
+
1312
1318
  # Service account authorized for the instance.
1313
1319
  # Corresponds to the JSON property `serviceAccount`
1314
1320
  # @return [String]
@@ -1332,6 +1338,7 @@ module Google
1332
1338
  @network_tags = args[:network_tags] if args.key?(:network_tags)
1333
1339
  @network_uri = args[:network_uri] if args.key?(:network_uri)
1334
1340
  @psc_network_attachment_uri = args[:psc_network_attachment_uri] if args.key?(:psc_network_attachment_uri)
1341
+ @running = args[:running] if args.key?(:running)
1335
1342
  @service_account = args[:service_account] if args.key?(:service_account)
1336
1343
  @uri = args[:uri] if args.key?(:uri)
1337
1344
  end
@@ -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.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.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250409"
25
+ REVISION = "20250423"
26
26
  end
27
27
  end
28
28
  end
@@ -701,6 +701,7 @@ module Google
701
701
  collection :network_tags, as: 'networkTags'
702
702
  property :network_uri, as: 'networkUri'
703
703
  property :psc_network_attachment_uri, as: 'pscNetworkAttachmentUri'
704
+ property :running, as: 'running'
704
705
  property :service_account, as: 'serviceAccount'
705
706
  property :uri, as: 'uri'
706
707
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1
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-20 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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.57.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.59.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
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.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Network Management API V1
79
79
  test_files: []