google-apis-networkmanagement_v1 0.43.0 → 0.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f70e6d306a511cc26a7ad7956960642fc6ea1ed41a42df35e007458cb74227b
4
- data.tar.gz: d5301e1fb075d5e180cd4b9932969880ad52fa2b74ebd35faed1b3934ee69086
3
+ metadata.gz: 03d66a72cbc4190bed030183696b7eb29689a4263bb8f01c915cb5c11285bbd4
4
+ data.tar.gz: cb13054157ebee38a1f8e688af7cf32c8d541ed5b8df6ed80a778e3f87393da7
5
5
  SHA512:
6
- metadata.gz: c42664868a9b26ceb03ebfb0559e97dbde24ae357d056cd58d8b48423db70c7fcb81350a40e346f47d589a3f06b4d77d4b2e7443b1eb1aa0a8d99d98488bb055
7
- data.tar.gz: 7d4b50b16f3ba28bb2b95daf32d113ad1dd0d2840f4ee89d11ff51f78f71fec024dd07b4fc53befd21c914fa9685a8f1d930f8a21600dd2201d2a746a281a88d
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.43.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.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240515"
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.43.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-05-26 00:00:00.000000000 Z
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.43.0
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: []