google-apis-beyondcorp_v1 0.37.0 → 0.38.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: 6789329e4e85416f00d9591fb980bae2179a035e388083377e51f83e9836ebac
4
- data.tar.gz: 50775f7de712b533063ca57b0dedbc89222a6fe40cd43b626a904550b057c91c
3
+ metadata.gz: cfc31d6ac9c55eb14a18c31b48eced5de61bbb7a21162bcf91a0bec6ac82248f
4
+ data.tar.gz: a3d8639ce92147ad2f00b01357fb15589a851cecdfda00de1aa74f70b21afe68
5
5
  SHA512:
6
- metadata.gz: 727a9ba698e305bfb8e0f7cf87c34b362ba5f2a30dca201f5e9d7bc177377f118d0956aa971d0d3f4ae20c726194e767fa48b47de773d7e06b427de8444c3ec7
7
- data.tar.gz: 5365a564b2b23b36ebe4942c0dd6d10cec84334241c6743b622ca507db8ffbc29a1f03a94ee6dfe3f6ecdb80b28d80eac8e6b10bef93ada6d85b867b5927d3c8
6
+ metadata.gz: 047f019235f027721204aafa9a95593cbea98d03d9a495009f22cf4dcf550ec7b47211381b42a4d4f18eeace32b42da9997e7502acb00efaebb7902c5a8e14e8
7
+ data.tar.gz: 1675156cfe584dc77bacd5b411b624535daaf44d98cb2d1ab4a92cae4a395af5a4fb84cd40c69c3850984465df03d174d83dc25926e16ffa63bdbc14e0f659bf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1
2
2
 
3
+ ### v0.38.0 (2025-06-29)
4
+
5
+ * Regenerated from discovery document revision 20250616
6
+
3
7
  ### v0.37.0 (2025-06-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20250604
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BeyondcorpV1
18
18
  # Version of the google-apis-beyondcorp_v1 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.38.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 = "20250604"
25
+ REVISION = "20250616"
26
26
  end
27
27
  end
28
28
  end
@@ -1412,138 +1412,6 @@ module Google
1412
1412
  execute_or_queue_command(command, &block)
1413
1413
  end
1414
1414
 
