google-apis-managedidentities_v1beta1 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: 24912d2e9547443afd206f123bf87c6b571d398a7664d3e81f46c41741641111
4
- data.tar.gz: b31b9ac39831d2a558ae482d13046d2bba788d28e9a2a2b78699049b6f80cd33
3
+ metadata.gz: '01885ebe0947a5e632a1c016bcd53c5b6b676149a1f27a6ba4c44b79868857e8'
4
+ data.tar.gz: b5861d2bdd1504789fa26df2bbc99ed80d07f5aeffbe836a49c35339d6eb6eeb
5
5
  SHA512:
6
- metadata.gz: 2b4e16b8371cbbb94dbd66d6d94063454c2501cbb9c2d839c1b5ce052c6ebfdf3efdeda2ad1714064f5546897fbe79901616a64c5c74304267eb36d544a5b2d9
7
- data.tar.gz: 93580909f8f38ec1a53cd3bb07c5093cf97d16500fd86185f5d865b390f35cd9878a358dde6716fa27453a1d70d2953726f903223ee6df9be3b256cbec3b82b0
6
+ metadata.gz: 1c011a8045a9817f780a91244657741456f7763ad63cf1ccf25b87d9a1667db2cf29f3310a12058015ff7d8e4e8d0ff596a0058f156de4f7f9581389afb70697
7
+ data.tar.gz: 51ecf561de9f34e19adb0ce18ad3c8f8c0405eea1e9718feeae15a54715e84c081eed10352eac0009fb4eb702dcad26046c9a9aeb60743266fa9198ac4b96ae6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-managedidentities_v1beta1
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
@@ -539,6 +539,13 @@ module Google
539
539
  class DomainJoinMachineRequest
540
540
  include Google::Apis::Core::Hashable
541
541
 
542
+ # Optional. force if True, forces domain join even if the computer account
543
+ # already exists.
544
+ # Corresponds to the JSON property `force`
545
+ # @return [Boolean]
546
+ attr_accessor :force
547
+ alias_method :force?, :force
548
+
542
549
  # Optional. OU name to which the VM needs to be domain joined. If the field is
543
550
  # not provided, the VM is joined to the default OU which is created. The default
544
551
  # OU for the domain join api is created as GCE Instances under the Cloud OU.
@@ -564,6 +571,7 @@ module Google
564
571
 
565
572
  # Update properties of this object
566
573
  def update!(**args)
574
+ @force = args[:force] if args.key?(:force)
567
575
  @ou_name = args[:ou_name] if args.key?(:ou_name)
568
576
  @vm_id_token = args[:vm_id_token] if args.key?(:vm_id_token)
569
577
  end
@@ -1555,7 +1563,7 @@ module Google
1555
1563
  end
1556
1564
  end
1557
1565
 
1558
- # A resource that represents Google Cloud Platform location.
1566
+ # A resource that represents a Google Cloud location.
1559
1567
  class Location
1560
1568
  include Google::Apis::Core::Hashable
1561
1569
 
@@ -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.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_v1beta1
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_v1beta1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.30.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.32.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: []