google-apis-managedidentities_v1beta1 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: 24912d2e9547443afd206f123bf87c6b571d398a7664d3e81f46c41741641111
4
- data.tar.gz: b31b9ac39831d2a558ae482d13046d2bba788d28e9a2a2b78699049b6f80cd33
3
+ metadata.gz: 597d04d2b52ce41136f61da3f117fc7cfcba3cf2c93c136ae862e4cc426e7e11
4
+ data.tar.gz: fa39c98d65adf59a80474167d1967914effbb35302161d350c096947cd063d09
5
5
  SHA512:
6
- metadata.gz: 2b4e16b8371cbbb94dbd66d6d94063454c2501cbb9c2d839c1b5ce052c6ebfdf3efdeda2ad1714064f5546897fbe79901616a64c5c74304267eb36d544a5b2d9
7
- data.tar.gz: 93580909f8f38ec1a53cd3bb07c5093cf97d16500fd86185f5d865b390f35cd9878a358dde6716fa27453a1d70d2953726f903223ee6df9be3b256cbec3b82b0
6
+ metadata.gz: 3bb603806ff6c44f4abcd743b85e9e7b0552de0c39a7f3acb7e7ba0cba3a1f60a1de7f24fd7ca56ff501506dc8f704b8982f4e54a2aa889cd291238d97461637
7
+ data.tar.gz: e7e67c2e3be600801e55f7c80c99e14f92512c0ea7b42eb51e6c725bdbf472d6f63fbdd76732de9c5aa2ce8788525c7cf7b6539c50dfde09aa09714d4a747174
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-managedidentities_v1beta1
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
@@ -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
@@ -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.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_v1beta1
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_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.31.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: []