google-apis-networkmanagement_v1 0.44.0 → 0.45.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: 03d66a72cbc4190bed030183696b7eb29689a4263bb8f01c915cb5c11285bbd4
4
- data.tar.gz: cb13054157ebee38a1f8e688af7cf32c8d541ed5b8df6ed80a778e3f87393da7
3
+ metadata.gz: 6294b7964e80c8a7ae17e1129da6e9352251e529972aa9dc7edf4803ca24181e
4
+ data.tar.gz: c456c053fb0f8a01479a9097a06fbd5e10e375d270fe21697e10c4253470dfca
5
5
  SHA512:
6
- metadata.gz: 697eb91f9f2bdcb1c400624049ccdcd0f4ca22076a3a12940f91810cfca3e72b4a8d39ffc902b4516a0ffacfd7f8518c2fe3999b0d15521f94557b89ec7d1caa
7
- data.tar.gz: ac6ec13fd7505735e2f7b42496cdfdb7e8875a06f2d259803626c333d2292ac05c6d5d8c90e75fc25de789f1ccfdeebed03f062434759cfea1b069d6b2183021
6
+ metadata.gz: 3c2bbf3860ffdca17a5b8dee4257e2de15c4da803feffdf98cba42230a4b782ad40013e5a8770028035d70feb0df4220f5736f69b563fb6f76c2fd18e4f2133d
7
+ data.tar.gz: 256f0bd0911dc07c1ca23ee0979f7e1a5de7605b7fbdd576b93335c835ce4c26b87de77398c47333702bf4571b4be523127ebdea56e867cf44be5c3da5b8f9dc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.44.0 (2024-08-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20240718
@@ -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)
@@ -2417,7 +2424,7 @@ module Google
2417
2424
  attr_accessor :endpoint
2418
2425
 
2419
2426
  # For display only. Metadata associated with a VPC firewall rule, an implied VPC
2420
- # firewall rule, or a hierarchical firewall policy rule.
2427
+ # firewall rule, or a firewall policy rule.
2421
2428
  # Corresponds to the JSON property `firewall`
2422
2429
  # @return [Google::Apis::NetworkmanagementV1::FirewallInfo]
2423
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.44.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240718"
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'
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.44.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-08-04 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.44.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: []