google-apis-networksecurity_v1beta1 0.69.0 → 0.70.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: 8d2eb4bdb1ac727fbae79f695b6770050babcf59180b5761fa3afca4825798d9
4
- data.tar.gz: 0a805f6e0a12ccffa130cf511afd778c8e4261a3d9bfaf694435a000f121e692
3
+ metadata.gz: 7fb31fe15583058d2acc7e7c9c6b1f6a113391b7ad06f085e83a4b0fd853be66
4
+ data.tar.gz: f31e921f246329f3f91b9cd4c60523a54a4c8592fa4817bfb9a09ae9f4eb4e7e
5
5
  SHA512:
6
- metadata.gz: 9977de66bd88150b7dedfb781c96a115fc3455be61ec3b60c66167e5bfb0f791e12b93c75de6a4136e4b6cc6c78d1f821519edfa65a60a71d095614f979340db
7
- data.tar.gz: afb619beb1f23b35cee087faf069a2b1b50927330b47baf388640389d8e47f867e5f72b192d1f11ec8331852d13c75a72d6a67c3067888da665e40c188486c36
6
+ metadata.gz: 2edc60f1b21800372d3066a0ab9b55c7fb629fd202ce61619db677744541ff5f29398776e72942db0d05f4c73013647734bf7eb68ccccf3cd92893e9172640c9
7
+ data.tar.gz: 92a93208077be7d91ae5f73048cbf82a89c2a144b11b752d8a2ccd917a450d2aed027f52f92d13221e2ffc38f27231b95ca983a1485f4668bb9dda353387ee03
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networksecurity_v1beta1
2
2
 
3
+ ### v0.70.0 (2026-08-09)
4
+
5
+ * Regenerated from discovery document revision 20260729
6
+
3
7
  ### v0.69.0 (2026-07-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260707
@@ -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.69.0"
19
+ GEM_VERSION = "0.70.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 = "20260707"
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, 'v1beta1/{+parent}/firewallEndpoints', options)
580
583
  command.request_representation = Google::Apis::NetworksecurityV1beta1::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)
@@ -3524,6 +3528,9 @@ module Google
3524
3528
  # ignore the second request. This prevents clients from accidentally creating
3525
3529
  # duplicate commitments. The request ID must be a valid UUID with the exception
3526
3530
  # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
3531
+ # @param [Boolean] validate_only
3532
+ # Optional. If set, validate the request and preview the endpoint, but do not
3533
+ # actually create it.
3527
3534
  # @param [String] fields
3528
3535
  # Selector specifying which fields to include in a partial response.
3529
3536
  # @param [String] quota_user
@@ -3541,7 +3548,7 @@ module Google
3541
3548
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3542
3549
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3543
3550
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3544
- 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)
3551
+ 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)
3545
3552
  command = make_simple_command(:post, 'v1beta1/{+parent}/firewallEndpoints', options)
3546
3553
  command.request_representation = Google::Apis::NetworksecurityV1beta1::FirewallEndpoint::Representation
3547
3554
  command.request_object = firewall_endpoint_object
@@ -3550,6 +3557,7 @@ module Google
3550
3557
  command.params['parent'] = parent unless parent.nil?
3551
3558
  command.query['firewallEndpointId'] = firewall_endpoint_id unless firewall_endpoint_id.nil?
3552
3559
  command.query['requestId'] = request_id unless request_id.nil?
3560
+ command.query['validateOnly'] = validate_only unless validate_only.nil?
3553
3561
  command.query['fields'] = fields unless fields.nil?
3554
3562
  command.query['quotaUser'] = quota_user unless quota_user.nil?
3555
3563
  execute_or_queue_command(command, &block)
@@ -6093,6 +6101,12 @@ module Google
6093
6101
  # @param [String] name
6094
6102
  # Required. Name of the resource, in the form `projects/`project`/locations/`
6095
6103
  # location`/sacAttachments/`sac_attachment``.
6104
+ # @param [Boolean] ignore_partner_deletion_errors
6105
+ # Optional. If set to true, the request will delete the SAC Attachment even if
6106
+ # some steps fail (e.g. deleting the remote Symantec Location). This option is a
6107
+ # no-op for partners where it does not apply (e.g. Palo Alto Networks). WARNING:
6108
+ # Enabling this option may leave dangling resources in the Broadcom/Symantec
6109
+ # customer portal that requires manual cleanup.
6096
6110
  # @param [String] request_id
6097
6111
  # Optional. An optional request ID to identify requests. Specify a unique
6098
6112
  # request ID so that if you must retry your request, the server will know to
@@ -6121,11 +6135,12 @@ module Google
6121
6135
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
6122
6136
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6123
6137
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6124
- def delete_project_location_sac_attachment(name, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
6138
+ def delete_project_location_sac_attachment(name, ignore_partner_deletion_errors: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
6125
6139
  command = make_simple_command(:delete, 'v1beta1/{+name}', options)
6126
6140
  command.response_representation = Google::Apis::NetworksecurityV1beta1::Operation::Representation
6127
6141
  command.response_class = Google::Apis::NetworksecurityV1beta1::Operation
6128
6142
  command.params['name'] = name unless name.nil?
6143
+ command.query['ignorePartnerDeletionErrors'] = ignore_partner_deletion_errors unless ignore_partner_deletion_errors.nil?
6129
6144
  command.query['requestId'] = request_id unless request_id.nil?
6130
6145
  command.query['fields'] = fields unless fields.nil?
6131
6146
  command.query['quotaUser'] = quota_user unless quota_user.nil?
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.69.0
4
+ version: 0.70.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.69.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.70.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: