google-apis-networksecurity_v1 0.56.0 → 0.57.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: ed7295d2a6a097e5edd4c4903de8679160a1fb573a6317735bf867ce14a80ac7
|
|
4
|
+
data.tar.gz: 1a17254706dcf1654f01025ef92280796f4b0792673486f1e2482fa387c36f6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e78a52cc8e4bdc07562bda7e4bc48141455998619540c28dcb71250299ccf99a04844bbdd343c9907cee6baa88db860ee8965f3a63d5e34e658de31969ef2d1
|
|
7
|
+
data.tar.gz: afe77c1bcc897c62c7edac463a30c50daff1b8cac472f613382f7bb98366161e97e8df0939018e7b8c8992bc7e1987a2bde87eb259f75029f8da51915f6b4c3c
|
data/CHANGELOG.md
CHANGED
|
@@ -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.57.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260729"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -558,6 +558,9 @@ module Google
|
|
|
558
558
|
# ignore the second request. This prevents clients from accidentally creating
|
|
559
559
|
# duplicate commitments. The request ID must be a valid UUID with the exception
|
|
560
560
|
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
|
561
|
+
# @param [Boolean] validate_only
|
|
562
|
+
# Optional. If set, validate the request and preview the endpoint, but do not
|
|
563
|
+
# actually create it.
|
|
561
564
|
# @param [String] fields
|
|
562
565
|
# Selector specifying which fields to include in a partial response.
|
|
563
566
|
# @param [String] quota_user
|
|
@@ -575,7 +578,7 @@ module Google
|
|
|
575
578
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
576
579
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
577
580
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
578
|
-
def create_organization_location_firewall_endpoint(parent, firewall_endpoint_object = nil, firewall_endpoint_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
581
|
+
def create_organization_location_firewall_endpoint(parent, firewall_endpoint_object = nil, firewall_endpoint_id: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
579
582
|
command = make_simple_command(:post, 'v1/{+parent}/firewallEndpoints', options)
|
|
580
583
|
command.request_representation = Google::Apis::NetworksecurityV1::FirewallEndpoint::Representation
|
|
581
584
|
command.request_object = firewall_endpoint_object
|
|
@@ -584,6 +587,7 @@ module Google
|
|
|
584
587
|
command.params['parent'] = parent unless parent.nil?
|
|
585
588
|
command.query['firewallEndpointId'] = firewall_endpoint_id unless firewall_endpoint_id.nil?
|
|
586
589
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
590
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
587
591
|
command.query['fields'] = fields unless fields.nil?
|
|
588
592
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
589
593
|
execute_or_queue_command(command, &block)
|
|
@@ -3403,6 +3407,9 @@ module Google
|
|
|
3403
3407
|
# ignore the second request. This prevents clients from accidentally creating
|
|
3404
3408
|
# duplicate commitments. The request ID must be a valid UUID with the exception
|
|
3405
3409
|
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
|
3410
|
+
# @param [Boolean] validate_only
|
|
3411
|
+
# Optional. If set, validate the request and preview the endpoint, but do not
|
|
3412
|
+
# actually create it.
|
|
3406
3413
|
# @param [String] fields
|
|
3407
3414
|
# Selector specifying which fields to include in a partial response.
|
|
3408
3415
|
# @param [String] quota_user
|
|
@@ -3420,7 +3427,7 @@ module Google
|
|
|
3420
3427
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
3421
3428
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
3422
3429
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
3423
|
-
def create_project_location_firewall_endpoint(parent, firewall_endpoint_object = nil, firewall_endpoint_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
3430
|
+
def create_project_location_firewall_endpoint(parent, firewall_endpoint_object = nil, firewall_endpoint_id: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
3424
3431
|
command = make_simple_command(:post, 'v1/{+parent}/firewallEndpoints', options)
|
|
3425
3432
|
command.request_representation = Google::Apis::NetworksecurityV1::FirewallEndpoint::Representation
|
|
3426
3433
|
command.request_object = firewall_endpoint_object
|
|
@@ -3429,6 +3436,7 @@ module Google
|
|
|
3429
3436
|
command.params['parent'] = parent unless parent.nil?
|
|
3430
3437
|
command.query['firewallEndpointId'] = firewall_endpoint_id unless firewall_endpoint_id.nil?
|
|
3431
3438
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
3439
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
3432
3440
|
command.query['fields'] = fields unless fields.nil?
|
|
3433
3441
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
3434
3442
|
execute_or_queue_command(command, &block)
|
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.57.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.57.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:
|