google-apis-networkmanagement_v1 0.60.0 → 0.61.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: c9d7469f3e1fc0c1eede22bbadab0c17de3287e39b5ca94802b531ef14fe7562
4
- data.tar.gz: d6d1263c4b2be468f4d81dc42a2a43841f0923497d4a99ea4c4722c2cb2cf232
3
+ metadata.gz: cb6b8de8ce3ebed9e2c1d74810797fc9e4937870c06d2471e69a9e80a0ade2a6
4
+ data.tar.gz: 4048b581e3630e7fc8481ab4d27d9dfa0329fbb1725af87143f44ca4547aab64
5
5
  SHA512:
6
- metadata.gz: 9c0c2590df1583678ef7892777b83166869b2494304a7785979811aacc632c853b8432d38cd5bb215d6ff92457a0b4f79fe0c0d28f6bb2fd48f7605e350f1acf
7
- data.tar.gz: 415c04a52ec19d39c5c705061534d8585e2b3a6a6f1404cda828423b147ebf4a8bd74cc562bcc707bd32eb314e3b75e0b522b98e0f240871436cd0dce75c4c8b
6
+ metadata.gz: ec1a19e2224cbdb744ae2acc00ecd2358362df47113e2a76de5c3228f82d826e21d56e3b7f1ecea7ca3bf38076ec1229d7d523a9145a1e553c8884960133c042
7
+ data.tar.gz: 33349b3f76c784a1c96a492580e413458934933a8bcec871fdbd2f511c228381ded5f8254e3cc329780e4a29cfd75ee23dab6582f6d587fd8041e61aa45787a5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.61.0 (2025-06-01)
4
+
5
+ * Regenerated from discovery document revision 20250527
6
+
3
7
  ### v0.60.0 (2025-05-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20250521
@@ -1044,6 +1044,12 @@ module Google
1044
1044
  # @return [String]
1045
1045
  attr_accessor :policy
1046
1046
 
1047
+ # The priority of the firewall policy that this rule is associated with. This
1048
+ # field is not applicable to VPC firewall rules and implied VPC firewall rules.
1049
+ # Corresponds to the JSON property `policyPriority`
1050
+ # @return [Fixnum]
1051
+ attr_accessor :policy_priority
1052
+
1047
1053
  # The URI of the firewall policy that this rule is associated with. This field
1048
1054
  # is not applicable to VPC firewall rules and implied VPC firewall rules.
1049
1055
  # Corresponds to the JSON property `policyUri`
@@ -1084,6 +1090,7 @@ module Google
1084
1090
  @firewall_rule_type = args[:firewall_rule_type] if args.key?(:firewall_rule_type)
1085
1091
  @network_uri = args[:network_uri] if args.key?(:network_uri)
1086
1092
  @policy = args[:policy] if args.key?(:policy)
1093
+ @policy_priority = args[:policy_priority] if args.key?(:policy_priority)
1087
1094
  @policy_uri = args[:policy_uri] if args.key?(:policy_uri)
1088
1095
  @priority = args[:priority] if args.key?(:priority)
1089
1096
  @target_service_accounts = args[:target_service_accounts] if args.key?(:target_service_accounts)
@@ -3166,8 +3173,10 @@ module Google
3166
3173
  # @return [Array<String>]
3167
3174
  attr_accessor :metadata_fields
3168
3175
 
3169
- # Identifier. Unique name of the configuration using the form: `projects/`
3170
- # project_id`/locations/global/vpcFlowLogsConfigs/`vpc_flow_logs_config_id``
3176
+ # Identifier. Unique name of the configuration using one of the forms: `projects/
3177
+ # `project_id`/locations/global/vpcFlowLogsConfigs/`vpc_flow_logs_config_id`` `
3178
+ # organizations/`organization_number`/locations/global/vpcFlowLogsConfigs/`
3179
+ # vpc_flow_logs_config_id``
3171
3180
  # Corresponds to the JSON property `name`
3172
3181
  # @return [String]
3173
3182
  attr_accessor :name
@@ -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.60.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250521"
25
+ REVISION = "20250527"
26
26
  end
27
27
  end
28
28
  end
@@ -639,6 +639,7 @@ module Google
639
639
  property :firewall_rule_type, as: 'firewallRuleType'
