google-apis-managedidentities_v1alpha1 0.30.0 → 0.31.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: c0a89d3ca6c7864026857fa054e0c5df360aa113459ffc4efbc1381d02ddae10
4
+ data.tar.gz: 07f62dd9d4e9c87a6c05ea4911b7e5d3a29782bfaf28f34ac75662f9c326c1e9
5
5
  SHA512:
6
- metadata.gz: a9350803e54d9dd2750d6fa5853470db2e3a36364dcf47ae1069f17eddb0da80f4aa7389a44e013308f2a96e68701b782657c2d453d1f7e5ea862e94586a2b31
7
- data.tar.gz: a3d486de9c73a885071bb451c4e4e58c49c363bd6c6e3c07548b1b177f3f0671f2a19f810b04dbbffd32ec2bf39cc7c69ecfc86f9cdbeceaf83a538eadd17a62
6
+ metadata.gz: 71b6516abf984b6c42c47b2f318bf4da522fee02a4b996b1a121a9abc9f9ef017f36879500cf8c0c4416f106353765a1affba53064bda1373ef21da19ce222a6
7
+ data.tar.gz: b7eabc8d10e8ea7e558edbafec372c2fa59b47051998211d15f0220cc103521145fa9fbeea8e059d661829e8ff9fa3252a30f3aefe4c7a841d97ca244df27376
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
2
2
 
3
+ ### v0.31.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230323
6
+
3
7
  ### v0.30.0 (2023-03-05)
4
8
 
5
9
  * 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
@@ -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.31.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 = "20230323"
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.31.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-04-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_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.31.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: []