google-apis-migrationcenter_v1alpha1 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
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
@@ -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
|
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: []
|