google-apis-migrationcenter_v1alpha1 0.3.0 → 0.5.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: d781d6245c3387b0a9c2cfe12597e247a8b106533204df548514c8ae522d4fc6
|
4
|
+
data.tar.gz: d45d2ebb1e297ea36d242e01a1d22e57b9e5c0a1df922115a237df25e82eaeab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41c4e35508b3eddd78e3938bd33e4c63a1e8432dddae8090cd6bd17e992cc8280a4ef0811ee0f647b6ca8f80c7e5a21b4a9a949bada0db72014a9e05c129e9d3
|
7
|
+
data.tar.gz: ff6aebe10efb889aed30e31e1bf18e9b8d435bac30a26de1c7223eaae4b56d23c21c13acdfbada79bab1587538f82f1fbaa2e8fa91debf81c886194939eed697
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-migrationcenter_v1alpha1
|
2
2
|
|
3
|
+
### v0.5.0 (2023-04-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230414
|
6
|
+
|
7
|
+
### v0.4.0 (2023-04-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230404
|
10
|
+
|
3
11
|
### v0.3.0 (2023-04-02)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230324
|
@@ -501,7 +501,7 @@ module Google
|
|
501
501
|
class AssetList
|
502
502
|
include Google::Apis::Core::Hashable
|
503
503
|
|
504
|
-
# A list of asset IDs
|
504
|
+
# Required. A list of asset IDs
|
505
505
|
# Corresponds to the JSON property `assetIds`
|
506
506
|
# @return [Array<String>]
|
507
507
|
attr_accessor :asset_ids
|
@@ -1879,7 +1879,7 @@ module Google
|
|
1879
1879
|
# @return [String]
|
1880
1880
|
attr_accessor :display_name
|
1881
1881
|
|
1882
|
-
# The payload format.
|
1882
|
+
# Required. The payload format.
|
1883
1883
|
# Corresponds to the JSON property `format`
|
1884
1884
|
# @return [String]
|
1885
1885
|
attr_accessor :format
|
@@ -3395,7 +3395,7 @@ module Google
|
|
3395
3395
|
# @return [String]
|
3396
3396
|
attr_accessor :display_name
|
3397
3397
|
|
3398
|
-
# Collection of combinations of groups and preference sets.
|
3398
|
+
# Required. Collection of combinations of groups and preference sets.
|
3399
3399
|
# Corresponds to the JSON property `groupPreferencesetAssignments`
|
3400
3400
|
# @return [Array<Google::Apis::MigrationcenterV1alpha1::ReportConfigGroupPreferenceSetAssignment>]
|
3401
3401
|
attr_accessor :group_preferenceset_assignments
|
@@ -3429,12 +3429,12 @@ module Google
|
|
3429
3429
|
class ReportConfigGroupPreferenceSetAssignment
|
3430
3430
|
include Google::Apis::Core::Hashable
|
3431
3431
|
|
3432
|
-
# Name of the group.
|
3432
|
+
# Required. Name of the group.
|
3433
3433
|
# Corresponds to the JSON property `group`
|
3434
3434
|
# @return [String]
|
3435
3435
|
attr_accessor :group
|
3436
3436
|
|
3437
|
-
# Name of the Preference Set.
|
3437
|
+
# Required. Name of the Preference Set.
|
3438
3438
|
# Corresponds to the JSON property `preferenceSet`
|
3439
3439
|
# @return [String]
|
3440
3440
|
attr_accessor :preference_set
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MigrationcenterV1alpha1
|
18
18
|
# Version of the google-apis-migrationcenter_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.5.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230414"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -303,48 +303,6 @@ module Google
|
|
303
303
|
execute_or_queue_command(command, &block)
|
304
304
|
end
|
305
305
|
|
306
|
-
# Deletes an asset. Deprecated: Please use BatchDeleteAssets API instead.
|
307
|
-
# @param [String] name
|
308
|
-
# Required. Name of the resource.
|
309
|
-
# @param [String] request_id
|
310
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
311
|
-
# request ID so that if you must retry your request, the server will know to
|
312
|
-
# ignore the request if it has already been completed. The server will guarantee
|
313
|
-
# that for at least 60 minutes after the first request. For example, consider a
|
314
|
-
# situation where you make an initial request and the request times out. If you
|
315
|
-
# make the request again with the same request ID, the server can check if
|
316
|
-
# original operation with the same request ID was received, and if so, will
|
317
|
-
# ignore the second request. This prevents clients from accidentally creating
|
318
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
319
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
320
|
-
# @param [String] fields
|
321
|
-
# Selector specifying which fields to include in a partial response.
|
322
|
-
# @param [String] quota_user
|
323
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
324
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
325
|
-
# @param [Google::Apis::RequestOptions] options
|
326
|
-
# Request-specific options
|
327
|
-
#
|
328
|
-
# @yield [result, err] Result & error if block supplied
|
329
|
-
# @yieldparam result [Google::Apis::MigrationcenterV1alpha1::Operation] parsed result object
|
330
|
-
# @yieldparam err [StandardError] error object if request failed
|
331
|
-
#
|
332
|
-
# @return [Google::Apis::MigrationcenterV1alpha1::Operation]
|
333
|
-
#
|
334
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
335
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
336
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
337
|
-
def delete_project_location_asset(name, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
338
|
-
command = make_simple_command(:delete, 'v1alpha1/{+name}', options)
|
339
|
-
command.response_representation = Google::Apis::MigrationcenterV1alpha1::Operation::Representation
|
340
|
-
command.response_class = Google::Apis::MigrationcenterV1alpha1::Operation
|
341
|
-
command.params['name'] = name unless name.nil?
|
342
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
343
|
-
command.query['fields'] = fields unless fields.nil?
|
344
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
345
|
-
execute_or_queue_command(command, &block)
|
346
|
-
end
|
347
|
-
|
348
306
|
# Gets the details of an asset.
|
349
307
|
# @param [String] name
|
350
308
|
# Required. Name of the resource.
|
@@ -424,59 +382,6 @@ module Google
|
|
424
382
|
execute_or_queue_command(command, &block)
|
425
383
|
end
|
426
384
|
|
427
|
-
# Updates the parameters of an asset. Deprecated: Please use BatchUpdateAssets
|
428
|
-
# API instead.
|
429
|
-
# @param [String] name
|
430
|
-
# Output only. The full name of the asset.
|
431
|
-
# @param [Google::Apis::MigrationcenterV1alpha1::Asset] asset_object
|
432
|
-
# @param [String] request_id
|
433
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
434
|
-
# request ID so that if you must retry your request, the server will know to
|
435
|
-
# ignore the request if it has already been completed. The server will guarantee
|
436
|
-
# that for at least 60 minutes since the first request. For example, consider a
|
437
|
-
# situation where you make an initial request and the request times out. If you
|
438
|
-
# make the request again with the same request ID, the server can check if
|
439
|
-
# original operation with the same request ID was received, and if so, will
|
440
|
-
# ignore the second request. This prevents clients from accidentally creating
|
441
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
442
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
443
|
-
# @param [String] update_mask
|
444
|
-
# Required. Field mask is used to specify the fields to be overwritten in the `
|
445
|
-
# Asset` resource by the update. The values specified in the `update_mask` field
|
446
|
-
# are relative to the resource, not the full request. A field will be
|
447
|
-
# overwritten if it is in the mask. A single * value in the mask lets you to
|
448
|
-
# overwrite all fields.
|
449
|
-
# @param [String] fields
|
450
|
-
# Selector specifying which fields to include in a partial response.
|
451
|
-
# @param [String] quota_user
|
452
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
453
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
454
|
-
# @param [Google::Apis::RequestOptions] options
|
455
|
-
# Request-specific options
|
456
|
-
#
|
457
|
-
# @yield [result, err] Result & error if block supplied
|
458
|
-
# @yieldparam result [Google::Apis::MigrationcenterV1alpha1::Operation] parsed result object
|
459
|
-
# @yieldparam err [StandardError] error object if request failed
|
460
|
-
#
|
461
|
-
# @return [Google::Apis::MigrationcenterV1alpha1::Operation]
|
462
|
-
#
|
463
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
464
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
465
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
466
|
-
def patch_project_location_asset(name, asset_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
467
|
-
command = make_simple_command(:patch, 'v1alpha1/{+name}', options)
|
468
|
-
command.request_representation = Google::Apis::MigrationcenterV1alpha1::Asset::Representation
|
469
|
-
command.request_object = asset_object
|
470
|
-
command.response_representation = Google::Apis::MigrationcenterV1alpha1::Operation::Representation
|
471
|
-
command.response_class = Google::Apis::MigrationcenterV1alpha1::Operation
|
472
|
-
command.params['name'] = name unless name.nil?
|
473
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
474
|
-
command.query['updateMask'] = update_mask unless update_mask.nil?
|
475
|
-
command.query['fields'] = fields unless fields.nil?
|
476
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
477
|
-
execute_or_queue_command(command, &block)
|
478
|
-
end
|
479
|
-
|
480
385
|
# Reports a set of frames.
|
481
386
|
# @param [String] parent
|
482
387
|
# Required. Parent of the resource.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-migrationcenter_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.5.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|