google-apis-networkmanagement_v1beta1 0.56.0 → 0.58.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: 2df56f3fda24e0c4d96a2b3a74d756bb8796ba82d82647a27a94f03e050a7359
4
- data.tar.gz: 0e99f43b4f6ef15b520828a881bceb5cea983e0c1473f34b4656361b5f2e721b
3
+ metadata.gz: f54f7357df3c83ad59587fa98c79b1237107a53777c4d03d5f0502b8a79effcf
4
+ data.tar.gz: 00f83ccb2dcd22edf996d123f459a002d5ea4cc5d273d526ccc5b77af3384aca
5
5
  SHA512:
6
- metadata.gz: 2a79984efaf3c83a782da7c88c3e7e24fbf563645cdeafe51dc61b1f070a1856a2a2e008baa0b37d1aab5c863fbbb879e6b559dd25efff70583ea78bfe7238e5
7
- data.tar.gz: e972dcc2b4de11d1c9f56f2f9d4a795140000aa9c157ad2e4bf2dab83d19330a9d7aa68845e19dc7bd18b11f5427e8bda99382d9f486555996a37eca34c1cd89
6
+ metadata.gz: 717c32bcc91bc1612167a18220a9ab29e76105edf33f68f9082fd9ebb5fbfc885782edd857dab6afa1f80385665c6f5bc6cbd2212dadab974512871522bf5556
7
+ data.tar.gz: a5a8f1a73fcd54b3adef2de9f49d409c866844e8a40024d9cade1a1bc9efa9d9669025aa7ac730f71adc5a7d00f645005cf9dee928b70dfccb88cb7706bc9844
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.58.0 (2025-05-04)
4
+
5
+ * Regenerated from discovery document revision 20250423
6
+ * Regenerated using generator version 0.17.0
7
+
8
+ ### v0.57.0 (2025-04-27)
9
+
10
+ * Regenerated from discovery document revision 20250416
11
+
3
12
  ### v0.56.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
 
@@ -1315,6 +1315,12 @@ module Google
1315
1315
  # @return [String]
1316
1316
  attr_accessor :psc_network_attachment_uri
1317
1317
 
1318
+ # Indicates whether the Compute Engine instance is running.
1319
+ # Corresponds to the JSON property `running`
1320
+ # @return [Boolean]
1321
+ attr_accessor :running
1322
+ alias_method :running?, :running
1323
+
1318
1324
  # Service account authorized for the instance.
1319
1325
  # Corresponds to the JSON property `serviceAccount`
1320
1326
  # @return [String]
@@ -1338,6 +1344,7 @@ module Google
1338
1344
  @network_tags = args[:network_tags] if args.key?(:network_tags)
1339
1345
  @network_uri = args[:network_uri] if args.key?(:network_uri)
1340
1346
  @psc_network_attachment_uri = args[:psc_network_attachment_uri] if args.key?(:psc_network_attachment_uri)
1347
+ @running = args[:running] if args.key?(:running)
1341
1348
  @service_account = args[:service_account] if args.key?(:service_account)
1342
1349
  @uri = args[:uri] if args.key?(:uri)
1343
1350
  end
@@ -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.56.0"
19
+ GEM_VERSION = "0.58.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
@@ -702,6 +702,7 @@ module Google
702
702
  collection :network_tags, as: 'networkTags'
703
703
  property :network_uri, as: 'networkUri'
704
704
  property :psc_network_attachment_uri, as: 'pscNetworkAttachmentUri'
705
+ property :running, as: 'running'
705
706
  property :service_account, as: 'serviceAccount'
706
707
  property :uri, as: 'uri'
707
708
  end
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.56.0
4
+ version: 0.58.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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.56.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.58.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.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Network Management API V1beta1
79
79
  test_files: []