google-apis-beyondcorp_v1 0.36.0 → 0.37.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6789329e4e85416f00d9591fb980bae2179a035e388083377e51f83e9836ebac
|
4
|
+
data.tar.gz: 50775f7de712b533063ca57b0dedbc89222a6fe40cd43b626a904550b057c91c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 727a9ba698e305bfb8e0f7cf87c34b362ba5f2a30dca201f5e9d7bc177377f118d0956aa971d0d3f4ae20c726194e767fa48b47de773d7e06b427de8444c3ec7
|
7
|
+
data.tar.gz: 5365a564b2b23b36ebe4942c0dd6d10cec84334241c6743b622ca507db8ffbc29a1f03a94ee6dfe3f6ecdb80b28d80eac8e6b10bef93ada6d85b867b5927d3c8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-beyondcorp_v1
|
2
2
|
|
3
|
+
### v0.37.0 (2025-06-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250604
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.36.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -1853,7 +1853,7 @@ module Google
|
|
1853
1853
|
end
|
1854
1854
|
end
|
1855
1855
|
|
1856
|
-
# Information about a
|
1856
|
+
# Information about a BeyondCorp SecurityGateway resource.
|
1857
1857
|
class GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway
|
1858
1858
|
include Google::Apis::Core::Hashable
|
1859
1859
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250604"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -54,123 +54,6 @@ module Google
|
|
54
54
|
@batch_path = 'batch'
|
55
55
|
end
|
56
56
|
|
57
|
-
# Returns permissions that a caller has on the specified resource. If the
|
58
|
-
# resource does not exist, this will return an empty set of permissions, not a `
|
59
|
-
# NOT_FOUND` error. Note: This operation is designed to be used for building
|
60
|
-
# permission-aware UIs and command-line tools, not for authorization checking.
|
61
|
-
# This operation may "fail open" without warning.
|
62
|
-
# @param [String] resource
|
63
|
-
# REQUIRED: The resource for which the policy detail is being requested. See [
|
64
|
-
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
65
|
-
# appropriate value for this field.
|
66
|
-
# @param [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
|
67
|
-
# @param [String] fields
|
68
|
-
# Selector specifying which fields to include in a partial response.
|
69
|
-
# @param [String] quota_user
|
70
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
71
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
72
|
-
# @param [Google::Apis::RequestOptions] options
|
73
|
-
# Request-specific options
|
74
|
-
#
|
75
|
-
# @yield [result, err] Result & error if block supplied
|
76
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse] parsed result object
|
77
|
-
# @yieldparam err [StandardError] error object if request failed
|
78
|
-
#
|
79
|
-
# @return [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse]
|
80
|
-
#
|
81
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
82
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
83
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
84
|
-
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)
|
85
|
-
command = make_simple_command(:post, 'v1/{+resource}:testIamPermissions', options)
|
86
|
-
command.request_representation = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsRequest::Representation
|
87
|
-
command.request_object = google_iam_v1_test_iam_permissions_request_object
|
88
|
-
command.response_representation = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse::Representation
|
89
|
-
command.response_class = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse
|
90
|
-
command.params['resource'] = resource unless resource.nil?
|
91
|
-
command.query['fields'] = fields unless fields.nil?
|
92
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
93
|
-
execute_or_queue_command(command, &block)
|
94
|
-
end
|
95
|
-
|
96
|
-
# Returns permissions that a caller has on the specified resource. If the
|
97
|
-
# resource does not exist, this will return an empty set of permissions, not a `
|
98
|
-
# NOT_FOUND` error. Note: This operation is designed to be used for building
|
99
|
-
# permission-aware UIs and command-line tools, not for authorization checking.
|
100
|
-
# This operation may "fail open" without warning.
|
101
|
-
# @param [String] resource
|
102
|
-
# REQUIRED: The resource for which the policy detail is being requested. See [
|
103
|
-
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
104
|
-
# appropriate value for this field.
|
105
|
-
# @param [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
|
106
|
-
# @param [String] fields
|
107
|
-
# Selector specifying which fields to include in a partial response.
|
108
|
-
# @param [String] quota_user
|
109
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
110
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
111
|
-
# @param [Google::Apis::RequestOptions] options
|
112
|
-
# Request-specific options
|
113
|
-
#
|
114
|
-
# @yield [result, err] Result & error if block supplied
|
115
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse] parsed result object
|
116
|
-
# @yieldparam err [StandardError] error object if request failed
|
117
|
-
#
|
118
|
-
# @return [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse]
|
119
|
-
#
|
120
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
121
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
122
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
123
|
-
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)
|
124
|
-
command = make_simple_command(:post, 'v1/{+resource}:testIamPermissions', options)
|
125
|
-
command.request_representation = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsRequest::Representation
|
126
|
-
command.request_object = google_iam_v1_test_iam_permissions_request_object
|
127
|
-
command.response_representation = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse::Representation
|
128
|
-
command.response_class = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse
|
129
|
-
command.params['resource'] = resource unless resource.nil?
|
130
|
-
command.query['fields'] = fields unless fields.nil?
|
131
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
132
|
-
execute_or_queue_command(command, &block)
|
133
|
-
end
|
134
|
-
|
135
|
-
# Returns permissions that a caller has on the specified resource. If the
|
136
|
-
# resource does not exist, this will return an empty set of permissions, not a `
|
137
|
-
# NOT_FOUND` error. Note: This operation is designed to be used for building
|
138
|
-
# permission-aware UIs and command-line tools, not for authorization checking.
|
139
|
-
# This operation may "fail open" without warning.
|
140
|
-
# @param [String] resource
|
141
|
-
# REQUIRED: The resource for which the policy detail is being requested. See [
|
142
|
-
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
143
|
-
# appropriate value for this field.
|
144
|
-
# @param [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
|
145
|
-
# @param [String] fields
|
146
|
-
# Selector specifying which fields to include in a partial response.
|
147
|
-
# @param [String] quota_user
|
148
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
149
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
150
|
-
# @param [Google::Apis::RequestOptions] options
|
151
|
-
# Request-specific options
|
152
|
-
#
|
153
|
-
# @yield [result, err] Result & error if block supplied
|
154
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse] parsed result object
|
155
|
-
# @yieldparam err [StandardError] error object if request failed
|
156
|
-
#
|
157
|
-
# @return [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse]
|
158
|
-
#
|
159
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
160
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
161
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
162
|
-
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)
|
163
|
-
command = make_simple_command(:post, 'v1/{+resource}:testIamPermissions', options)
|
164
|
-
command.request_representation = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsRequest::Representation
|
165
|
-
command.request_object = google_iam_v1_test_iam_permissions_request_object
|
166
|
-
command.response_representation = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse::Representation
|
167
|
-
command.response_class = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse
|
168
|
-
command.params['resource'] = resource unless resource.nil?
|
169
|
-
command.query['fields'] = fields unless fields.nil?
|
170
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
171
|
-
execute_or_queue_command(command, &block)
|
172
|
-
end
|
173
|
-
|
174
57
|
# Starts asynchronous cancellation on a long-running operation. The server makes
|
175
58
|
# a best effort to cancel the operation, but success is not guaranteed. If the
|
176
59
|
# server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
|
@@ -1529,211 +1412,6 @@ module Google
|
|
1529
1412
|
execute_or_queue_command(command, &block)
|
1530
1413
|
end
|
1531
1414
|
|
1532
|
-
# Gets the access control policy for a resource. Returns an empty policy if the
|
1533
|
-
# resource exists and does not have a policy set.
|
1534
|
-
# @param [String] resource
|
1535
|
-
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
1536
|
-
# names](https://cloud.google.com/apis/design/resource_names) for the
|
1537
|
-
# appropriate value for this field.
|
1538
|
-
# @param [Fixnum] options_requested_policy_version
|
1539
|
-
# Optional. The maximum policy version that will be used to format the policy.
|
1540
|
-
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
1541
|
-
# rejected. Requests for policies with any conditional role bindings must
|
1542
|
-
# specify version 3. Policies with no conditional role bindings may specify any
|
1543
|
-
# valid value or leave the field unset. The policy in the response might use the
|
1544
|
-
# policy version that you specified, or it might use a lower policy version. For
|
1545
|
-
# example, if you specify version 3, but the policy has no conditional role
|
1546
|
-
# bindings, the response uses version 1. To learn which resources support
|
1547
|
-
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1548
|
-
# google.com/iam/help/conditions/resource-policies).
|
1549
|
-
# @param [String] fields
|
1550
|
-
# Selector specifying which fields to include in a partial response.
|
1551
|
-
# @param [String] quota_user
|
1552
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
1553
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1554
|
-
# @param [Google::Apis::RequestOptions] options
|
1555
|
-
# Request-specific options
|
1556
|
-
#
|
1557
|
-
# @yield [result, err] Result & error if block supplied
|
1558
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1::GoogleIamV1Policy] parsed result object
|
1559
|
-
# @yieldparam err [StandardError] error object if request failed
|
1560
|
-
#
|
1561
|
-
# @return [Google::Apis::BeyondcorpV1::GoogleIamV1Policy]
|
1562
|
-
#
|
1563
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1564
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1565
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1566
|
-
def get_project_location_client_connector_service_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1567
|
-
command = make_simple_command(:get, 'v1/{+resource}:getIamPolicy', options)
|
1568
|
-
command.response_representation = Google::Apis::BeyondcorpV1::GoogleIamV1Policy::Representation
|
1569
|
-
command.response_class = Google::Apis::BeyondcorpV1::GoogleIamV1Policy
|
1570
|
-
command.params['resource'] = resource unless resource.nil?
|
1571
|
-
command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
|
1572
|
-
command.query['fields'] = fields unless fields.nil?
|
1573
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1574
|
-
execute_or_queue_command(command, &block)
|
1575
|
-
end
|
1576
|
-
|
1577
|
-
# Sets the access control policy on the specified resource. Replaces any
|
1578
|
-
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
1579
|
-
# PERMISSION_DENIED` errors.
|
1580
|
-
# @param [String] resource
|
1581
|
-
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
1582
|
-
# names](https://cloud.google.com/apis/design/resource_names) for the
|
1583
|
-
# appropriate value for this field.
|
1584
|
-
# @param [Google::Apis::BeyondcorpV1::GoogleIamV1SetIamPolicyRequest] google_iam_v1_set_iam_policy_request_object
|
1585
|
-
# @param [String] fields
|
1586
|
-
# Selector specifying which fields to include in a partial response.
|
1587
|
-
# @param [String] quota_user
|
1588
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
1589
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1590
|
-
# @param [Google::Apis::RequestOptions] options
|
1591
|
-
# Request-specific options
|
1592
|
-
#
|
1593
|
-
# @yield [result, err] Result & error if block supplied
|
1594
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1::GoogleIamV1Policy] parsed result object
|
1595
|
-
# @yieldparam err [StandardError] error object if request failed
|
1596
|
-
#
|
1597
|
-
# @return [Google::Apis::BeyondcorpV1::GoogleIamV1Policy]
|
1598
|
-
#
|
1599
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1600
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1601
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1602
|
-
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)
|
1603
|
-
command = make_simple_command(:post, 'v1/{+resource}:setIamPolicy', options)
|
1604
|
-
command.request_representation = Google::Apis::BeyondcorpV1::GoogleIamV1SetIamPolicyRequest::Representation
|
1605
|
-
command.request_object = google_iam_v1_set_iam_policy_request_object
|
1606
|
-
command.response_representation = Google::Apis::BeyondcorpV1::GoogleIamV1Policy::Representation
|
1607
|
-
command.response_class = Google::Apis::BeyondcorpV1::GoogleIamV1Policy
|
1608
|
-
command.params['resource'] = resource unless resource.nil?
|
1609
|
-
command.query['fields'] = fields unless fields.nil?
|
1610
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1611
|
-
execute_or_queue_command(command, &block)
|
1612
|
-
end
|
1613
|
-
|
1614
|
-
# Returns permissions that a caller has on the specified resource. If the
|
1615
|
-
# resource does not exist, this will return an empty set of permissions, not a `
|
1616
|
-
# NOT_FOUND` error. Note: This operation is designed to be used for building
|
1617
|
-
# permission-aware UIs and command-line tools, not for authorization checking.
|
1618
|
-
# This operation may "fail open" without warning.
|
1619
|
-
# @param [String] resource
|
1620
|
-
# REQUIRED: The resource for which the policy detail is being requested. See [
|
1621
|
-
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
1622
|
-
# appropriate value for this field.
|
1623
|
-
# @param [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
|
1624
|
-
# @param [String] fields
|
1625
|
-
# Selector specifying which fields to include in a partial response.
|
1626
|
-
# @param [String] quota_user
|
1627
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
1628
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1629
|
-
# @param [Google::Apis::RequestOptions] options
|
1630
|
-
# Request-specific options
|
1631
|
-
#
|
1632
|
-
# @yield [result, err] Result & error if block supplied
|
1633
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse] parsed result object
|
1634
|
-
# @yieldparam err [StandardError] error object if request failed
|
1635
|
-
#
|
1636
|
-
# @return [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse]
|
1637
|
-
#
|
1638
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1639
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1640
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1641
|
-
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)
|
1642
|
-
command = make_simple_command(:post, 'v1/{+resource}:testIamPermissions', options)
|
1643
|
-
command.request_representation = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsRequest::Representation
|
1644
|
-
command.request_object = google_iam_v1_test_iam_permissions_request_object
|
1645
|
-
command.response_representation = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse::Representation
|
1646
|
-
command.response_class = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse
|
1647
|
-
command.params['resource'] = resource unless resource.nil?
|
1648
|
-
command.query['fields'] = fields unless fields.nil?
|
1649
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1650
|
-
execute_or_queue_command(command, &block)
|
1651
|
-
end
|
1652
|
-
|
1653
|
-
# Gets the access control policy for a resource. Returns an empty policy if the
|
1654
|
-
# resource exists and does not have a policy set.
|
1655
|
-
# @param [String] resource
|
1656
|
-
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
1657
|
-
# names](https://cloud.google.com/apis/design/resource_names) for the
|
1658
|
-
# appropriate value for this field.
|
1659
|
-
# @param [Fixnum] options_requested_policy_version
|
1660
|
-
# Optional. The maximum policy version that will be used to format the policy.
|
1661
|
-
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
1662
|
-
# rejected. Requests for policies with any conditional role bindings must
|
1663
|
-
# specify version 3. Policies with no conditional role bindings may specify any
|
1664
|
-
# valid value or leave the field unset. The policy in the response might use the
|
1665
|
-
# policy version that you specified, or it might use a lower policy version. For
|
1666
|
-
# example, if you specify version 3, but the policy has no conditional role
|
1667
|
-
# bindings, the response uses version 1. To learn which resources support
|
1668
|
-
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1669
|
-
# google.com/iam/help/conditions/resource-policies).
|
1670
|
-
# @param [String] fields
|
1671
|
-
# Selector specifying which fields to include in a partial response.
|
1672
|
-
# @param [String] quota_user
|
1673
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
1674
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1675
|
-
# @param [Google::Apis::RequestOptions] options
|
1676
|
-
# Request-specific options
|
1677
|
-
#
|
1678
|
-
# @yield [result, err] Result & error if block supplied
|
1679
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1::GoogleIamV1Policy] parsed result object
|
1680
|
-
# @yieldparam err [StandardError] error object if request failed
|
1681
|
-
#
|
1682
|
-
# @return [Google::Apis::BeyondcorpV1::GoogleIamV1Policy]
|
1683
|
-
#
|
1684
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1685
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1686
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1687
|
-
def get_project_location_client_gateway_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1688
|
-
command = make_simple_command(:get, 'v1/{+resource}:getIamPolicy', options)
|
1689
|
-
command.response_representation = Google::Apis::BeyondcorpV1::GoogleIamV1Policy::Representation
|
1690
|
-
command.response_class = Google::Apis::BeyondcorpV1::GoogleIamV1Policy
|
1691
|
-
command.params['resource'] = resource unless resource.nil?
|
1692
|
-
command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
|
1693
|
-
command.query['fields'] = fields unless fields.nil?
|
1694
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1695
|
-
execute_or_queue_command(command, &block)
|
1696
|
-
end
|
1697
|
-
|
1698
|
-
# Returns permissions that a caller has on the specified resource. If the
|
1699
|
-
# resource does not exist, this will return an empty set of permissions, not a `
|
1700
|
-
# NOT_FOUND` error. Note: This operation is designed to be used for building
|
1701
|
-
# permission-aware UIs and command-line tools, not for authorization checking.
|
1702
|
-
# This operation may "fail open" without warning.
|
1703
|
-
# @param [String] resource
|
1704
|
-
# REQUIRED: The resource for which the policy detail is being requested. See [
|
1705
|
-
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
1706
|
-
# appropriate value for this field.
|
1707
|
-
# @param [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
|
1708
|
-
# @param [String] fields
|
1709
|
-
# Selector specifying which fields to include in a partial response.
|
1710
|
-
# @param [String] quota_user
|
1711
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
1712
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1713
|
-
# @param [Google::Apis::RequestOptions] options
|
1714
|
-
# Request-specific options
|
1715
|
-
#
|
1716
|
-
# @yield [result, err] Result & error if block supplied
|
1717
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse] parsed result object
|
1718
|
-
# @yieldparam err [StandardError] error object if request failed
|
1719
|
-
#
|
1720
|
-
# @return [Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse]
|
1721
|
-
#
|
1722
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1723
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1724
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1725
|
-
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)
|
1726
|
-
command = make_simple_command(:post, 'v1/{+resource}:testIamPermissions', options)
|
1727
|
-
command.request_representation = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsRequest::Representation
|
1728
|
-
command.request_object = google_iam_v1_test_iam_permissions_request_object
|
1729
|
-
command.response_representation = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse::Representation
|
1730
|
-
command.response_class = Google::Apis::BeyondcorpV1::GoogleIamV1TestIamPermissionsResponse
|
1731
|
-
command.params['resource'] = resource unless resource.nil?
|
1732
|
-
command.query['fields'] = fields unless fields.nil?
|
1733
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1734
|
-
execute_or_queue_command(command, &block)
|
1735
|
-
end
|
1736
|
-
|
1737
1415
|
# Creates a new Application in a given project and location.
|
1738
1416
|
# @param [String] parent
|
1739
1417
|
# Required. The resource name of the parent SecurityGateway using the form: `
|
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.
|
4
|
+
version: 0.37.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.37.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for BeyondCorp API V1
|
79
79
|
test_files: []
|