google-apis-networksecurity_v1 0.56.0 → 0.58.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: 1634bfec73025a093d267a1341a5dc71c39c568a5a3fec71c351be149fa880cf
4
- data.tar.gz: '051951799c8f7ebbf440a132d4ea32bc5fb848e989d70465fc48f89c5cd14d43'
3
+ metadata.gz: b988d462ad90918a76651f39bfc4af70a30a3cacc03676aa92e4c64e7012b157
4
+ data.tar.gz: ac9104048ad7a6fc47cc359b9b849dd6fe77b0e3f1f1257b414b922faf4076d9
5
5
  SHA512:
6
- metadata.gz: 6c4efe60502fe3d3b3f5fe35f45a1a3593b071fb41b64094751ea7723bd57ed09ecd9cae25053418416a7b2e506946733847ca6c067d26660c14c39b82fbe8bd
7
- data.tar.gz: ed2aaed7c78262d316c91cc7c2bc9835452d4d44cc0a90022604a380dc9631a0101a76ef9941bcb7e0bc4b818974ba3d25c22df9cee0193dd40b522143643eec
6
+ metadata.gz: 5b34975b9cddb761ec12ece62d5457c735515f79b46c3b1d3d5034fa8fce32353d4a80b99ea816c9ae941586f28b103f6feb9e5b7eda66f9bf40b73b6967eb62
7
+ data.tar.gz: ab050fb9ed35c7ad9e900a57ccd8f22eaa42ec230242c551615b31ff58c4796b20ac1abdc9c09e39a570845d6eef6dde05a98ceaff9905f1a351c51446109461
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networksecurity_v1
2
2
 
3
+ ### v0.58.0 (2026-08-30)
4
+
5
+ * Regenerated from discovery document revision 20260824
6
+
7
+ ### v0.57.0 (2026-08-16)
8
+
9
+ * Regenerated from discovery document revision 20260729
10
+
3
11
  ### v0.56.0 (2026-07-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20260707
@@ -225,18 +225,20 @@ module Google
225
225
  class AuthzPolicy
226
226
  include Google::Apis::Core::Hashable
227
227
 
228
- # Required. Can be one of `ALLOW`, `DENY`, `CUSTOM`. When the action is `CUSTOM`,
229
- # `customProvider` must be specified. When the action is `ALLOW`, only requests
230
- # matching the policy will be allowed. When the action is `DENY`, only requests
231
- # matching the policy will be denied. When a request arrives, the policies are
232
- # evaluated in the following order: 1. If there is a `CUSTOM` policy that
233
- # matches the request, the `CUSTOM` policy is evaluated using the custom
234
- # authorization providers and the request is denied if the provider rejects the
235
- # request. 2. If there are any `DENY` policies that match the request, the
236
- # request is denied. 3. If there are no `ALLOW` policies for the resource or if
237
- # any of the `ALLOW` policies match the request, the request is allowed. 4. Else
238
- # the request is denied by default if none of the configured AuthzPolicies with `
239
- # ALLOW` action match the request.
228
+ # Required. Can be one of `ALLOW`, `DENY`, `CUSTOM`, `DENY_BY_DEFAULT`. When the
229
+ # action is `CUSTOM`, `customProvider` must be specified. When the action is `
230
+ # ALLOW`, only requests matching the policy will be allowed. When the action is `
231
+ # DENY`, only requests matching the policy will be denied. When the action is `
232
+ # DENY_BY_DEFAULT`, no `http_rules` or `network_rules` can be specified. When a
233
+ # request arrives, the policies are evaluated in the following order: 1. If
234
+ # there is a `CUSTOM` policy that matches the request, the `CUSTOM` policy is
235
+ # evaluated using the custom authorization providers and the request is denied
236
+ # if the provider rejects the request. 2. If there are any `DENY` policies that
237
+ # match the request, the request is denied. 3. If any of the `ALLOW` policies
238
+ # match the request, the request is allowed. 4. If a `DENY_BY_DEFAULT` policy is
239
+ # applied to the resource, the request is denied (unless it was explicitly
240
+ # allowed by a `CUSTOM` or `ALLOW` policy). 5. Else, the request is allowed by
241
+ # default if no other policies are configured.
240
242
  # Corresponds to the JSON property `action`
