google-apis-managedidentities_v1alpha1 0.32.0 → 0.33.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: 11feb789cc37548260b6ff8efe9b1fec22b9224db79f04f7c58c1c648270d1ac
|
4
|
+
data.tar.gz: d19ffe0399d767e1d9351e5d25fa50c86ad6e89d4dd1d039102772fa5bc2ec85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a34891e20bc723dc0f61f6ddebed49beec0312aad0790aa5b316e70f05c1c8647f5c20314b370aa8994d8d10961f55735bf232272460cd62c7eaae99bd947c6
|
7
|
+
data.tar.gz: 4baa503bad16252380b63ab098684ed8d8f5f50b0562d648ff34bcfa4f0e4be46ea0e51a387cbdd6472dddf9188b555cb7a0ea048451e5ee1fa478621baa46de
|
data/CHANGELOG.md
CHANGED
@@ -619,6 +619,12 @@ module Google
|
|
619
619
|
class EnableMigrationRequest
|
620
620
|
include Google::Apis::Core::Hashable
|
621
621
|
|
622
|
+
# Optional. Period after which the migration would be auto disabled. If
|
623
|
+
# unspecified, a default timeout of 48h is used.
|
624
|
+
# Corresponds to the JSON property `enableDuration`
|
625
|
+
# @return [String]
|
626
|
+
attr_accessor :enable_duration
|
627
|
+
|
622
628
|
# Required. List of the on-prem domains to be migrated.
|
623
629
|
# Corresponds to the JSON property `migratingDomains`
|
624
630
|
# @return [Array<Google::Apis::ManagedidentitiesV1alpha1::OnPremDomainDetails>]
|
@@ -630,6 +636,7 @@ module Google
|
|
630
636
|
|
631
637
|
# Update properties of this object
|
632
638
|
def update!(**args)
|
639
|
+
@enable_duration = args[:enable_duration] if args.key?(:enable_duration)
|
633
640
|
@migrating_domains = args[:migrating_domains] if args.key?(:migrating_domains)
|
634
641
|
end
|
635
642
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ManagedidentitiesV1alpha1
|
18
18
|
# Version of the google-apis-managedidentities_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.33.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 = "20230705"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -548,6 +548,7 @@ module Google
|
|
548
548
|
class EnableMigrationRequest
|
549
549
|
# @private
|
550
550
|
class Representation < Google::Apis::Core::JsonRepresentation
|
551
|
+
property :enable_duration, as: 'enableDuration'
|
551
552
|
collection :migrating_domains, as: 'migratingDomains', class: Google::Apis::ManagedidentitiesV1alpha1::OnPremDomainDetails, decorator: Google::Apis::ManagedidentitiesV1alpha1::OnPremDomainDetails::Representation
|
552
553
|
|
553
554
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-managedidentities_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.33.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-
|
11
|
+
date: 2023-07-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -59,7 +59,7 @@ licenses:
|
|
59
59
|
metadata:
|
60
60
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
61
61
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1alpha1/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.33.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1alpha1
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|