Skip to content

Commit f078d69

Browse files
feat: Automated regeneration of migrationcenter v1alpha1 client (googleapis#21077)
Auto-created at 2024-12-15 10:44:22 +0000 using the toys pull request generator.
1 parent 12d8b3c commit f078d69

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

generated/google-apis-migrationcenter_v1alpha1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-migrationcenter_v1alpha1
22

3+
### v0.35.0 (2024-12-15)
4+
5+
* Regenerated from discovery document revision 20241205
6+
37
### v0.34.0 (2024-12-02)
48

59
* Regenerated from discovery document revision 20241027

generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/classes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7222,12 +7222,12 @@ def update!(**args)
72227222
class TimeZone
72237223
include Google::Apis::Core::Hashable
72247224

7225-
# IANA Time Zone Database time zone, e.g. "America/New_York".
7225+
# IANA Time Zone Database time zone. For example "America/New_York".
72267226
# Corresponds to the JSON property `id`
72277227
# @return [String]
72287228
attr_accessor :id
72297229

7230-
# Optional. IANA Time Zone Database version number, e.g. "2019a".
7230+
# Optional. IANA Time Zone Database version number. For example "2019a".
72317231
# Corresponds to the JSON property `version`
72327232
# @return [String]
72337233
attr_accessor :version

generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MigrationcenterV1alpha1
1818
# Version of the google-apis-migrationcenter_v1alpha1 gem
19-
GEM_VERSION = "0.34.0"
19+
GEM_VERSION = "0.35.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241027"
25+
REVISION = "20241205"
2626
end
2727
end
2828
end

generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,8 +1703,8 @@ def list_project_location_import_job_import_data_files(parent, filter: nil, orde
17031703
# Clients can use Operations.GetOperation or other methods to check whether the
17041704
# cancellation succeeded or whether the operation completed despite cancellation.
17051705
# On successful cancellation, the operation is not deleted; instead, it becomes
1706-
# an operation with an Operation.error value with a google.rpc.Status.code of 1,
1707-
# corresponding to `Code.CANCELLED`.
1706+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
1707+
# , corresponding to `Code.CANCELLED`.
17081708
# @param [String] name
17091709
# The name of the operation resource to be cancelled.
17101710
# @param [Google::Apis::MigrationcenterV1alpha1::CancelOperationRequest] cancel_operation_request_object

0 commit comments

Comments
 (0)