1415
- # Creates a new Application in a given project and location.
1416
- # @param [String] parent
1417
- # Required. The resource name of the parent SecurityGateway using the form: `
1418
- # projects/`project_id`/locations/global/securityGateways/`security_gateway_id``
1419
- # @param [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Application] google_cloud_beyondcorp_securitygateways_v1_application_object
1420
- # @param [String] application_id
1421
- # Optional. User-settable Application resource ID. * Must start with a letter. *
1422
- # Must contain between 4-63 characters from `/a-z-/`. * Must end with a number
1423
- # or letter.
1424
- # @param [String] request_id
1425
- # Optional. An optional request ID to identify requests. Specify a unique
1426
- # request ID so that if you must retry your request, the server will know to
1427
- # ignore request if it has already been completed. The server will guarantee
1428
- # that for at least 60 minutes since the first request.
1429
- # @param [String] fields
1430
- # Selector specifying which fields to include in a partial response.
1431
- # @param [String] quota_user
1432
- # Available to use for quota purposes for server-side applications. Can be any
1433
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1434
- # @param [Google::Apis::RequestOptions] options
1435
- # Request-specific options
1436
- #
1437
- # @yield [result, err] Result & error if block supplied
1438
- # @yieldparam result [Google::Apis::BeyondcorpV1::GoogleLongrunningOperation] parsed result object
1439
- # @yieldparam err [StandardError] error object if request failed
1440
- #
1441
- # @return [Google::Apis::BeyondcorpV1::GoogleLongrunningOperation]
1442
- #
1443
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1444
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1445
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1446
- def create_project_location_global_security_gateway_application(parent, google_cloud_beyondcorp_securitygateways_v1_application_object = nil, application_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1447
- command = make_simple_command(:post, 'v1/{+parent}/applications', options)
1448
- command.request_representation = Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Application::Representation
1449
- command.request_object = google_cloud_beyondcorp_securitygateways_v1_application_object
1450
- command.response_representation = Google::Apis::BeyondcorpV1::GoogleLongrunningOperation::Representation
1451
- command.response_class = Google::Apis::BeyondcorpV1::GoogleLongrunningOperation
1452
- command.params['parent'] = parent unless parent.nil?
1453
- command.query['applicationId'] = application_id unless application_id.nil?
1454
- command.query['requestId'] = request_id unless request_id.nil?
1455
- command.query['fields'] = fields unless fields.nil?
1456
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1457
- execute_or_queue_command(command, &block)
1458
- end
1459
-
1460
- # Updates the parameters of a single Application.
1461
- # @param [String] name
1462
- # Identifier. Name of the resource.
1463
- # @param [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Application] google_cloud_beyondcorp_securitygateways_v1_application_object
1464
- # @param [String] request_id
1465
- # Optional. An optional request ID to identify requests. Specify a unique
1466
- # request ID so that if you must retry your request, the server will know to
1467
- # ignore the request if it has already been completed. The server will guarantee
1468
- # that for at least 60 minutes after the first request. For example, consider a
1469
- # situation where you make an initial request and the request timed out. If you
1470
- # make the request again with the same request ID, the server can check if
1471
- # original operation with the same request ID was received, and if so, will
1472
- # ignore the second request. This prevents clients from accidentally creating
1473
- # duplicate commitments. The request ID must be a valid UUID with the exception
1474
- # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
1475
- # @param [String] update_mask
1476
- # Optional. Mutable fields include: display_name.
1477
- # @param [String] fields
1478
- # Selector specifying which fields to include in a partial response.
1479
- # @param [String] quota_user
1480
- # Available to use for quota purposes for server-side applications. Can be any
1481
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1482
- # @param [Google::Apis::RequestOptions] options
1483
- # Request-specific options
1484
- #
1485
- # @yield [result, err] Result & error if block supplied
1486
- # @yieldparam result [Google::Apis::BeyondcorpV1::GoogleLongrunningOperation] parsed result object
1487
- # @yieldparam err [StandardError] error object if request failed
1488
- #
1489
- # @return [Google::Apis::BeyondcorpV1::GoogleLongrunningOperation]
1490
- #
1491
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1492
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1493
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1494
- def patch_project_location_global_security_gateway_application(name, google_cloud_beyondcorp_securitygateways_v1_application_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
1495
- command = make_simple_command(:patch, 'v1/{+name}', options)
1496
- command.request_representation = Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Application::Representation
1497
- command.request_object = google_cloud_beyondcorp_securitygateways_v1_application_object
1498
- command.response_representation = Google::Apis::BeyondcorpV1::GoogleLongrunningOperation::Representation
1499
- command.response_class = Google::Apis::BeyondcorpV1::GoogleLongrunningOperation
1500
- command.params['name'] = name unless name.nil?
1501
- command.query['requestId'] = request_id unless request_id.nil?
1502
- command.query['updateMask'] = update_mask unless update_mask.nil?
1503
- command.query['fields'] = fields unless fields.nil?
1504
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1505
- execute_or_queue_command(command, &block)
1506
- end
1507
-
1508
- # Returns permissions that a caller has on the specified resource. If the
1509
- # resource does not exist, this will return an empty set of permissions, not a `
1510
- # NOT_FOUND` error. Note: This operation is designed to be used for building
1511
- # permission-aware UIs and command-line tools, not for authorization checking.
1512
- # This operation may "fail open" without warning.
1513
- # @param [String] resource
1514
- # REQUIRED: The resource for which the policy detail is being requested. See [
1515
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1516
- # appropriate value for this field.
1517
- # @param [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
1518
- # @param [String] fields
1519
- # Selector specifying which fields to include in a partial response.
1520
- # @param [String] quota_user
1521
- # Available to use for quota purposes for server-side applications. Can be any
1522
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1523
- # @param [Google::Apis::RequestOptions] options
1524
- # Request-specific options
1525
- #
1526
- # @yield [result, err] Result & error if block supplied
1527
- # @yieldparam result [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse] parsed result object
1528
- # @yieldparam err [StandardError] error object if request failed
1529
- #
1530
- # @return [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse]
1531
- #
1532
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1533
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1534
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1535
- def test_project_location_global_security_gateway_application_iam_permissions(resource, google_iam_v1_test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1536
- command = make_simple_command(:post, 'v1/{+resource}:testIamPermissions', options)
1537
- command.request_representation = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsRequest::Representation
1538
- command.request_object = google_iam_v1_test_iam_permissions_request_object
1539
- command.response_representation = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse::Representation
1540
- command.response_class = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse
1541
- command.params['resource'] = resource unless resource.nil?
1542
- command.query['fields'] = fields unless fields.nil?
1543
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1544
- execute_or_queue_command(command, &block)
1545
- end
1546
-
1547
1415
  # Starts asynchronous cancellation on a long-running operation. The server makes
1548
1416
  # a best effort to cancel the operation, but success is not guaranteed. If the
1549
1417
  # server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
@@ -2032,6 +1900,51 @@ module Google
2032
1900
  execute_or_queue_command(command, &block)
2033
1901
  end
2034
1902
 
1903
+ # Creates a new Application in a given project and location.
1904
+ # @param [String] parent
1905
+ # Required. The resource name of the parent SecurityGateway using the form: `
1906
+ # projects/`project_id`/locations/global/securityGateways/`security_gateway_id``
1907
+ # @param [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Application] google_cloud_beyondcorp_securitygateways_v1_application_object
1908
+ # @param [String] application_id
1909
+ # Optional. User-settable Application resource ID. * Must start with a letter. *
1910
+ # Must contain between 4-63 characters from `/a-z-/`. * Must end with a number
1911
+ # or letter.
1912
+ # @param [String] request_id
1913
+ # Optional. An optional request ID to identify requests. Specify a unique
1914
+ # request ID so that if you must retry your request, the server will know to
1915
+ # ignore request if it has already been completed. The server will guarantee
1916
+ # that for at least 60 minutes since the first request.
1917
+ # @param [String] fields
1918
+ # Selector specifying which fields to include in a partial response.
1919
+ # @param [String] quota_user
1920
+ # Available to use for quota purposes for server-side applications. Can be any
1921
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1922
+ # @param [Google::Apis::RequestOptions] options
1923
+ # Request-specific options
1924
+ #
1925
+ # @yield [result, err] Result & error if block supplied
1926
+ # @yieldparam result [Google::Apis::BeyondcorpV1::GoogleLongrunningOperation] parsed result object
1927
+ # @yieldparam err [StandardError] error object if request failed
1928
+ #
1929
+ # @return [Google::Apis::BeyondcorpV1::GoogleLongrunningOperation]
1930
+ #
1931
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1932
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1933
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1934
+ def create_project_location_security_gateway_application(parent, google_cloud_beyondcorp_securitygateways_v1_application_object = nil, application_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1935
+ command = make_simple_command(:post, 'v1/{+parent}/applications', options)
1936
+ command.request_representation = Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Application::Representation
1937
+ command.request_object = google_cloud_beyondcorp_securitygateways_v1_application_object
1938
+ command.response_representation = Google::Apis::BeyondcorpV1::GoogleLongrunningOperation::Representation
1939
+ command.response_class = Google::Apis::BeyondcorpV1::GoogleLongrunningOperation
1940
+ command.params['parent'] = parent unless parent.nil?
1941
+ command.query['applicationId'] = application_id unless application_id.nil?
1942
+ command.query['requestId'] = request_id unless request_id.nil?
1943
+ command.query['fields'] = fields unless fields.nil?
1944
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1945
+ execute_or_queue_command(command, &block)
1946
+ end
1947
+
2035
1948
  # Deletes a single Application.
2036
1949
  # @param [String] name
2037
1950
  # Required. Name of the resource.
@@ -2207,6 +2120,54 @@ module Google
2207
2120
  execute_or_queue_command(command, &block)
2208
2121
  end
2209
2122
 
2123
+ # Updates the parameters of a single Application.
2124
+ # @param [String] name
2125
+ # Identifier. Name of the resource.
2126
+ # @param [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Application] google_cloud_beyondcorp_securitygateways_v1_application_object
2127
+ # @param [String] request_id
2128
+ # Optional. An optional request ID to identify requests. Specify a unique
2129
+ # request ID so that if you must retry your request, the server will know to
2130
+ # ignore the request if it has already been completed. The server will guarantee
2131
+ # that for at least 60 minutes after the first request. For example, consider a
2132
+ # situation where you make an initial request and the request timed out. If you
2133
+ # make the request again with the same request ID, the server can check if
2134
+ # original operation with the same request ID was received, and if so, will
2135
+ # ignore the second request. This prevents clients from accidentally creating
2136
+ # duplicate commitments. The request ID must be a valid UUID with the exception
2137
+ # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
2138
+ # @param [String] update_mask
2139
+ # Optional. Mutable fields include: display_name.
2140
+ # @param [String] fields
2141
+ # Selector specifying which fields to include in a partial response.
2142
+ # @param [String] quota_user
2143
+ # Available to use for quota purposes for server-side applications. Can be any
2144
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2145
+ # @param [Google::Apis::RequestOptions] options
2146
+ # Request-specific options
2147
+ #
2148
+ # @yield [result, err] Result & error if block supplied
2149
+ # @yieldparam result [Google::Apis::BeyondcorpV1::GoogleLongrunningOperation] parsed result object
2150
+ # @yieldparam err [StandardError] error object if request failed
2151
+ #
2152
+ # @return [Google::Apis::BeyondcorpV1::GoogleLongrunningOperation]
2153
+ #
2154
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2155
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2156
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2157
+ def patch_project_location_security_gateway_application(name, google_cloud_beyondcorp_securitygateways_v1_application_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
2158
+ command = make_simple_command(:patch, 'v1/{+name}', options)
2159
+ command.request_representation = Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Application::Representation
2160
+ command.request_object = google_cloud_beyondcorp_securitygateways_v1_application_object
2161
+ command.response_representation = Google::Apis::BeyondcorpV1::GoogleLongrunningOperation::Representation
2162
+ command.response_class = Google::Apis::BeyondcorpV1::GoogleLongrunningOperation
2163
+ command.params['name'] = name unless name.nil?
2164
+ command.query['requestId'] = request_id unless request_id.nil?
2165
+ command.query['updateMask'] = update_mask unless update_mask.nil?
2166
+ command.query['fields'] = fields unless fields.nil?
2167
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2168
+ execute_or_queue_command(command, &block)
2169
+ end
2170
+
2210
2171
  # Sets the access control policy on the specified resource. Replaces any
2211
2172
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
2212
2173
  # PERMISSION_DENIED` errors.
@@ -2243,6 +2204,45 @@ module Google
2243
2204
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2244
2205
  execute_or_queue_command(command, &block)
2245
2206
  end
2207
+
2208
+ # Returns permissions that a caller has on the specified resource. If the
2209
+ # resource does not exist, this will return an empty set of permissions, not a `
2210
+ # NOT_FOUND` error. Note: This operation is designed to be used for building
2211
+ # permission-aware UIs and command-line tools, not for authorization checking.
2212
+ # This operation may "fail open" without warning.
2213
+ # @param [String] resource
2214
+ # REQUIRED: The resource for which the policy detail is being requested. See [
2215
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
2216
+ # appropriate value for this field.
2217
+ # @param [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
2218
+ # @param [String] fields
2219
+ # Selector specifying which fields to include in a partial response.
2220
+ # @param [String] quota_user
2221
+ # Available to use for quota purposes for server-side applications. Can be any
2222
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2223
+ # @param [Google::Apis::RequestOptions] options
2224
+ # Request-specific options
2225
+ #
2226
+ # @yield [result, err] Result & error if block supplied
2227
+ # @yieldparam result [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse] parsed result object
2228
+ # @yieldparam err [StandardError] error object if request failed
2229
+ #
2230
+ # @return [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse]
2231
+ #
2232
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2233
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2234
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2235
+ def test_project_location_security_gateway_application_iam_permissions(resource, google_iam_v1_test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2236
+ command = make_simple_command(:post, 'v1/{+resource}:testIamPermissions', options)
2237
+ command.request_representation = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsRequest::Representation
2238
+ command.request_object = google_iam_v1_test_iam_permissions_request_object
2239
+ command.response_representation = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse::Representation
2240
+ command.response_class = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse
2241
+ command.params['resource'] = resource unless resource.nil?
2242
+ command.query['fields'] = fields unless fields.nil?
2243
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2244
+ execute_or_queue_command(command, &block)
2245
+ end
2246
2246
 
2247
2247
  protected
2248
2248
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.38.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-beyondcorp_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.37.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.38.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1
62
62
  rdoc_options: []
63
63
  require_paths: