google-apis-beyondcorp_v1alpha 0.47.0 → 0.49.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: ce8b7735e4f96e1394d0dab7478b79911a9828d6de54e7755dac1baed3ff736b
4
- data.tar.gz: 375d965b61cdd4440e48cfea8cb9a0e3c4a71632c9c40fa8a9b380e110dfeb29
3
+ metadata.gz: aa7dabdbca1a8de6fe98e21d75e00cd25eebd6ff7f2a2913cee1644b87dc9f1c
4
+ data.tar.gz: f7c46640f0763e5c651f2d729f73b8ea39effe9af1c03d6a144a940a5df08dc2
5
5
  SHA512:
6
- metadata.gz: '096629cfb27c0cb3d9f66f17e20b3bc5b9c4e32b427af8f3d01ec0c4d923c39fdd0272e22c1ea175fac2baf3a280dd7ff5e992148b98b60d8565cd0003104697'
7
- data.tar.gz: 1d22b79557211c307e2607f950eb804d6277254ece74e89fca4d38d2f6835191bb207318e6984d9b574478b9b3931add6b359fe03ed211f2838b1fa371031746
6
+ metadata.gz: a5a7df10b99c936d17445c7411e77a3b14a8d52bd9962f11b3a3727834df95dbce3b52260f7b9a8a727762c76447e94b29df420c8f60250ed18ad4c02ea31cd8
7
+ data.tar.gz: 745207aba5c2118e1c80e7e2ffc3791b3e780a05b33287fbb837bc0ce969921d8b0021aeae940dbb278a96c6c90d70a3305eac84a8d5f610d283a652c6129be5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.49.0 (2025-06-15)
4
+
5
+ * Regenerated from discovery document revision 20250604
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.48.0 (2025-05-04)
9
+
10
+ * Regenerated using generator version 0.17.0
11
+
3
12
  ### v0.47.0 (2025-04-20)
4
13
 
5
14
  * Regenerated from discovery document revision 20250409
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/) may provide guidance rega
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -2841,7 +2841,7 @@ module Google
2841
2841
  end
2842
2842
  end
2843
2843
 
2844
- # Information about a BeyoncCorp SecurityGateway resource.
2844
+ # Information about a BeyondCorp SecurityGateway resource.
2845
2845
  class GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway
2846
2846
  include Google::Apis::Core::Hashable
2847
2847
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BeyondcorpV1alpha
18
18
  # Version of the google-apis-beyondcorp_v1alpha gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250409"
25
+ REVISION = "20250604"
26
26
  end
27
27
  end
28
28
  end
@@ -184,123 +184,6 @@ module Google
184
184
  execute_or_queue_command(command, &block)
185
185
  end
186
186
 
