google-apis-networkmanagement_v1 0.43.0 → 0.45.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: 6294b7964e80c8a7ae17e1129da6e9352251e529972aa9dc7edf4803ca24181e
4
+ data.tar.gz: c456c053fb0f8a01479a9097a06fbd5e10e375d270fe21697e10c4253470dfca
5
5
  SHA512:
6
- metadata.gz: c42664868a9b26ceb03ebfb0559e97dbde24ae357d056cd58d8b48423db70c7fcb81350a40e346f47d589a3f06b4d77d4b2e7443b1eb1aa0a8d99d98488bb055
7
- data.tar.gz: 7d4b50b16f3ba28bb2b95daf32d113ad1dd0d2840f4ee89d11ff51f78f71fec024dd07b4fc53befd21c914fa9685a8f1d930f8a21600dd2201d2a746a281a88d
6
+ metadata.gz: 3c2bbf3860ffdca17a5b8dee4257e2de15c4da803feffdf98cba42230a4b782ad40013e5a8770028035d70feb0df4220f5736f69b563fb6f76c2fd18e4f2133d
7
+ data.tar.gz: 256f0bd0911dc07c1ca23ee0979f7e1a5de7605b7fbdd576b93335c835ce4c26b87de77398c47333702bf4571b4be523127ebdea56e867cf44be5c3da5b8f9dc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.45.0 (2024-08-11)
4
+
5
+ * Regenerated from discovery document revision 20240725
6
+
7
+ ### v0.44.0 (2024-08-04)
8
+
9
+ * Regenerated from discovery document revision 20240718
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.43.0 (2024-05-26)
4
13
 
5
14
  * Regenerated from discovery document revision 20240515
@@ -921,7 +921,7 @@ module Google
921
921
  end
922
922
 
923
923
  # For display only. Metadata associated with a VPC firewall rule, an implied VPC
924
- # firewall rule, or a hierarchical firewall policy rule.
924
+ # firewall rule, or a firewall policy rule.
925
925
  class FirewallInfo
926
926
  include Google::Apis::Core::Hashable
927
927
 
@@ -935,8 +935,8 @@ module Google
935
935
  # @return [String]
936
936
  attr_accessor :direction
937
937
 
938
- # The display name of the VPC firewall rule. This field is not applicable to
939
- # hierarchical firewall policy rules.
938
+ # The display name of the firewall rule. This field might be empty for firewall
939
+ # policy rules.
940
940
  # Corresponds to the JSON property `displayName`
941
941
  # @return [String]
942
942
  attr_accessor :display_name
@@ -952,12 +952,18 @@ module Google
952
952
  # @return [String]
953
953
  attr_accessor :network_uri
954
954
 
955
- # The hierarchical firewall policy that this rule is associated with. This field
956
- # is not applicable to VPC firewall rules.
955
+ # The name of the firewall policy that this rule is associated with. This field
956
+ # is not applicable to VPC firewall rules and implied VPC firewall rules.
957
957
  # Corresponds to the JSON property `policy`
958
958
  # @return [String]
959
959
  attr_accessor :policy
960
960
 
961
+ # The URI of the firewall policy that this rule is associated with. This field
962
+ # is not applicable to VPC firewall rules and implied VPC firewall rules.
963
+ # Corresponds to the JSON property `policyUri`
964
+ # @return [String]
965
+ attr_accessor :policy_uri
966
+
961
967
  # The priority of the firewall rule.
962
968
  # Corresponds to the JSON property `priority`
963
969
  # @return [Fixnum]
@@ -969,13 +975,13 @@ module Google
969
975
  attr_accessor :target_service_accounts
970
976
 
971
977
  # The target tags defined by the VPC firewall rule. This field is not applicable
972
- # to hierarchical firewall policy rules.
978
+ # to firewall policy rules.
973
979
  # Corresponds to the JSON property `targetTags`