241
243
  # @return [String]
242
244
  attr_accessor :action
@@ -768,12 +770,12 @@ module Google
768
770
  class AuthzPolicyAuthzRuleToRequestOperationMcpMethod
769
771
  include Google::Apis::Core::Hashable
770
772
 
771
- # Required. The MCP method to match against. Allowed values are as follows: 1. `
772
- # tools`, `prompts`, `resources` - these will match against all sub methods
773
- # under the respective methods. 2. `prompts/list`, `tools/list`, `resources/list`
774
- # , `resources/templates/list` 3. `prompts/get`, `tools/call`, `resources/
775
- # subscribe`, `resources/unsubscribe`, `resources/read` Params cannot be
776
- # specified for categories 1 and 2.
773
+ # Required. The MCP method to match against. Allowed values include: 1. `tools`,
774
+ # `prompts`, `resources` - these will match against all sub methods under the
775
+ # respective methods. 2. `prompts/list`, `tools/list`, `resources/list`, `
776
+ # resources/templates/list` 3. `prompts/get`, `tools/call`, `resources/subscribe`
777
+ # , `resources/unsubscribe`, `resources/read` Params cannot be specified for
778
+ # categories 1 and 2.
777
779
  # Corresponds to the JSON property `name`
778
780
  # @return [String]
779
781
  attr_accessor :name
@@ -874,9 +876,9 @@ module Google
874
876
  # extensions must share the same load balancing scheme. Required only when
875
877
  # targeting forwarding rules. If targeting Secure Web Proxy, this field must be `
876
878
  # INTERNAL_MANAGED` or not specified. Must not be specified when targeting Agent
877
- # Gateway. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more
878
- # information, refer to [Backend services overview](https://cloud.google.com/
879
- # load-balancing/docs/backend-service).
879
+ # Gateway. Supported values include `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`.
880
+ # For more information, refer to [Backend services overview](https://cloud.
881
+ # google.com/load-balancing/docs/backend-service).
880
882
  # Corresponds to the JSON property `loadBalancingScheme`
881
883
  # @return [String]
882
884
  attr_accessor :load_balancing_scheme
@@ -4921,6 +4923,12 @@ module Google
4921
4923
  # @return [String]
4922
4924
  attr_accessor :ca_pool
4923
4925
 
4926
+ # Optional. The mode used to issue certificates (local CA signing vs direct leaf)
4927
+ # .
4928
+ # Corresponds to the JSON property `certificateIssuanceMode`
4929
+ # @return [String]
4930
+ attr_accessor :certificate_issuance_mode
4931
+
4924
4932
  # Output only. The timestamp when the resource was created.
4925
4933
  # Corresponds to the JSON property `createTime`
4926
4934
  # @return [String]
@@ -5003,6 +5011,7 @@ module Google
5003
5011
  # Update properties of this object
5004
5012
  def update!(**args)
5005
5013
  @ca_pool = args[:ca_pool] if args.key?(:ca_pool)
5014
+ @certificate_issuance_mode = args[:certificate_issuance_mode] if args.key?(:certificate_issuance_mode)
5006
5015
  @create_time = args[:create_time] if args.key?(:create_time)
5007
5016
  @custom_tls_features = args[:custom_tls_features] if args.key?(:custom_tls_features)
5008
5017
  @description = args[:description] if args.key?(:description)
@@ -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.56.0"
19
+ GEM_VERSION = "0.58.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 = "20260824"
26
26
  end
27
27
  end
28
28
  end
@@ -1980,6 +1980,7 @@ module Google
1980
1980
  # @private
1981
1981
  class Representation < Google::Apis::Core::JsonRepresentation
1982
1982
  property :ca_pool, as: 'caPool'
1983
+ property :certificate_issuance_mode, as: 'certificateIssuanceMode'
1983
1984
  property :create_time, as: 'createTime'
1984
1985
  collection :custom_tls_features, as: 'customTlsFeatures'
1985
1986
  property :description, as: 'description'
@@ -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.56.0
4
+ version: 0.58.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.56.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.58.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: