google-apis-networkmanagement_v1 0.43.0 → 0.44.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: 03d66a72cbc4190bed030183696b7eb29689a4263bb8f01c915cb5c11285bbd4
|
|
4
|
+
data.tar.gz: cb13054157ebee38a1f8e688af7cf32c8d541ed5b8df6ed80a778e3f87393da7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 697eb91f9f2bdcb1c400624049ccdcd0f4ca22076a3a12940f91810cfca3e72b4a8d39ffc902b4516a0ffacfd7f8518c2fe3999b0d15521f94557b89ec7d1caa
|
|
7
|
+
data.tar.gz: ac6ec13fd7505735e2f7b42496cdfdb7e8875a06f2d259803626c333d2292ac05c6d5d8c90e75fc25de789f1ccfdeebed03f062434759cfea1b069d6b2183021
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-networkmanagement_v1
|
|
2
2
|
|
|
3
|
+
### v0.44.0 (2024-08-04)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240718
|
|
6
|
+
* Regenerated using generator version 0.15.1
|
|
7
|
+
|
|
3
8
|
### v0.43.0 (2024-05-26)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240515
|
|
@@ -1211,6 +1211,11 @@ module Google
|
|
|
1211
1211
|
# @return [String]
|
|
1212
1212
|
attr_accessor :network_uri
|
|
1213
1213
|
|
|
1214
|
+
# URI of the PSC network attachment the NIC is attached to (if relevant).
|
|
1215
|
+
# Corresponds to the JSON property `pscNetworkAttachmentUri`
|
|
1216
|
+
# @return [String]
|
|
1217
|
+
attr_accessor :psc_network_attachment_uri
|
|
1218
|
+
|
|
1214
1219
|
# Service account authorized for the instance.
|
|
1215
1220
|
# Corresponds to the JSON property `serviceAccount`
|
|
1216
1221
|
# @return [String]
|
|
@@ -1233,6 +1238,7 @@ module Google
|
|
|
1233
1238
|
@internal_ip = args[:internal_ip] if args.key?(:internal_ip)
|
|
1234
1239
|
@network_tags = args[:network_tags] if args.key?(:network_tags)
|
|
1235
1240
|
@network_uri = args[:network_uri] if args.key?(:network_uri)
|
|
1241
|
+
@psc_network_attachment_uri = args[:psc_network_attachment_uri] if args.key?(:psc_network_attachment_uri)
|
|
1236
1242
|
@service_account = args[:service_account] if args.key?(:service_account)
|
|
1237
1243
|
@uri = args[:uri] if args.key?(:uri)
|
|
1238
1244
|
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.44.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.15.
|
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240718"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -639,6 +639,7 @@ module Google
|
|
|
639
639
|
property :internal_ip, as: 'internalIp'
|
|
640
640
|
collection :network_tags, as: 'networkTags'
|
|
641
641
|
property :network_uri, as: 'networkUri'
|
|
642
|
+
property :psc_network_attachment_uri, as: 'pscNetworkAttachmentUri'
|
|
642
643
|
property :service_account, as: 'serviceAccount'
|
|
643
644
|
property :uri, as: 'uri'
|
|
644
645
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.44.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.44.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|