google-apis-networksecurity_v1beta1 0.57.0 → 0.59.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: 8babc90a963e6891be888c22f84bfff8b7f72d2f29645bba57babebd5fb01951
4
- data.tar.gz: fcb96ee443307aefc49344745517103659461e887983d4b0ff0522c01e2ff843
3
+ metadata.gz: 53734103a7d8590d317e922c353ae1c1a503faecf3ea2224f2bfde43752603fd
4
+ data.tar.gz: d340b378386a1594a83ac1daece386272af3f276a71f6e9c3e56344b872bad48
5
5
  SHA512:
6
- metadata.gz: cf48700f36e89be12a97e15ea14590d0b1b2252fea8ff79d56ad03397256eeeb6026f2ff9856d6f89df25e208c1e63729a9b218115ae908a0dd49e67e5194058
7
- data.tar.gz: 5eddfd7251bd93225687ccd79f13878a90adef9d422cf9851e3c116eda16cf2a44931171a48c782beada882e875f3dda0b06b6f2512d84ebc27a59f2d5351605
6
+ metadata.gz: 44ce7317e6768121a671b7e48e106b7fbfd0470872ba611da521f52e14abd33427d5587b9b99565092f6a8a11aacfa14f502c34cbdaa56e6992397227c508bfc
7
+ data.tar.gz: fab722c4d62dd92bc062085d3ae1946203fa0d27fc79cc14d25bfb817ffa9ea996d442ae55eae13c7767613499775f0eab8868f4cf9fe874a0b9f068f128b2f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networksecurity_v1beta1
2
2
 
3
+ ### v0.59.0 (2025-12-14)
4
+
5
+ * Regenerated from discovery document revision 20251203
6
+
7
+ ### v0.58.0 (2025-10-19)
8
+
9
+ * Regenerated from discovery document revision 20251001
10
+
3
11
  ### v0.57.0 (2025-10-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20250925
@@ -1048,9 +1048,9 @@ module Google
1048
1048
  class CustomMirroringProfile
1049
1049
  include Google::Apis::Core::Hashable
1050
1050
 
1051
- # Required. The target MirroringEndpointGroup. When a mirroring rule with this
1052
- # security profile attached matches a packet, a replica will be mirrored to the
1053
- # location-local target in this group.
1051
+ # Required. Immutable. The target MirroringEndpointGroup. When a mirroring rule
1052
+ # with this security profile attached matches a packet, a replica will be
1053
+ # mirrored to the location-local target in this group.
1054
1054
  # Corresponds to the JSON property `mirroringEndpointGroup`
1055
1055
  # @return [String]
1056
1056
  attr_accessor :mirroring_endpoint_group
@@ -1107,9 +1107,9 @@ module Google
1107
1107
  end
1108
1108
 
1109
1109
  # A DNS threat detector sends DNS query logs to a _provider_ that then analyzes
1110
- # the logs to identify malicious activity in the DNS queries. By default, all
1111
- # VPC networks in your projects are included. You can exclude specific networks
1112
- # by supplying `excluded_networks`.
1110
+ # the logs to identify threat events in the DNS queries. By default, all VPC
1111
+ # networks in your projects are included. You can exclude specific networks by
1112
+ # supplying `excluded_networks`.
1113
1113
  class DnsThreatDetector
1114
1114
  include Google::Apis::Core::Hashable
1115
1115
 
@@ -1439,12 +1439,20 @@ module Google
1439
1439
  class FirewallEndpointEndpointSettings
1440
1440
  include Google::Apis::Core::Hashable
1441
1441
 
1442
+ # Optional. Immutable. Indicates whether Jumbo Frames are enabled. Default value
1443
+ # is false.
1444
+ # Corresponds to the JSON property `jumboFramesEnabled`
1445
+ # @return [Boolean]
1446
+ attr_accessor :jumbo_frames_enabled
1447
+ alias_method :jumbo_frames_enabled?, :jumbo_frames_enabled
1448
+
1442
1449
  def initialize(**args)
