google-apis-managedidentities_v1alpha1 0.30.0 → 0.32.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: b42bc851b3d9641b00867132f1ad7e167d0fe51d29510b1404c41c752a50f747
4
- data.tar.gz: 4158699500669370e3cd681e444f53a13c6ae79c1a9320ce8895789881b00739
3
+ metadata.gz: 3aa6678a92864f113d57ab32010420ec0f2f4e6ffcb609bd7a3fbf2b0a727924
4
+ data.tar.gz: '009e403ba8b8d289e512a71eca5ee19930e2000b4f17f1cf76b51e83c582980f'
5
5
  SHA512:
6
- metadata.gz: a9350803e54d9dd2750d6fa5853470db2e3a36364dcf47ae1069f17eddb0da80f4aa7389a44e013308f2a96e68701b782657c2d453d1f7e5ea862e94586a2b31
7
- data.tar.gz: a3d486de9c73a885071bb451c4e4e58c49c363bd6c6e3c07548b1b177f3f0671f2a19f810b04dbbffd32ec2bf39cc7c69ecfc86f9cdbeceaf83a538eadd17a62
6
+ metadata.gz: d54a8191cdc46a2f9d54b12d2e9875a977af2b597243f72d6e761c77e0add64a62387a2a81c8535e6b0b289839e3e4ad78fc6c5039a0a029f08e5690596430f9
7
+ data.tar.gz: cd087daf2ff6809e6a2775be4c764cd43705bbee6d411dba6b7ada5ac5795cc88201fb0dec19dbfc8ac792d5e87fe3e4892637a1dfb6608159e4fe22d12bc644
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
2
2
 
3
+ ### v0.32.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230505
6
+
7
+ ### v0.31.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230323
10
+
3
11
  ### v0.30.0 (2023-03-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230227
@@ -549,6 +549,13 @@ module Google
549
549
  class DomainJoinMachineRequest
550
550
  include Google::Apis::Core::Hashable
551
551
 
552
+ # Optional. force if True, forces domain join even if the computer account
553
+ # already exists.
554
+ # Corresponds to the JSON property `force`
555
+ # @return [Boolean]
556
+ attr_accessor :force
557
+ alias_method :force?, :force
558
+
552
559
  # Optional. OU name where the VM needs to be domain joined
553
560
  # Corresponds to the JSON property `ouName`
554
561
  # @return [String]
@@ -567,6 +574,7 @@ module Google
567
574
 
568
575
  # Update properties of this object
569
576
  def update!(**args)
577
+ @force = args[:force] if args.key?(:force)
570
578
  @ou_name = args[:ou_name] if args.key?(:ou_name)
571
579
  @vm_id_token = args[:vm_id_token] if args.key?(:vm_id_token)
572
580
  end
@@ -1556,7 +1564,7 @@ module Google
1556
1564
  end
1557
1565
  end
1558
1566
 
1559
- # A resource that represents Google Cloud Platform location.
1567
+ # A resource that represents a Google Cloud location.
1560
1568
  class Location
1561
1569
  include Google::Apis::Core::Hashable
1562
1570
 
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.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 = "20230227"
25
+ REVISION = "20230505"
26
26
  end
27
27
  end
28
28
  end
@@ -526,6 +526,7 @@ module Google
526
526
  class DomainJoinMachineRequest
527
527
  # @private
528
528
  class Representation < Google::Apis::Core::JsonRepresentation
529
+ property :force, as: 'force'
529
530
  property :ou_name, as: 'ouName'
530
531
  property :vm_id_token, as: 'vmIdToken'
531
532
  end
@@ -1378,13 +1378,7 @@ module Google
1378
1378
  end
1379
1379
 
1380
1380
  # Lists operations that match the specified filter in the request. If the server
1381
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
1382
- # binding allows API services to override the binding to use different resource
1383
- # name schemes, such as `users/*/operations`. To override the binding, API
1384
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
1385
- # service configuration. For backwards compatibility, the default name includes
1386
- # the operations collection id, however overriding users must ensure the name
1387
- # binding is the parent resource, without the operations collection id.
1381
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
1388
1382
  # @param [String] name
1389
1383
  # The name of the operation's parent resource.
1390
1384
  # @param [String] filter
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.30.0
4
+ version: 0.32.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-03-05 00:00:00.000000000 Z
11
+ date: 2023-05-14 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.30.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.32.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: []