google-apis-managedidentities_v1beta1 0.30.0 → 0.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/managedidentities_v1beta1/classes.rb +8 -0
- data/lib/google/apis/managedidentities_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/managedidentities_v1beta1/representations.rb +1 -0
- data/lib/google/apis/managedidentities_v1beta1/service.rb +1 -7
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 597d04d2b52ce41136f61da3f117fc7cfcba3cf2c93c136ae862e4cc426e7e11
|
|
4
|
+
data.tar.gz: fa39c98d65adf59a80474167d1967914effbb35302161d350c096947cd063d09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bb603806ff6c44f4abcd743b85e9e7b0552de0c39a7f3acb7e7ba0cba3a1f60a1de7f24fd7ca56ff501506dc8f704b8982f4e54a2aa889cd291238d97461637
|
|
7
|
+
data.tar.gz: e7e67c2e3be600801e55f7c80c99e14f92512c0ea7b42eb51e6c725bdbf472d6f63fbdd76732de9c5aa2ce8788525c7cf7b6539c50dfde09aa09714d4a747174
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
25
|
+
REVISION = "20230323"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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`.
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|