google-apis-networksecurity_v1beta1 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9183d978083493256032e01de2b3ddcf089d7f96371bdf18343b2d26b1380e45
|
|
4
|
+
data.tar.gz: d83eaa7783b42fe24437191c36159fa0cfa161b385f6602b4379ca581634b74c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc665b921f9383799b6e3b1b740bbaeeb224f8a8f1bd3ca2b521bc18e0eab444f3ccc64c0daf1b03429e4d594e94ba4834478f7dce221f79f70c4eb25ea30a3c
|
|
7
|
+
data.tar.gz: e9c0c1dacce77520ae90a5b5ca07d31d2232685c82b6af5d8bff30e5db42ac1a79c6872d76182d06dd371013557ea135420771be7d401d0eea1419d160d2b62b
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworksecurityV1beta1
|
|
18
18
|
# Version of the google-apis-networksecurity_v1beta1 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
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::NetworksecurityV1beta1::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::NetworksecurityV1beta1::FirewallEndpoint] firewall_endpoint_object
|
|
@@ -3304,7 +3304,7 @@ module Google
|
|
|
3304
3304
|
execute_or_queue_command(command, &block)
|
|
3305
3305
|
end
|
|
3306
3306
|
|
|
3307
|
-
# Deletes a single Endpoint.
|
|
3307
|
+
# Deletes a single project Endpoint.
|
|
3308
3308
|
# @param [String] name
|
|
3309
3309
|
# Required. Name of the resource
|
|
3310
3310
|
# @param [String] request_id
|
|
@@ -3346,7 +3346,7 @@ module Google
|
|
|
3346
3346
|
execute_or_queue_command(command, &block)
|
|
3347
3347
|
end
|
|
3348
3348
|
|
|
3349
|
-
# Gets details of a single Endpoint.
|
|
3349
|
+
# Gets details of a single project Endpoint.
|
|
3350
3350
|
# @param [String] name
|
|
3351
3351
|
# Required. Name of the resource
|
|
3352
3352
|
# @param [String] fields
|
|
@@ -3419,7 +3419,7 @@ module Google
|
|
|
3419
3419
|
execute_or_queue_command(command, &block)
|
|
3420
3420
|
end
|
|
3421
3421
|
|
|
3422
|
-
# Update a single Endpoint.
|
|
3422
|
+
# Update a single project Endpoint.
|
|
3423
3423
|
# @param [String] name
|
|
3424
3424
|
# Immutable. Identifier. Name of resource.
|
|
3425
3425
|
# @param [Google::Apis::NetworksecurityV1beta1::FirewallEndpoint] firewall_endpoint_object
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networksecurity_v1beta1
|
|
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-networksecurity_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.61.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|