google-apis-networkmanagement_v1 0.57.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d87341ad72cca57e55124f676dd9ff1b2a59557f97e5000a5824fb26385c97a
|
4
|
+
data.tar.gz: b6a948271300752d03179c848160f36fb732dba4143bab75e1f1efe281ac5f9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67abc8277de3d7b004011be2253002ce65e677892d5cb4bcf67dd088de33ac5aa7cebecac38afbde8e4ce3d702f8fac16adcc1581b494d3182eab00097fe047d
|
7
|
+
data.tar.gz: a19c270627cfb6c250bf492c5404406ddd80f78893222647236b506ead17dc5c42c54e875977995928509793af07f8fdfd598b80f2fdb23966f3fbded4741b62
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.58.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
|
@@ -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.
|
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-
|
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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.58.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:
|