google-apis-migrationcenter_v1alpha1 0.4.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/migrationcenter_v1alpha1/classes.rb +7 -1
- data/lib/google/apis/migrationcenter_v1alpha1/gem_version.rb +2 -2
- data/lib/google/apis/migrationcenter_v1alpha1/representations.rb +1 -0
- data/lib/google/apis/migrationcenter_v1alpha1/service.rb +0 -95
- 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: 3a5e4725187592c6a1ac512c3c97834b20ee791b0c9a397787b8e89396f7b576
|
4
|
+
data.tar.gz: a1e93406d17eaa0ae3d98e7887a83f9335ace9bd7297af8929ff2ccf756c31f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bafd2208e430d41b1917ba3170743bf4b81e4f0de3ec2e556fadb7b9a3647ef3cf6e2077651c8085ff80d943a6dfa30f4db485c4d90495d1d55b7272cc4e2cd
|
7
|
+
data.tar.gz: 7745aa59fc22629061e94cc8e4d8eab5172e6def8c1c6c0a699ac9b1483c35d40efde2e04c37c626245551e4208f3de86f768fdb2f51a5ad26b144e83c2282e6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-migrationcenter_v1alpha1
|
2
2
|
|
3
|
+
### v0.6.0 (2023-04-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230420
|
6
|
+
|
7
|
+
### v0.5.0 (2023-04-23)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230414
|
10
|
+
|
3
11
|
### v0.4.0 (2023-04-16)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230404
|
@@ -2429,7 +2429,7 @@ module Google
|
|
2429
2429
|
end
|
2430
2430
|
end
|
2431
2431
|
|
2432
|
-
# A resource that represents Google Cloud
|
2432
|
+
# A resource that represents a Google Cloud location.
|
2433
2433
|
class Location
|
2434
2434
|
include Google::Apis::Core::Hashable
|
2435
2435
|
|
@@ -4202,6 +4202,11 @@ module Google
|
|
4202
4202
|
# @return [Fixnum]
|
4203
4203
|
attr_accessor :priority
|
4204
4204
|
|
4205
|
+
# Output only. The state of the source.
|
4206
|
+
# Corresponds to the JSON property `state`
|
4207
|
+
# @return [String]
|
4208
|
+
attr_accessor :state
|
4209
|
+
|
4205
4210
|
# Data source type.
|
4206
4211
|
# Corresponds to the JSON property `type`
|
4207
4212
|
# @return [String]
|
@@ -4225,6 +4230,7 @@ module Google
|
|
4225
4230
|
@name = args[:name] if args.key?(:name)
|
4226
4231
|
@pending_frame_count = args[:pending_frame_count] if args.key?(:pending_frame_count)
|
4227
4232
|
@priority = args[:priority] if args.key?(:priority)
|
4233
|
+
@state = args[:state] if args.key?(:state)
|
4228
4234
|
@type = args[:type] if args.key?(:type)
|
4229
4235
|
@update_time = args[:update_time] if args.key?(:update_time)
|
4230
4236
|
end
|
@@ -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.6.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 = "20230420"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2148,6 +2148,7 @@ module Google
|
|
2148
2148
|
property :name, as: 'name'
|
2149
2149
|
property :pending_frame_count, as: 'pendingFrameCount'
|
2150
2150
|
property :priority, as: 'priority'
|
2151
|
+
property :state, as: 'state'
|
2151
2152
|
property :type, as: 'type'
|
2152
2153
|
property :update_time, as: 'updateTime'
|
2153
2154
|
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.6.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-30 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.6.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: []
|