974
980
  # @return [Array<String>]
975
981
  attr_accessor :target_tags
976
982
 
977
- # The URI of the VPC firewall rule. This field is not applicable to implied
978
- # firewall rules or hierarchical firewall policy rules.
983
+ # The URI of the firewall rule. This field is not applicable to implied VPC
984
+ # firewall rules.
979
985
  # Corresponds to the JSON property `uri`
980
986
  # @return [String]
981
987
  attr_accessor :uri
@@ -992,6 +998,7 @@ module Google
992
998
  @firewall_rule_type = args[:firewall_rule_type] if args.key?(:firewall_rule_type)
993
999
  @network_uri = args[:network_uri] if args.key?(:network_uri)
994
1000
  @policy = args[:policy] if args.key?(:policy)
1001
+ @policy_uri = args[:policy_uri] if args.key?(:policy_uri)
995
1002
  @priority = args[:priority] if args.key?(:priority)
996
1003
  @target_service_accounts = args[:target_service_accounts] if args.key?(:target_service_accounts)
997
1004
  @target_tags = args[:target_tags] if args.key?(:target_tags)
@@ -1211,6 +1218,11 @@ module Google
1211
1218
  # @return [String]
1212
1219
  attr_accessor :network_uri
1213
1220
 
1221
+ # URI of the PSC network attachment the NIC is attached to (if relevant).
1222
+ # Corresponds to the JSON property `pscNetworkAttachmentUri`
1223
+ # @return [String]
1224
+ attr_accessor :psc_network_attachment_uri
1225
+
1214
1226
  # Service account authorized for the instance.
1215
1227
  # Corresponds to the JSON property `serviceAccount`
1216
1228
  # @return [String]
@@ -1233,6 +1245,7 @@ module Google
1233
1245
  @internal_ip = args[:internal_ip] if args.key?(:internal_ip)
1234
1246
  @network_tags = args[:network_tags] if args.key?(:network_tags)
1235
1247
  @network_uri = args[:network_uri] if args.key?(:network_uri)
1248
+ @psc_network_attachment_uri = args[:psc_network_attachment_uri] if args.key?(:psc_network_attachment_uri)
1236
1249
  @service_account = args[:service_account] if args.key?(:service_account)
1237
1250
  @uri = args[:uri] if args.key?(:uri)
1238
1251
  end
@@ -2411,7 +2424,7 @@ module Google
2411
2424
  attr_accessor :endpoint
2412
2425
 
2413
2426
  # For display only. Metadata associated with a VPC firewall rule, an implied VPC
2414
- # firewall rule, or a hierarchical firewall policy rule.
2427
+ # firewall rule, or a firewall policy rule.
2415
2428
  # Corresponds to the JSON property `firewall`
2416
2429
  # @return [Google::Apis::NetworkmanagementV1::FirewallInfo]
2417
2430
  attr_accessor :firewall
@@ -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.45.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 = "20240725"
26
26
  end
27
27
  end
28
28
  end
@@ -579,6 +579,7 @@ module Google
579
579
  property :firewall_rule_type, as: 'firewallRuleType'
580
580
  property :network_uri, as: 'networkUri'
581
581
  property :policy, as: 'policy'
582
+ property :policy_uri, as: 'policyUri'
582
583
  property :priority, as: 'priority'
583
584
  collection :target_service_accounts, as: 'targetServiceAccounts'
584
585
  collection :target_tags, as: 'targetTags'
@@ -639,6 +640,7 @@ module Google
639
640
  property :internal_ip, as: 'internalIp'
640
641
  collection :network_tags, as: 'networkTags'
641
642
  property :network_uri, as: 'networkUri'
643
+ property :psc_network_attachment_uri, as: 'pscNetworkAttachmentUri'
642
644
  property :service_account, as: 'serviceAccount'
643
645
  property :uri, as: 'uri'
644
646
  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.45.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-11 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.45.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: []