google-apis-managedidentities_v1alpha1 0.31.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: c0a89d3ca6c7864026857fa054e0c5df360aa113459ffc4efbc1381d02ddae10
4
- data.tar.gz: 07f62dd9d4e9c87a6c05ea4911b7e5d3a29782bfaf28f34ac75662f9c326c1e9
3
+ metadata.gz: 11feb789cc37548260b6ff8efe9b1fec22b9224db79f04f7c58c1c648270d1ac
4
+ data.tar.gz: d19ffe0399d767e1d9351e5d25fa50c86ad6e89d4dd1d039102772fa5bc2ec85
5
5
  SHA512:
6
- metadata.gz: 71b6516abf984b6c42c47b2f318bf4da522fee02a4b996b1a121a9abc9f9ef017f36879500cf8c0c4416f106353765a1affba53064bda1373ef21da19ce222a6
7
- data.tar.gz: b7eabc8d10e8ea7e558edbafec372c2fa59b47051998211d15f0220cc103521145fa9fbeea8e059d661829e8ff9fa3252a30f3aefe4c7a841d97ca244df27376
6
+ metadata.gz: 0a34891e20bc723dc0f61f6ddebed49beec0312aad0790aa5b316e70f05c1c8647f5c20314b370aa8994d8d10961f55735bf232272460cd62c7eaae99bd947c6
7
+ data.tar.gz: 4baa503bad16252380b63ab098684ed8d8f5f50b0562d648ff34bcfa4f0e4be46ea0e51a387cbdd6472dddf9188b555cb7a0ea048451e5ee1fa478621baa46de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
2
2
 
3
+ ### v0.33.0 (2023-07-09)
4
+
5
+ * Regenerated from discovery document revision 20230705
6
+
7
+ ### v0.32.0 (2023-05-14)
8
+
9
+ * Regenerated from discovery document revision 20230505
10
+
3
11
  ### v0.31.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230323
@@ -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
@@ -1564,7 +1571,7 @@ module Google
1564
1571
  end
1565
1572
  end
1566
1573
 
1567
- # A resource that represents Google Cloud Platform location.
1574
+ # A resource that represents a Google Cloud location.
1568
1575
  class Location
1569
1576
  include Google::Apis::Core::Hashable
1570
1577
 
@@ -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.31.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 = "20230323"
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.31.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-04-16 00:00:00.000000000 Z
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.31.0
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: []