640
640
  property :network_uri, as: 'networkUri'
641
641
  property :policy, as: 'policy'
642
+ property :policy_priority, as: 'policyPriority'
642
643
  property :policy_uri, as: 'policyUri'
643
644
  property :priority, as: 'priority'
644
645
  collection :target_service_accounts, as: 'targetServiceAccounts'
@@ -652,7 +652,8 @@ module Google
652
652
  # * create_time * update_time * labels * description
653
653
  # @param [String] parent
654
654
  # Required. The parent resource of the VPC Flow Logs configuration to create: `
655
- # projects/`project_id`/locations/global`
655
+ # projects/`project_id`/locations/global` `organizations/`organization_id`/
656
+ # locations/global`
656
657
  # @param [Google::Apis::NetworkmanagementV1::VpcFlowLogsConfig] vpc_flow_logs_config_object
657
658
  # @param [String] vpc_flow_logs_config_id
658
659
  # Required. ID of the `VpcFlowLogsConfig`.
@@ -688,8 +689,10 @@ module Google
688
689
 
689
690
  # Deletes a specific `VpcFlowLogsConfig`.
690
691
  # @param [String] name
691
- # Required. `VpcFlowLogsConfig` resource name using the form: `projects/`
692
- # project_id`/locations/global/vpcFlowLogsConfigs/`vpc_flow_logs_config``
692
+ # Required. `VpcFlowLogsConfig` resource name using one of the form: `projects/`
693
+ # project_id`/locations/global/vpcFlowLogsConfigs/`vpc_flow_logs_config` `
694
+ # organizations/`organization_id`/locations/global/vpcFlowLogsConfigs/`
695
+ # vpc_flow_logs_config``
693
696
  # @param [String] fields
694
697
  # Selector specifying which fields to include in a partial response.
695
698
  # @param [String] quota_user
@@ -720,7 +723,9 @@ module Google
720
723
  # Gets the details of a specific `VpcFlowLogsConfig`.
721
724
  # @param [String] name
722
725
  # Required. `VpcFlowLogsConfig` resource name using the form: `projects/`
723
- # project_id`/locations/global/vpcFlowLogsConfigs/`vpc_flow_logs_config``
726
+ # project_id`/locations/global/vpcFlowLogsConfigs/`vpc_flow_logs_config`` `
727
+ # organizations/`organization_id`/locations/global/vpcFlowLogsConfigs/`
728
+ # vpc_flow_logs_config``
724
729
  # @param [String] fields
725
730
  # Selector specifying which fields to include in a partial response.
726
731
  # @param [String] quota_user
@@ -751,7 +756,7 @@ module Google
751
756
  # Lists all `VpcFlowLogsConfigs` in a given project.
752
757
  # @param [String] parent
753
758
  # Required. The parent resource of the VpcFlowLogsConfig: `projects/`project_id`/
754
- # locations/global`
759
+ # locations/global` `organizations/`organization_id`/locations/global`
755
760
  # @param [String] filter
756
761
  # Optional. Lists the `VpcFlowLogsConfigs` that match the filter expression. A
757
762
  # filter expression must use the supported [CEL logic operators] (https://cloud.
@@ -801,8 +806,10 @@ module Google
801
806
  # fields but different values for the following fields will fail as well: * name
802
807
  # * create_time * update_time * labels * description
803
808
  # @param [String] name
804
- # Identifier. Unique name of the configuration using the form: `projects/`
805
- # project_id`/locations/global/vpcFlowLogsConfigs/`vpc_flow_logs_config_id``
809
+ # Identifier. Unique name of the configuration using one of the forms: `projects/
810
+ # `project_id`/locations/global/vpcFlowLogsConfigs/`vpc_flow_logs_config_id`` `
811
+ # organizations/`organization_number`/locations/global/vpcFlowLogsConfigs/`
812
+ # vpc_flow_logs_config_id``
806
813
  # @param [Google::Apis::NetworkmanagementV1::VpcFlowLogsConfig] vpc_flow_logs_config_object
807
814
  # @param [String] update_mask
808
815
  # Required. Mask of fields to update. At least one path must be supplied in this
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.60.0
4
+ version: 0.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.61.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: