google-apis-managedidentities_v1alpha1 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_v1alpha1/classes.rb +8 -0
- data/lib/google/apis/managedidentities_v1alpha1/gem_version.rb +2 -2
- data/lib/google/apis/managedidentities_v1alpha1/representations.rb +1 -0
- data/lib/google/apis/managedidentities_v1alpha1/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: c0a89d3ca6c7864026857fa054e0c5df360aa113459ffc4efbc1381d02ddae10
|
|
4
|
+
data.tar.gz: 07f62dd9d4e9c87a6c05ea4911b7e5d3a29782bfaf28f34ac75662f9c326c1e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71b6516abf984b6c42c47b2f318bf4da522fee02a4b996b1a121a9abc9f9ef017f36879500cf8c0c4416f106353765a1affba53064bda1373ef21da19ce222a6
|
|
7
|
+
data.tar.gz: b7eabc8d10e8ea7e558edbafec372c2fa59b47051998211d15f0220cc103521145fa9fbeea8e059d661829e8ff9fa3252a30f3aefe4c7a841d97ca244df27376
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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_v1alpha1
|
|
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_v1alpha1/CHANGELOG.md
|
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.
|
|
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: []
|