1443
1450
  update!(**args)
1444
1451
  end
1445
1452
 
1446
1453
  # Update properties of this object
1447
1454
  def update!(**args)
1455
+ @jumbo_frames_enabled = args[:jumbo_frames_enabled] if args.key?(:jumbo_frames_enabled)
1448
1456
  end
1449
1457
  end
1450
1458
 
@@ -3175,8 +3183,9 @@ module Google
3175
3183
  attr_accessor :operations
3176
3184
 
3177
3185
  # Unordered list. Unreachable resources. Populated when the request sets `
3178
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
3179
- # when attempting to list all resources across all supported locations.
3186
+ # ListOperationsRequest.return_partial_success` and reads across collections.
3187
+ # For example, when attempting to list all resources across all supported
3188
+ # locations.
3180
3189
  # Corresponds to the JSON property `unreachable`
3181
3190
  # @return [Array<String>]
3182
3191
  attr_accessor :unreachable
@@ -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.57.0"
19
+ GEM_VERSION = "0.59.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 = "20250925"
25
+ REVISION = "20251203"
26
26
  end
27
27
  end
28
28
  end
@@ -1114,6 +1114,7 @@ module Google
1114
1114
  class FirewallEndpointEndpointSettings
1115
1115
  # @private
1116
1116
  class Representation < Google::Apis::Core::JsonRepresentation
1117
+ property :jumbo_frames_enabled, as: 'jumboFramesEnabled'
1117
1118
  end
1118
1119
  end
1119
1120
 
@@ -747,11 +747,12 @@ module Google
747
747
  # The standard list page token.
748
748
  # @param [Boolean] return_partial_success
749
749
  # When set to `true`, operations that are reachable are returned as normal, and
750
- # those that are unreachable are returned in the [ListOperationsResponse.
751
- # unreachable] field. This can only be `true` when reading across collections e.
752
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
753
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
754
- # explicitly documented otherwise in service or product specific documentation.
750
+ # those that are unreachable are returned in the ListOperationsResponse.
751
+ # unreachable field. This can only be `true` when reading across collections.
752
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
753
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
754
+ # if set unless explicitly documented otherwise in service or product specific
755
+ # documentation.
755
756
  # @param [String] fields
756
757
  # Selector specifying which fields to include in a partial response.
757
758
  # @param [String] quota_user
@@ -1194,8 +1195,8 @@ module Google
1194
1195
  # @param [String] name
1195
1196
  # The resource that owns the locations collection, if applicable.
1196
1197
  # @param [Array<String>, String] extra_location_types
1197
- # Optional. Unless explicitly documented otherwise, don't use this unsupported
1198
- # field which is primarily intended for internal usage.
1198
+ # Optional. Do not use this field. It is unsupported and is ignored unless
1199
+ # explicitly documented otherwise. This is primarily for internal usage.
1199
1200
  # @param [String] filter
1200
1201
  # A filter to narrow down results to a preferred subset. The filtering language
1201
1202
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -3249,6 +3250,223 @@ module Google
3249
3250
  execute_or_queue_command(command, &block)
3250
3251
  end
3251
3252
 
