google-apis-networkmanagement_v1 0.59.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/networkmanagement_v1/classes.rb +19 -6
- data/lib/google/apis/networkmanagement_v1/gem_version.rb +3 -3
- data/lib/google/apis/networkmanagement_v1/representations.rb +2 -0
- data/lib/google/apis/networkmanagement_v1/service.rb +14 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb6b8de8ce3ebed9e2c1d74810797fc9e4937870c06d2471e69a9e80a0ade2a6
|
4
|
+
data.tar.gz: 4048b581e3630e7fc8481ab4d27d9dfa0329fbb1725af87143f44ca4547aab64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec1a19e2224cbdb744ae2acc00ecd2358362df47113e2a76de5c3228f82d826e21d56e3b7f1ecea7ca3bf38076ec1229d7d523a9145a1e553c8884960133c042
|
7
|
+
data.tar.gz: 33349b3f76c784a1c96a492580e413458934933a8bcec871fdbd2f511c228381ded5f8254e3cc329780e4a29cfd75ee23dab6582f6d587fd8041e61aa45787a5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
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
|
+
|
7
|
+
### v0.60.0 (2025-05-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250521
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.59.0 (2025-05-04)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250423
|
@@ -580,6 +580,11 @@ module Google
|
|
580
580
|
class DeliverInfo
|
581
581
|
include Google::Apis::Core::Hashable
|
582
582
|
|
583
|
+
# Recognized type of a Google Service the packet is delivered to (if applicable).
|
584
|
+
# Corresponds to the JSON property `googleServiceType`
|
585
|
+
# @return [String]
|
586
|
+
attr_accessor :google_service_type
|
587
|
+
|
583
588
|
# IP address of the target (if applicable).
|
584
589
|
# Corresponds to the JSON property `ipAddress`
|
585
590
|
# @return [String]
|
@@ -611,6 +616,7 @@ module Google
|
|
611
616
|
|
612
617
|
# Update properties of this object
|
613
618
|
def update!(**args)
|
619
|
+
@google_service_type = args[:google_service_type] if args.key?(:google_service_type)
|
614
620
|
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
615
621
|
@psc_google_api_target = args[:psc_google_api_target] if args.key?(:psc_google_api_target)
|
616
622
|
@resource_uri = args[:resource_uri] if args.key?(:resource_uri)
|
@@ -1038,6 +1044,12 @@ module Google
|
|
1038
1044
|
# @return [String]
|
1039
1045
|
attr_accessor :policy
|
1040
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
|
+
|
1041
1053
|
# The URI of the firewall policy that this rule is associated with. This field
|
1042
1054
|
# is not applicable to VPC firewall rules and implied VPC firewall rules.
|
1043
1055
|
# Corresponds to the JSON property `policyUri`
|
@@ -1078,6 +1090,7 @@ module Google
|
|
1078
1090
|
@firewall_rule_type = args[:firewall_rule_type] if args.key?(:firewall_rule_type)
|
1079
1091
|
@network_uri = args[:network_uri] if args.key?(:network_uri)
|
1080
1092
|
@policy = args[:policy] if args.key?(:policy)
|
1093
|
+
@policy_priority = args[:policy_priority] if args.key?(:policy_priority)
|
1081
1094
|
@policy_uri = args[:policy_uri] if args.key?(:policy_uri)
|
1082
1095
|
@priority = args[:priority] if args.key?(:priority)
|
1083
1096
|
@target_service_accounts = args[:target_service_accounts] if args.key?(:target_service_accounts)
|
@@ -1809,8 +1822,7 @@ module Google
|
|
1809
1822
|
end
|
1810
1823
|
end
|
1811
1824
|
|
1812
|
-
# For display only. Metadata associated with a Compute Engine network.
|
1813
|
-
# 7
|
1825
|
+
# For display only. Metadata associated with a Compute Engine network.
|
1814
1826
|
class NetworkInfo
|
1815
1827
|
include Google::Apis::Core::Hashable
|
1816
1828
|
|
@@ -2862,8 +2874,7 @@ module Google
|
|
2862
2874
|
# @return [Google::Apis::NetworkmanagementV1::NatInfo]
|
2863
2875
|
attr_accessor :nat
|
2864
2876
|
|
2865
|
-
# For display only. Metadata associated with a Compute Engine network.
|
2866
|
-
# 7
|
2877
|
+
# For display only. Metadata associated with a Compute Engine network.
|
2867
2878
|
# Corresponds to the JSON property `network`
|
2868
2879
|
# @return [Google::Apis::NetworkmanagementV1::NetworkInfo]
|
2869
2880
|
attr_accessor :network
|
@@ -3162,8 +3173,10 @@ module Google
|
|
3162
3173
|
# @return [Array<String>]
|
3163
3174
|
attr_accessor :metadata_fields
|
3164
3175
|
|
3165
|
-
# Identifier. Unique name of the configuration using the
|
3166
|
-
# 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``
|
3167
3180
|
# Corresponds to the JSON property `name`
|
3168
3181
|
# @return [String]
|
3169
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.
|
19
|
+
GEM_VERSION = "0.61.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250527"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -535,6 +535,7 @@ module Google
|
|
535
535
|
class DeliverInfo
|
536
536
|
# @private
|
537
537
|
class Representation < Google::Apis::Core::JsonRepresentation
|
538
|
+
property :google_service_type, as: 'googleServiceType'
|
538
539
|
property :ip_address, as: 'ipAddress'
|
539
540
|
property :psc_google_api_target, as: 'pscGoogleApiTarget'
|
540
541
|
property :resource_uri, as: 'resourceUri'
|
@@ -638,6 +639,7 @@ module Google
|
|
638
639
|
property :firewall_rule_type, as: 'firewallRuleType'
|
639
640
|
property :network_uri, as: 'networkUri'
|
640
641
|
property :policy, as: 'policy'
|
642
|
+
property :policy_priority, as: 'policyPriority'
|
641
643
|
property :policy_uri, as: 'policyUri'
|
642
644
|
property :priority, as: 'priority'
|
643
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
|
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.
|
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
|
+
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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Network Management API V1
|
79
79
|
test_files: []
|