google-apis-networkmanagement_v1beta1 0.56.0 → 0.57.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78a0081ed5e5cf73c58cbf43c44440f32c5bbea31226091462f43fec8a4ca603
|
4
|
+
data.tar.gz: 161a9c3fb3af7840b57cbb7bafc489e6742b9a1cda201fb7d6b39383a05f7921
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f070d95016908d230ba5f0234a2316b747217dc64c166d0aec8f4be3b4f60ed6b25faac26f9c5bd35e62c270e2693c9212e84bbb9413acaa0df609ead11315b
|
7
|
+
data.tar.gz: ef3ba2797b6f30adbafc83440bb78ff9be00bb197b8dc4dd7a3cce145e4e90cce2f62dadaf61cf7d46dc28cf0ce0b26c60186f20389b4e899c2ef2d1717fe5e5
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.57.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250416"
|
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.
|
4
|
+
version: 0.57.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-04-
|
10
|
+
date: 2025-04-27 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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.57.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:
|