google-apis-beyondcorp_v1alpha 0.45.0 → 0.46.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/beyondcorp_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/beyondcorp_v1alpha/service.rb +0 -148
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7eff188e111864baca6fa2ea629b9d4717b2ab3fb1469c56e3d0a5c7fc2a969
|
4
|
+
data.tar.gz: ba4830e645e159071cffcc377814f66869580e1ffd36590f01f38c19c81d937e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7b5b023584578abb94ee7add3177e197b2e499a1422e5bb2e491132efc49a982f5ea1d056a17d4d2d75604124a058c757931b594d0152940d71027de20e19e4
|
7
|
+
data.tar.gz: ae2c102d20996906a02999414b9c1a040a6c0b7c9d6381710145ef00cf107b6483453a76fddc68656975aef86d49a10c05ea594b27436155c0034269ff1b6092
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250319"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -54,53 +54,6 @@ module Google
|
|
54
54
|
@batch_path = 'batch'
|
55
55
|
end
|
56
56
|
|
57
|
-
# Creates a new BeyondCorp Enterprise partnerTenant in a given organization and
|
58
|
-
# can only be called by onboarded BeyondCorp Enterprise partner.
|
59
|
-
# @param [String] parent
|
60
|
-
# Required. The resource name of the parent organization using the form: `
|
61
|
-
# organizations/`organization_id`/locations/global`
|
62
|
-
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant] google_cloud_beyondcorp_partnerservices_v1alpha_partner_tenant_object
|
63
|
-
# @param [String] request_id
|
64
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
65
|
-
# request ID so that if you must retry your request, the server will know to
|
66
|
-
# ignore the request if it has already been completed. The server will guarantee
|
67
|
-
# that for at least 60 minutes since the first request. For example, consider a
|
68
|
-
# situation where you make an initial request and the request times out. If you
|
69
|
-
# make the request again with the same request ID, the server can check if
|
70
|
-
# original operation with the same request ID was received, and if so, will
|
71
|
-
# ignore the second request. This prevents clients from accidentally creating
|
72
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
73
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
74
|
-
# @param [String] fields
|
75
|
-
# Selector specifying which fields to include in a partial response.
|
76
|
-
# @param [String] quota_user
|
77
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
78
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
79
|
-
# @param [Google::Apis::RequestOptions] options
|
80
|
-
# Request-specific options
|
81
|
-
#
|
82
|
-
# @yield [result, err] Result & error if block supplied
|
83
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
84
|
-
# @yieldparam err [StandardError] error object if request failed
|
85
|
-
#
|
86
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
87
|
-
#
|
88
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
89
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
90
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
91
|
-
def create_organization_location_global_partner_tenant(parent, google_cloud_beyondcorp_partnerservices_v1alpha_partner_tenant_object = nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
92
|
-
command = make_simple_command(:post, 'v1alpha/{+parent}/partnerTenants', options)
|
93
|
-
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant::Representation
|
94
|
-
command.request_object = google_cloud_beyondcorp_partnerservices_v1alpha_partner_tenant_object
|
95
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
96
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
97
|
-
command.params['parent'] = parent unless parent.nil?
|
98
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
99
|
-
command.query['fields'] = fields unless fields.nil?
|
100
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
101
|
-
execute_or_queue_command(command, &block)
|
102
|
-
end
|
103
|
-
|
104
57
|
# Deletes a single PartnerTenant.
|
105
58
|
# @param [String] name
|
106
59
|
# Required. Name of the resource.
|
@@ -231,60 +184,6 @@ module Google
|
|
231
184
|
execute_or_queue_command(command, &block)
|
232
185
|
end
|
233
186
|
|
234
|
-
# Updates a single PartnerTenant.
|
235
|
-
# @param [String] name
|
236
|
-
# Output only. Unique resource name of the PartnerTenant. The name is ignored
|
237
|
-
# when creating PartnerTenant.
|
238
|
-
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant] google_cloud_beyondcorp_partnerservices_v1alpha_partner_tenant_object
|
239
|
-
# @param [String] request_id
|
240
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
241
|
-
# request ID so that if you must retry your request, the server will know to
|
242
|
-
# ignore the request if it has already been completed. The server will guarantee
|
243
|
-
# that for at least 60 minutes since the first request. For example, consider a
|
244
|
-
# situation where you make an initial request and the request times out. If you
|
245
|
-
# make the request again with the same request ID, the server can check if
|
246
|
-
# original operation with the same request ID was received, and if so, will
|
247
|
-
# ignore the second request. This prevents clients from accidentally creating
|
248
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
249
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
250
|
-
# @param [String] update_mask
|
251
|
-
# Required. Field mask is used to specify the fields to be overwritten in the
|
252
|
-
# PartnerTenant resource by the update. The fields specified in the update_mask
|
253
|
-
# are relative to the resource, not the full request. A field will be
|
254
|
-
# overwritten if it is in the mask. If the user does not provide a mask then all
|
255
|
-
# fields will be overwritten. Mutable fields: display_name, partner_metadata,
|
256
|
-
# group_information.
|
257
|
-
# @param [String] fields
|
258
|
-
# Selector specifying which fields to include in a partial response.
|
259
|
-
# @param [String] quota_user
|
260
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
261
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
262
|
-
# @param [Google::Apis::RequestOptions] options
|
263
|
-
# Request-specific options
|
264
|
-
#
|
265
|
-
# @yield [result, err] Result & error if block supplied
|
266
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
267
|
-
# @yieldparam err [StandardError] error object if request failed
|
268
|
-
#
|
269
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
270
|
-
#
|
271
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
272
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
273
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
274
|
-
def patch_organization_location_global_partner_tenant(name, google_cloud_beyondcorp_partnerservices_v1alpha_partner_tenant_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
275
|
-
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
276
|
-
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant::Representation
|
277
|
-
command.request_object = google_cloud_beyondcorp_partnerservices_v1alpha_partner_tenant_object
|
278
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
279
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
280
|
-
command.params['name'] = name unless name.nil?
|
281
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
282
|
-
command.query['updateMask'] = update_mask unless update_mask.nil?
|
283
|
-
command.query['fields'] = fields unless fields.nil?
|
284
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
285
|
-
execute_or_queue_command(command, &block)
|
286
|
-
end
|
287
|
-
|
288
187
|
# Returns permissions that a caller has on the specified resource. If the
|
289
188
|
# resource does not exist, this will return an empty set of permissions, not a `
|
290
189
|
# NOT_FOUND` error. Note: This operation is designed to be used for building
|
@@ -324,53 +223,6 @@ module Google
|
|
324
223
|
execute_or_queue_command(command, &block)
|
325
224
|
end
|
326
225
|
|
327
|
-
# Creates a new BrowserDlpRule in a given organization and PartnerTenant.
|
328
|
-
# @param [String] parent
|
329
|
-
# Required. The resource name of the BrowserDlpRule parent using the form: `
|
330
|
-
# organizations/`organization_id`/locations/global/partnerTenants/`
|
331
|
-
# partner_tenant_id``
|
332
|
-
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule] google_cloud_beyondcorp_partnerservices_v1alpha_browser_dlp_rule_object
|
333
|
-
# @param [String] request_id
|
334
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
335
|
-
# request ID so that if you must retry your request, the server will know to
|
336
|
-
# ignore the request if it has already been completed. The server will guarantee
|
337
|
-
# that for at least 60 minutes since the first request. For example, consider a
|
338
|
-
# situation where you make an initial request and the request times out. If you
|
339
|
-
# make the request again with the same request ID, the server can check if
|
340
|
-
# original operation with the same request ID was received, and if so, will
|
341
|
-
# ignore the second request. This prevents clients from accidentally creating
|
342
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
343
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
344
|
-
# @param [String] fields
|
345
|
-
# Selector specifying which fields to include in a partial response.
|
346
|
-
# @param [String] quota_user
|
347
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
348
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
349
|
-
# @param [Google::Apis::RequestOptions] options
|
350
|
-
# Request-specific options
|
351
|
-
#
|
352
|
-
# @yield [result, err] Result & error if block supplied
|
353
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
354
|
-
# @yieldparam err [StandardError] error object if request failed
|
355
|
-
#
|
356
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
357
|
-
#
|
358
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
359
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
360
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
361
|
-
def create_organization_location_global_partner_tenant_browser_dlp_rule(parent, google_cloud_beyondcorp_partnerservices_v1alpha_browser_dlp_rule_object = nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
362
|
-
command = make_simple_command(:post, 'v1alpha/{+parent}/browserDlpRules', options)
|
363
|
-
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule::Representation
|
364
|
-
command.request_object = google_cloud_beyondcorp_partnerservices_v1alpha_browser_dlp_rule_object
|
365
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
366
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
367
|
-
command.params['parent'] = parent unless parent.nil?
|
368
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
369
|
-
command.query['fields'] = fields unless fields.nil?
|
370
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
371
|
-
execute_or_queue_command(command, &block)
|
372
|
-
end
|
373
|
-
|
374
226
|
# Deletes an existing BrowserDlpRule.
|
375
227
|
# @param [String] name
|
376
228
|
# Required. The resource name of the BrowserDlpRule 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.
|
4
|
+
version: 0.46.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-30 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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.46.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:
|