google-apis-networksecurity_v1 0.46.0 → 0.48.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 +8 -0
- data/lib/google/apis/networksecurity_v1/classes.rb +7 -0
- data/lib/google/apis/networksecurity_v1/gem_version.rb +2 -2
- data/lib/google/apis/networksecurity_v1/representations.rb +1 -0
- data/lib/google/apis/networksecurity_v1/service.rb +21 -17
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46065746dd02ed0a67b62a32134bdd1ffb6880d6eb7f0bca4e6cf27162081743
|
|
4
|
+
data.tar.gz: e8c7c919175cb02b1ca36aefe5fe9274c102a3546e06d1556a99d5fc381d3be3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfff316a566d3c6e0efe33f27f028894c8a2e532f33cc83e35c645ee719336e0f754bbf5d74869478057cd124f8e5ca8481bf70a68937b0292c751bcb607af2e
|
|
7
|
+
data.tar.gz: 0e0b68c43389ad9c6ac84d274ea284da54181f1d1e550a2ac174bfc91e8d5e06f099d5a92fec7a41417a0b642d906a5ccf2eedb40a730351f84c133003d3e3c9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-networksecurity_v1
|
|
2
2
|
|
|
3
|
+
### v0.48.0 (2026-02-08)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260131
|
|
6
|
+
|
|
7
|
+
### v0.47.0 (2026-02-01)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260125
|
|
10
|
+
|
|
3
11
|
### v0.46.0 (2025-12-14)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251203
|
|
@@ -3735,6 +3735,12 @@ module Google
|
|
|
3735
3735
|
# @return [String]
|
|
3736
3736
|
attr_accessor :state
|
|
3737
3737
|
|
|
3738
|
+
# Immutable. The type of the endpoint group. If left unspecified, defaults to
|
|
3739
|
+
# DIRECT.
|
|
3740
|
+
# Corresponds to the JSON property `type`
|
|
3741
|
+
# @return [String]
|
|
3742
|
+
attr_accessor :type
|
|
3743
|
+
|
|
3738
3744
|
# Output only. The timestamp when the resource was most recently updated. See
|
|
3739
3745
|
# https://google.aip.dev/148#timestamps.
|
|
3740
3746
|
# Corresponds to the JSON property `updateTime`
|
|
@@ -3756,6 +3762,7 @@ module Google
|
|
|
3756
3762
|
@name = args[:name] if args.key?(:name)
|
|
3757
3763
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
|
3758
3764
|
@state = args[:state] if args.key?(:state)
|
|
3765
|
+
@type = args[:type] if args.key?(:type)
|
|
3759
3766
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
3760
3767
|
end
|
|
3761
3768
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworksecurityV1
|
|
18
18
|
# Version of the google-apis-networksecurity_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.48.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 = "
|
|
25
|
+
REVISION = "20260131"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -414,7 +414,7 @@ module Google
|
|
|
414
414
|
execute_or_queue_command(command, &block)
|
|
415
415
|
end
|
|
416
416
|
|
|
417
|
-
# Creates a new FirewallEndpoint in a given
|
|
417
|
+
# Creates a new FirewallEndpoint in a given organization and location.
|
|
418
418
|
# @param [String] parent
|
|
419
419
|
# Required. Value for parent.
|
|
420
420
|
# @param [Google::Apis::NetworksecurityV1::FirewallEndpoint] firewall_endpoint_object
|
|
@@ -464,7 +464,7 @@ module Google
|
|
|
464
464
|
execute_or_queue_command(command, &block)
|
|
465
465
|
end
|
|
466
466
|
|
|
467
|
-
# Deletes a single Endpoint.
|
|
467
|
+
# Deletes a single org Endpoint.
|
|
468
468
|
# @param [String] name
|
|
469
469
|
# Required. Name of the resource
|
|
470
470
|
# @param [String] request_id
|
|
@@ -506,7 +506,7 @@ module Google
|
|
|
506
506
|
execute_or_queue_command(command, &block)
|
|
507
507
|
end
|
|
508
508
|
|
|
509
|
-
# Gets details of a single Endpoint.
|
|
509
|
+
# Gets details of a single org Endpoint.
|
|
510
510
|
# @param [String] name
|
|
511
511
|
# Required. Name of the resource
|
|
512
512
|
# @param [String] fields
|
|
@@ -536,7 +536,7 @@ module Google
|
|
|
536
536
|
execute_or_queue_command(command, &block)
|
|
537
537
|
end
|
|
538
538
|
|
|
539
|
-
# Lists FirewallEndpoints in a given
|
|
539
|
+
# Lists FirewallEndpoints in a given organization and location.
|
|
540
540
|
# @param [String] parent
|
|
541
541
|
# Required. Parent value for ListEndpointsRequest
|
|
542
542
|
# @param [String] filter
|
|
@@ -579,7 +579,7 @@ module Google
|
|
|
579
579
|
execute_or_queue_command(command, &block)
|
|
580
580
|
end
|
|
581
581
|
|
|
582
|
-
# Update a single Endpoint.
|
|
582
|
+
# Update a single org Endpoint.
|
|
583
583
|
# @param [String] name
|
|
584
584
|
# Immutable. Identifier. Name of resource.
|
|
585
585
|
# @param [Google::Apis::NetworksecurityV1::FirewallEndpoint] firewall_endpoint_object
|
|
@@ -898,11 +898,11 @@ module Google
|
|
|
898
898
|
# SecurityProfileGroups should be listed, specified in the format `projects|
|
|
899
899
|
# organizations/*/locations/`location``.
|
|
900
900
|
# @param [Fixnum] page_size
|
|
901
|
-
# Maximum number of SecurityProfileGroups to return per call.
|
|
901
|
+
# Optional. Maximum number of SecurityProfileGroups to return per call.
|
|
902
902
|
# @param [String] page_token
|
|
903
|
-
# The value returned by the last `ListSecurityProfileGroupsResponse`
|
|
904
|
-
# that this is a continuation of a prior `ListSecurityProfileGroups`
|
|
905
|
-
# that the system should return the next page of data.
|
|
903
|
+
# Optional. The value returned by the last `ListSecurityProfileGroupsResponse`
|
|
904
|
+
# Indicates that this is a continuation of a prior `ListSecurityProfileGroups`
|
|
905
|
+
# call, and that the system should return the next page of data.
|
|
906
906
|
# @param [String] fields
|
|
907
907
|
# Selector specifying which fields to include in a partial response.
|
|
908
908
|
# @param [String] quota_user
|
|
@@ -1086,11 +1086,11 @@ module Google
|
|
|
1086
1086
|
# SecurityProfiles should be listed, specified in the format `projects|
|
|
1087
1087
|
# organizations/*/locations/`location``.
|
|
1088
1088
|
# @param [Fixnum] page_size
|
|
1089
|
-
# Maximum number of SecurityProfiles to return per call.
|
|
1089
|
+
# Optional. Maximum number of SecurityProfiles to return per call.
|
|
1090
1090
|
# @param [String] page_token
|
|
1091
|
-
# The value returned by the last `ListSecurityProfilesResponse`
|
|
1092
|
-
# this is a continuation of a prior `ListSecurityProfiles` call,
|
|
1093
|
-
# system should return the next page of data.
|
|
1091
|
+
# Optional. The value returned by the last `ListSecurityProfilesResponse`
|
|
1092
|
+
# Indicates that this is a continuation of a prior `ListSecurityProfiles` call,
|
|
1093
|
+
# and that the system should return the next page of data.
|
|
1094
1094
|
# @param [String] fields
|
|
1095
1095
|
# Selector specifying which fields to include in a partial response.
|
|
1096
1096
|
# @param [String] quota_user
|
|
@@ -1191,7 +1191,11 @@ module Google
|
|
|
1191
1191
|
execute_or_queue_command(command, &block)
|
|
1192
1192
|
end
|
|
1193
1193
|
|
|
1194
|
-
# Lists information about the supported locations for this service.
|
|
1194
|
+
# Lists information about the supported locations for this service. This method
|
|
1195
|
+
# can be called in two ways: * **List all public locations:** Use the path `GET /
|
|
1196
|
+
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
|
|
1197
|
+
# projects/`project_id`/locations`. This may include public locations as well as
|
|
1198
|
+
# private or other locations specifically visible to the project.
|
|
1195
1199
|
# @param [String] name
|
|
1196
1200
|
# The resource that owns the locations collection, if applicable.
|
|
1197
1201
|
# @param [Array<String>, String] extra_location_types
|
|
@@ -3300,7 +3304,7 @@ module Google
|
|
|
3300
3304
|
execute_or_queue_command(command, &block)
|
|
3301
3305
|
end
|
|
3302
3306
|
|
|
3303
|
-
# Deletes a single Endpoint.
|
|
3307
|
+
# Deletes a single project Endpoint.
|
|
3304
3308
|
# @param [String] name
|
|
3305
3309
|
# Required. Name of the resource
|
|
3306
3310
|
# @param [String] request_id
|
|
@@ -3342,7 +3346,7 @@ module Google
|
|
|
3342
3346
|
execute_or_queue_command(command, &block)
|
|
3343
3347
|
end
|
|
3344
3348
|
|
|
3345
|
-
# Gets details of a single Endpoint.
|
|
3349
|
+
# Gets details of a single project Endpoint.
|
|
3346
3350
|
# @param [String] name
|
|
3347
3351
|
# Required. Name of the resource
|
|
3348
3352
|
# @param [String] fields
|
|
@@ -3415,7 +3419,7 @@ module Google
|
|
|
3415
3419
|
execute_or_queue_command(command, &block)
|
|
3416
3420
|
end
|
|
3417
3421
|
|
|
3418
|
-
# Update a single Endpoint.
|
|
3422
|
+
# Update a single project Endpoint.
|
|
3419
3423
|
# @param [String] name
|
|
3420
3424
|
# Immutable. Identifier. Name of resource.
|
|
3421
3425
|
# @param [Google::Apis::NetworksecurityV1::FirewallEndpoint] firewall_endpoint_object
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networksecurity_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.48.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-networksecurity_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.48.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|