3253
+ # Creates a new FirewallEndpoint in a given project and location.
3254
+ # @param [String] parent
3255
+ # Required. Value for parent.
3256
+ # @param [Google::Apis::NetworksecurityV1beta1::FirewallEndpoint] firewall_endpoint_object
3257
+ # @param [String] firewall_endpoint_id
3258
+ # Required. Id of the requesting object. If auto-generating Id server-side,
3259
+ # remove this field and firewall_endpoint_id from the method_signature of Create
3260
+ # RPC.
3261
+ # @param [String] request_id
3262
+ # Optional. An optional request ID to identify requests. Specify a unique
3263
+ # request ID so that if you must retry your request, the server will know to
3264
+ # ignore the request if it has already been completed. The server will guarantee
3265
+ # that for at least 60 minutes since the first request. For example, consider a
3266
+ # situation where you make an initial request and the request times out. If you
3267
+ # make the request again with the same request ID, the server can check if
3268
+ # original operation with the same request ID was received, and if so, will
3269
+ # ignore the second request. This prevents clients from accidentally creating
3270
+ # duplicate commitments. The request ID must be a valid UUID with the exception
3271
+ # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
3272
+ # @param [String] fields
3273
+ # Selector specifying which fields to include in a partial response.
3274
+ # @param [String] quota_user
3275
+ # Available to use for quota purposes for server-side applications. Can be any
3276
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3277
+ # @param [Google::Apis::RequestOptions] options
3278
+ # Request-specific options
3279
+ #
3280
+ # @yield [result, err] Result & error if block supplied
3281
+ # @yieldparam result [Google::Apis::NetworksecurityV1beta1::Operation] parsed result object
3282
+ # @yieldparam err [StandardError] error object if request failed
3283
+ #
3284
+ # @return [Google::Apis::NetworksecurityV1beta1::Operation]
3285
+ #
3286
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3287
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3288
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3289
+ 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)
3290
+ command = make_simple_command(:post, 'v1beta1/{+parent}/firewallEndpoints', options)
3291
+ command.request_representation = Google::Apis::NetworksecurityV1beta1::FirewallEndpoint::Representation
3292
+ command.request_object = firewall_endpoint_object
3293
+ command.response_representation = Google::Apis::NetworksecurityV1beta1::Operation::Representation
3294
+ command.response_class = Google::Apis::NetworksecurityV1beta1::Operation
3295
+ command.params['parent'] = parent unless parent.nil?
3296
+ command.query['firewallEndpointId'] = firewall_endpoint_id unless firewall_endpoint_id.nil?
3297
+ command.query['requestId'] = request_id unless request_id.nil?
3298
+ command.query['fields'] = fields unless fields.nil?
3299
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3300
+ execute_or_queue_command(command, &block)
3301
+ end
3302
+
3303
+ # Deletes a single Endpoint.
3304
+ # @param [String] name
3305
+ # Required. Name of the resource
3306
+ # @param [String] request_id
3307
+ # Optional. An optional request ID to identify requests. Specify a unique
3308
+ # request ID so that if you must retry your request, the server will know to
3309
+ # ignore the request if it has already been completed. The server will guarantee
3310
+ # that for at least 60 minutes after the first request. For example, consider a
3311
+ # situation where you make an initial request and the request times out. If you
3312
+ # make the request again with the same request ID, the server can check if
3313
+ # original operation with the same request ID was received, and if so, will
3314
+ # ignore the second request. This prevents clients from accidentally creating
3315
+ # duplicate commitments. The request ID must be a valid UUID with the exception
3316
+ # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
3317
+ # @param [String] fields
3318
+ # Selector specifying which fields to include in a partial response.
3319
+ # @param [String] quota_user
3320
+ # Available to use for quota purposes for server-side applications. Can be any
3321
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3322
+ # @param [Google::Apis::RequestOptions] options
3323
+ # Request-specific options
3324
+ #
3325
+ # @yield [result, err] Result & error if block supplied
3326
+ # @yieldparam result [Google::Apis::NetworksecurityV1beta1::Operation] parsed result object
3327
+ # @yieldparam err [StandardError] error object if request failed
3328
+ #
3329
+ # @return [Google::Apis::NetworksecurityV1beta1::Operation]
3330
+ #
3331
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3332
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3333
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3334
+ def delete_project_location_firewall_endpoint(name, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
3335
+ command = make_simple_command(:delete, 'v1beta1/{+name}', options)
3336
+ command.response_representation = Google::Apis::NetworksecurityV1beta1::Operation::Representation
3337
+ command.response_class = Google::Apis::NetworksecurityV1beta1::Operation
3338
+ command.params['name'] = name unless name.nil?
3339
+ command.query['requestId'] = request_id unless request_id.nil?
3340
+ command.query['fields'] = fields unless fields.nil?
3341
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3342
+ execute_or_queue_command(command, &block)
3343
+ end
3344
+
3345
+ # Gets details of a single Endpoint.
3346
+ # @param [String] name
3347
+ # Required. Name of the resource
3348
+ # @param [String] fields
3349
+ # Selector specifying which fields to include in a partial response.
3350
+ # @param [String] quota_user
3351
+ # Available to use for quota purposes for server-side applications. Can be any
3352
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3353
+ # @param [Google::Apis::RequestOptions] options
3354
+ # Request-specific options
3355
+ #
3356
+ # @yield [result, err] Result & error if block supplied
3357
+ # @yieldparam result [Google::Apis::NetworksecurityV1beta1::FirewallEndpoint] parsed result object
3358
+ # @yieldparam err [StandardError] error object if request failed
3359
+ #
3360
+ # @return [Google::Apis::NetworksecurityV1beta1::FirewallEndpoint]
3361
+ #
3362
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3363
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3364
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3365
+ def get_project_location_firewall_endpoint(name, fields: nil, quota_user: nil, options: nil, &block)
3366
+ command = make_simple_command(:get, 'v1beta1/{+name}', options)
3367
+ command.response_representation = Google::Apis::NetworksecurityV1beta1::FirewallEndpoint::Representation
3368
+ command.response_class = Google::Apis::NetworksecurityV1beta1::FirewallEndpoint
3369
+ command.params['name'] = name unless name.nil?
3370
+ command.query['fields'] = fields unless fields.nil?
3371
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3372
+ execute_or_queue_command(command, &block)
3373
+ end
3374
+
3375
+ # Lists FirewallEndpoints in a given project and location.
3376
+ # @param [String] parent
3377
+ # Required. Parent value for ListEndpointsRequest
3378
+ # @param [String] filter
3379
+ # Optional. Filtering results
3380
+ # @param [String] order_by
3381
+ # Hint for how to order the results
3382
+ # @param [Fixnum] page_size
3383
+ # Optional. Requested page size. Server may return fewer items than requested.
3384
+ # If unspecified, server will pick an appropriate default.
3385
+ # @param [String] page_token
3386
+ # A token identifying a page of results the server should return.
3387
+ # @param [String] fields
3388
+ # Selector specifying which fields to include in a partial response.
3389
+ # @param [String] quota_user
3390
+ # Available to use for quota purposes for server-side applications. Can be any
3391
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3392
+ # @param [Google::Apis::RequestOptions] options
3393
+ # Request-specific options
3394
+ #
3395
+ # @yield [result, err] Result & error if block supplied
3396
+ # @yieldparam result [Google::Apis::NetworksecurityV1beta1::ListFirewallEndpointsResponse] parsed result object
3397
+ # @yieldparam err [StandardError] error object if request failed
3398
+ #
3399
+ # @return [Google::Apis::NetworksecurityV1beta1::ListFirewallEndpointsResponse]
3400
+ #
3401
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3402
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3403
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3404
+ def list_project_location_firewall_endpoints(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3405
+ command = make_simple_command(:get, 'v1beta1/{+parent}/firewallEndpoints', options)
3406
+ command.response_representation = Google::Apis::NetworksecurityV1beta1::ListFirewallEndpointsResponse::Representation
3407
+ command.response_class = Google::Apis::NetworksecurityV1beta1::ListFirewallEndpointsResponse
3408
+ command.params['parent'] = parent unless parent.nil?
3409
+ command.query['filter'] = filter unless filter.nil?
3410
+ command.query['orderBy'] = order_by unless order_by.nil?
3411
+ command.query['pageSize'] = page_size unless page_size.nil?
3412
+ command.query['pageToken'] = page_token unless page_token.nil?
3413
+ command.query['fields'] = fields unless fields.nil?
3414
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3415
+ execute_or_queue_command(command, &block)
3416
+ end
3417
+
3418
+ # Update a single Endpoint.
3419
+ # @param [String] name
3420
+ # Immutable. Identifier. Name of resource.
3421
+ # @param [Google::Apis::NetworksecurityV1beta1::FirewallEndpoint] firewall_endpoint_object
3422
+ # @param [String] request_id
3423
+ # Optional. An optional request ID to identify requests. Specify a unique
3424
+ # request ID so that if you must retry your request, the server will know to
3425
+ # ignore the request if it has already been completed. The server will guarantee
3426
+ # that for at least 60 minutes since the first request. For example, consider a
3427
+ # situation where you make an initial request and the request times out. If you
3428
+ # make the request again with the same request ID, the server can check if
3429
+ # original operation with the same request ID was received, and if so, will
3430
+ # ignore the second request. This prevents clients from accidentally creating
3431
+ # duplicate commitments. The request ID must be a valid UUID with the exception
3432
+ # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
3433
+ # @param [String] update_mask
3434
+ # Required. Field mask is used to specify the fields to be overwritten in the
3435
+ # Endpoint resource by the update. The fields specified in the update_mask are
3436
+ # relative to the resource, not the full request. A field will be overwritten if
3437
+ # it is in the mask. If the user does not provide a mask then all fields will be
3438
+ # overwritten.
3439
+ # @param [String] fields
3440
+ # Selector specifying which fields to include in a partial response.
3441
+ # @param [String] quota_user
3442
+ # Available to use for quota purposes for server-side applications. Can be any
3443
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3444
+ # @param [Google::Apis::RequestOptions] options
3445
+ # Request-specific options
3446
+ #
3447
+ # @yield [result, err] Result & error if block supplied
3448
+ # @yieldparam result [Google::Apis::NetworksecurityV1beta1::Operation] parsed result object
3449
+ # @yieldparam err [StandardError] error object if request failed
3450
+ #
3451
+ # @return [Google::Apis::NetworksecurityV1beta1::Operation]
3452
+ #
3453
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3454
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3455
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3456
+ def patch_project_location_firewall_endpoint(name, firewall_endpoint_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
3457
+ command = make_simple_command(:patch, 'v1beta1/{+name}', options)
3458
+ command.request_representation = Google::Apis::NetworksecurityV1beta1::FirewallEndpoint::Representation
3459
+ command.request_object = firewall_endpoint_object
3460
+ command.response_representation = Google::Apis::NetworksecurityV1beta1::Operation::Representation
3461
+ command.response_class = Google::Apis::NetworksecurityV1beta1::Operation
3462
+ command.params['name'] = name unless name.nil?
3463
+ command.query['requestId'] = request_id unless request_id.nil?
3464
+ command.query['updateMask'] = update_mask unless update_mask.nil?
3465
+ command.query['fields'] = fields unless fields.nil?
3466
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3467
+ execute_or_queue_command(command, &block)
3468
+ end
3469
+
3252
3470
  # Creates a new GatewaySecurityPolicy in a given project and location.
3253
3471
  # @param [String] parent
3254
3472
  # Required. The parent resource of the GatewaySecurityPolicy. Must be in the
@@ -5405,11 +5623,12 @@ module Google
5405
5623
  # The standard list page token.
5406
5624
  # @param [Boolean] return_partial_success
5407
5625
  # When set to `true`, operations that are reachable are returned as normal, and
5408
- # those that are unreachable are returned in the [ListOperationsResponse.
5409
- # unreachable] field. This can only be `true` when reading across collections e.
5410
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
5411
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
5412
- # explicitly documented otherwise in service or product specific documentation.
5626
+ # those that are unreachable are returned in the ListOperationsResponse.
5627
+ # unreachable field. This can only be `true` when reading across collections.
5628
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
5629
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
5630
+ # if set unless explicitly documented otherwise in service or product specific
5631
+ # documentation.
5413
5632
  # @param [String] fields
5414
5633
  # Selector specifying which fields to include in a partial response.
5415
5634
  # @param [String] quota_user
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.57.0
4
+ version: 0.59.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.57.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.59.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: