google-apis-managedidentities_v1beta1 0.32.0 → 0.33.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: dabd7a05d52666dc202b12c549e0033f6aec0f0898637cb75742d0876b5beff4
|
|
4
|
+
data.tar.gz: 89ba826708698f8291a8c5ef9688bd631ad0c60698320fd0065645bf32fd4851
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccd4efd0d2410072812b0489a061132de70f56b1d8d6560756ae9a43f42a58986715bba848c27c088f876ba214a8cd060fd082abbdf53ae8056654ebce159cd6
|
|
7
|
+
data.tar.gz: 6f969dc43a0b62957cca8120677bcf1fdd368312506d2563c7de8e0337ca44ea3da04d6f9ae2fe51f759efd2fec6b5ee2568ed7e6780ff4309628f32bca2944e
|
data/CHANGELOG.md
CHANGED
|
@@ -618,6 +618,12 @@ module Google
|
|
|
618
618
|
class EnableMigrationRequest
|
|
619
619
|
include Google::Apis::Core::Hashable
|
|
620
620
|
|
|
621
|
+
# Optional. Period after which the migration would be auto disabled. If
|
|
622
|
+
# unspecified, a default timeout of 48h is used.
|
|
623
|
+
# Corresponds to the JSON property `enableDuration`
|
|
624
|
+
# @return [String]
|
|
625
|
+
attr_accessor :enable_duration
|
|
626
|
+
|
|
621
627
|
# Required. List of the on-prem domains to be migrated.
|
|
622
628
|
# Corresponds to the JSON property `migratingDomains`
|
|
623
629
|
# @return [Array<Google::Apis::ManagedidentitiesV1beta1::OnPremDomainDetails>]
|
|
@@ -629,6 +635,7 @@ module Google
|
|
|
629
635
|
|
|
630
636
|
# Update properties of this object
|
|
631
637
|
def update!(**args)
|
|
638
|
+
@enable_duration = args[:enable_duration] if args.key?(:enable_duration)
|
|
632
639
|
@migrating_domains = args[:migrating_domains] if args.key?(:migrating_domains)
|
|
633
640
|
end
|
|
634
641
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ManagedidentitiesV1beta1
|
|
18
18
|
# Version of the google-apis-managedidentities_v1beta1 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::ManagedidentitiesV1beta1::OnPremDomainDetails, decorator: Google::Apis::ManagedidentitiesV1beta1::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_v1beta1
|
|
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-16 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_v1beta1/CHANGELOG.md
|
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.
|
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.33.0
|
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1beta1
|
|
64
64
|
post_install_message:
|
|
65
65
|
rdoc_options: []
|