187
- # Returns permissions that a caller has on the specified resource. If the
188
- # resource does not exist, this will return an empty set of permissions, not a `
189
- # NOT_FOUND` error. Note: This operation is designed to be used for building
190
- # permission-aware UIs and command-line tools, not for authorization checking.
191
- # This operation may "fail open" without warning.
192
- # @param [String] resource
193
- # REQUIRED: The resource for which the policy detail is being requested. See [
194
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
195
- # appropriate value for this field.
196
- # @param [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
197
- # @param [String] fields
198
- # Selector specifying which fields to include in a partial response.
199
- # @param [String] quota_user
200
- # Available to use for quota purposes for server-side applications. Can be any
201
- # arbitrary string assigned to a user, but should not exceed 40 characters.
202
- # @param [Google::Apis::RequestOptions] options
203
- # Request-specific options
204
- #
205
- # @yield [result, err] Result & error if block supplied
206
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse] parsed result object
207
- # @yieldparam err [StandardError] error object if request failed
208
- #
209
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse]
210
- #
211
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
212
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
213
- # @raise [Google::Apis::AuthorizationError] Authorization is required
214
- def test_organization_location_global_partner_tenant_iam_permissions(resource, google_iam_v1_test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
215
- command = make_simple_command(:post, 'v1alpha/{+resource}:testIamPermissions', options)
216
- command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsRequest::Representation
217
- command.request_object = google_iam_v1_test_iam_permissions_request_object
218
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse::Representation
219
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse
220
- command.params['resource'] = resource unless resource.nil?
221
- command.query['fields'] = fields unless fields.nil?
222
- command.query['quotaUser'] = quota_user unless quota_user.nil?
223
- execute_or_queue_command(command, &block)
224
- end
225
-
226
- # Returns permissions that a caller has on the specified resource. If the
227
- # resource does not exist, this will return an empty set of permissions, not a `
228
- # NOT_FOUND` error. Note: This operation is designed to be used for building
229
- # permission-aware UIs and command-line tools, not for authorization checking.
230
- # This operation may "fail open" without warning.
231
- # @param [String] resource
232
- # REQUIRED: The resource for which the policy detail is being requested. See [
233
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
234
- # appropriate value for this field.
235
- # @param [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
236
- # @param [String] fields
237
- # Selector specifying which fields to include in a partial response.
238
- # @param [String] quota_user
239
- # Available to use for quota purposes for server-side applications. Can be any
240
- # arbitrary string assigned to a user, but should not exceed 40 characters.
241
- # @param [Google::Apis::RequestOptions] options
242
- # Request-specific options
243
- #
244
- # @yield [result, err] Result & error if block supplied
245
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse] parsed result object
246
- # @yieldparam err [StandardError] error object if request failed
247
- #
248
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse]
249
- #
250
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
251
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
252
- # @raise [Google::Apis::AuthorizationError] Authorization is required
253
- def test_organization_location_global_partner_tenant_browser_dlp_rule_iam_permissions(resource, google_iam_v1_test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
254
- command = make_simple_command(:post, 'v1alpha/{+resource}:testIamPermissions', options)
255
- command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsRequest::Representation
256
- command.request_object = google_iam_v1_test_iam_permissions_request_object
257
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse::Representation
258
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse
259
- command.params['resource'] = resource unless resource.nil?
260
- command.query['fields'] = fields unless fields.nil?
261
- command.query['quotaUser'] = quota_user unless quota_user.nil?
262
- execute_or_queue_command(command, &block)
263
- end
264
-
265
- # Returns permissions that a caller has on the specified resource. If the
266
- # resource does not exist, this will return an empty set of permissions, not a `
267
- # NOT_FOUND` error. Note: This operation is designed to be used for building
268
- # permission-aware UIs and command-line tools, not for authorization checking.
269
- # This operation may "fail open" without warning.
270
- # @param [String] resource
271
- # REQUIRED: The resource for which the policy detail is being requested. See [
272
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
273
- # appropriate value for this field.
274
- # @param [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
275
- # @param [String] fields
276
- # Selector specifying which fields to include in a partial response.
277
- # @param [String] quota_user
278
- # Available to use for quota purposes for server-side applications. Can be any
279
- # arbitrary string assigned to a user, but should not exceed 40 characters.
280
- # @param [Google::Apis::RequestOptions] options
281
- # Request-specific options
282
- #
283
- # @yield [result, err] Result & error if block supplied
284
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse] parsed result object
285
- # @yieldparam err [StandardError] error object if request failed
286
- #
287
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse]
288
- #
289
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
290
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
291
- # @raise [Google::Apis::AuthorizationError] Authorization is required
292
- def test_organization_location_global_partner_tenant_proxy_config_iam_permissions(resource, google_iam_v1_test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
293
- command = make_simple_command(:post, 'v1alpha/{+resource}:testIamPermissions', options)
294
- command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsRequest::Representation
295
- command.request_object = google_iam_v1_test_iam_permissions_request_object
296
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse::Representation
297
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse
298
- command.params['resource'] = resource unless resource.nil?
299
- command.query['fields'] = fields unless fields.nil?
300
- command.query['quotaUser'] = quota_user unless quota_user.nil?
301
- execute_or_queue_command(command, &block)
302
- end
303
-
304
187
  # Gets the value for a selected particular insight based on the provided filters.
305
188
  # Use the organization level path for fetching at org level and project level
306
189
  # path for fetching the insight value specific to a particular project.
@@ -2347,211 +2230,6 @@ module Google
2347
2230
  execute_or_queue_command(command, &block)
2348
2231
  end
2349
2232
 
2350
- # Gets the access control policy for a resource. Returns an empty policy if the
2351
- # resource exists and does not have a policy set.
2352
- # @param [String] resource
2353
- # REQUIRED: The resource for which the policy is being requested. See [Resource
2354
- # names](https://cloud.google.com/apis/design/resource_names) for the
2355
- # appropriate value for this field.
2356
- # @param [Fixnum] options_requested_policy_version
2357
- # Optional. The maximum policy version that will be used to format the policy.
2358
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
2359
- # rejected. Requests for policies with any conditional role bindings must
2360
- # specify version 3. Policies with no conditional role bindings may specify any
2361
- # valid value or leave the field unset. The policy in the response might use the
2362
- # policy version that you specified, or it might use a lower policy version. For
2363
- # example, if you specify version 3, but the policy has no conditional role
2364
- # bindings, the response uses version 1. To learn which resources support
2365
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2366
- # google.com/iam/help/conditions/resource-policies).
2367
- # @param [String] fields
2368
- # Selector specifying which fields to include in a partial response.
2369
- # @param [String] quota_user
2370
- # Available to use for quota purposes for server-side applications. Can be any
2371
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2372
- # @param [Google::Apis::RequestOptions] options
2373
- # Request-specific options
2374
- #
2375
- # @yield [result, err] Result & error if block supplied
2376
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleIamV1Policy] parsed result object
2377
- # @yieldparam err [StandardError] error object if request failed
2378
- #
2379
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleIamV1Policy]
2380
- #
2381
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2382
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2383
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2384
- def get_project_location_client_connector_service_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
2385
- command = make_simple_command(:get, 'v1alpha/{+resource}:getIamPolicy', options)
2386
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1Policy::Representation
2387
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleIamV1Policy
2388
- command.params['resource'] = resource unless resource.nil?
2389
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
2390
- command.query['fields'] = fields unless fields.nil?
2391
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2392
- execute_or_queue_command(command, &block)
2393
- end
2394
-
2395
- # Sets the access control policy on the specified resource. Replaces any
2396
- # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
2397
- # PERMISSION_DENIED` errors.
2398
- # @param [String] resource
2399
- # REQUIRED: The resource for which the policy is being specified. See [Resource
2400
- # names](https://cloud.google.com/apis/design/resource_names) for the
2401
- # appropriate value for this field.
2402
- # @param [Google::Apis::BeyondcorpV1alpha::GoogleIamV1SetIamPolicyRequest] google_iam_v1_set_iam_policy_request_object
2403
- # @param [String] fields
2404
- # Selector specifying which fields to include in a partial response.
2405
- # @param [String] quota_user
2406
- # Available to use for quota purposes for server-side applications. Can be any
2407
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2408
- # @param [Google::Apis::RequestOptions] options
2409
- # Request-specific options
2410
- #
2411
- # @yield [result, err] Result & error if block supplied
2412
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleIamV1Policy] parsed result object
2413
- # @yieldparam err [StandardError] error object if request failed
2414
- #
2415
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleIamV1Policy]
2416
- #
2417
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2418
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2419
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2420
- def set_project_location_client_connector_service_iam_policy(resource, google_iam_v1_set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2421
- command = make_simple_command(:post, 'v1alpha/{+resource}:setIamPolicy', options)
2422
- command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1SetIamPolicyRequest::Representation
2423
- command.request_object = google_iam_v1_set_iam_policy_request_object
2424
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1Policy::Representation
2425
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleIamV1Policy
2426
- command.params['resource'] = resource unless resource.nil?
2427
- command.query['fields'] = fields unless fields.nil?
2428
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2429
- execute_or_queue_command(command, &block)
2430
- end
2431
-
2432
- # Returns permissions that a caller has on the specified resource. If the
2433
- # resource does not exist, this will return an empty set of permissions, not a `
2434
- # NOT_FOUND` error. Note: This operation is designed to be used for building
2435
- # permission-aware UIs and command-line tools, not for authorization checking.
2436
- # This operation may "fail open" without warning.
2437
- # @param [String] resource
2438
- # REQUIRED: The resource for which the policy detail is being requested. See [
2439
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
2440
- # appropriate value for this field.
2441
- # @param [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
2442
- # @param [String] fields
2443
- # Selector specifying which fields to include in a partial response.
2444
- # @param [String] quota_user
2445
- # Available to use for quota purposes for server-side applications. Can be any
2446
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2447
- # @param [Google::Apis::RequestOptions] options
2448
- # Request-specific options
2449
- #
2450
- # @yield [result, err] Result & error if block supplied
2451
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse] parsed result object
2452
- # @yieldparam err [StandardError] error object if request failed
2453
- #
2454
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse]
2455
- #
2456
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2457
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2458
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2459
- def test_project_location_client_connector_service_iam_permissions(resource, google_iam_v1_test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2460
- command = make_simple_command(:post, 'v1alpha/{+resource}:testIamPermissions', options)
2461
- command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsRequest::Representation
2462
- command.request_object = google_iam_v1_test_iam_permissions_request_object
2463
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse::Representation
2464
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse
2465
- command.params['resource'] = resource unless resource.nil?
2466
- command.query['fields'] = fields unless fields.nil?
2467
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2468
- execute_or_queue_command(command, &block)
2469
- end
2470
-
2471
- # Gets the access control policy for a resource. Returns an empty policy if the
2472
- # resource exists and does not have a policy set.
2473
- # @param [String] resource
2474
- # REQUIRED: The resource for which the policy is being requested. See [Resource
2475
- # names](https://cloud.google.com/apis/design/resource_names) for the
2476
- # appropriate value for this field.
2477
- # @param [Fixnum] options_requested_policy_version
2478
- # Optional. The maximum policy version that will be used to format the policy.
2479
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
2480
- # rejected. Requests for policies with any conditional role bindings must
2481
- # specify version 3. Policies with no conditional role bindings may specify any
2482
- # valid value or leave the field unset. The policy in the response might use the
2483
- # policy version that you specified, or it might use a lower policy version. For
2484
- # example, if you specify version 3, but the policy has no conditional role
2485
- # bindings, the response uses version 1. To learn which resources support
2486
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2487
- # google.com/iam/help/conditions/resource-policies).
2488
- # @param [String] fields
2489
- # Selector specifying which fields to include in a partial response.
2490
- # @param [String] quota_user
2491
- # Available to use for quota purposes for server-side applications. Can be any
2492
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2493
- # @param [Google::Apis::RequestOptions] options
2494
- # Request-specific options
2495
- #
2496
- # @yield [result, err] Result & error if block supplied
2497
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleIamV1Policy] parsed result object
2498
- # @yieldparam err [StandardError] error object if request failed
2499
- #
2500
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleIamV1Policy]
2501
- #
2502
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2503
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2504
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2505
- def get_project_location_client_gateway_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
2506
- command = make_simple_command(:get, 'v1alpha/{+resource}:getIamPolicy', options)
2507
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1Policy::Representation
2508
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleIamV1Policy
2509
- command.params['resource'] = resource unless resource.nil?
2510
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
2511
- command.query['fields'] = fields unless fields.nil?
2512
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2513
- execute_or_queue_command(command, &block)
2514
- end
2515
-
2516
- # Returns permissions that a caller has on the specified resource. If the
2517
- # resource does not exist, this will return an empty set of permissions, not a `
2518
- # NOT_FOUND` error. Note: This operation is designed to be used for building
2519
- # permission-aware UIs and command-line tools, not for authorization checking.
2520
- # This operation may "fail open" without warning.
2521
- # @param [String] resource
2522
- # REQUIRED: The resource for which the policy detail is being requested. See [
2523
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
2524
- # appropriate value for this field.
2525
- # @param [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
2526
- # @param [String] fields
2527
- # Selector specifying which fields to include in a partial response.
2528
- # @param [String] quota_user
2529
- # Available to use for quota purposes for server-side applications. Can be any
2530
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2531
- # @param [Google::Apis::RequestOptions] options
2532
- # Request-specific options
2533
- #
2534
- # @yield [result, err] Result & error if block supplied
2535
- # @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse] parsed result object
2536
- # @yieldparam err [StandardError] error object if request failed
2537
- #
2538
- # @return [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse]
2539
- #
2540
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2541
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2542
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2543
- def test_project_location_client_gateway_iam_permissions(resource, google_iam_v1_test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2544
- command = make_simple_command(:post, 'v1alpha/{+resource}:testIamPermissions', options)
2545
- command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsRequest::Representation
2546
- command.request_object = google_iam_v1_test_iam_permissions_request_object
2547
- command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse::Representation
2548
- command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse
2549
- command.params['resource'] = resource unless resource.nil?
2550
- command.query['fields'] = fields unless fields.nil?
2551
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2552
- execute_or_queue_command(command, &block)
2553
- end
2554
-
2555
2233
  # Creates a new Connection in a given project and location.
2556
2234
  # @param [String] parent
2557
2235
  # Required. The resource project name of the connection location using the form:
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-20 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-beyondcorp_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.47.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.49.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for BeyondCorp API V1alpha
79
79
  test_files: []