google-apis-assuredworkloads_v1 0.8.0 → 0.9.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1843ac8666db36770c35bbab50bd807d7aa190a33cce48fa078a5fe7688fe8d9
|
4
|
+
data.tar.gz: dd2719962598df984da9f553df801c7673e25c356070af38bc617617fcf76768
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8bfe8227be0be91c8e3c8d2c0c66699461c827e3b182a488068d65b8a85b125713e063e137d793b285d1f1d509f35f5c0d83c504bc8c6558f280afadfea6e35
|
7
|
+
data.tar.gz: 3a221750bf907ff69b27d51e7620b14866b49a3dcc60494a4bc2f43877eb89ab61296e372640b1df4ba1fa1f7c81a656b31afc055bcae10b5cc08339324ec308
|
data/CHANGELOG.md
CHANGED
@@ -139,10 +139,9 @@ module Google
|
|
139
139
|
attr_accessor :name
|
140
140
|
|
141
141
|
# Input only. The parent resource for the resources managed by this Assured
|
142
|
-
# Workload. May be either
|
143
|
-
#
|
144
|
-
#
|
145
|
-
# organization_id`
|
142
|
+
# Workload. May be either empty or a folder resource which is a child of the
|
143
|
+
# Workload parent. If not specified all resources are created under the parent
|
144
|
+
# organization. Format: folders/`folder_id`
|
146
145
|
# Corresponds to the JSON property `provisionedResourcesParent`
|
147
146
|
# @return [String]
|
148
147
|
attr_accessor :provisioned_resources_parent
|
@@ -388,10 +387,9 @@ module Google
|
|
388
387
|
attr_accessor :name
|
389
388
|
|
390
389
|
# Input only. The parent resource for the resources managed by this Assured
|
391
|
-
# Workload. May be either
|
392
|
-
#
|
393
|
-
#
|
394
|
-
# organization_id`
|
390
|
+
# Workload. May be either empty or a folder resource which is a child of the
|
391
|
+
# Workload parent. If not specified all resources are created under the parent
|
392
|
+
# organization. Format: folders/`folder_id`
|
395
393
|
# Corresponds to the JSON property `provisionedResourcesParent`
|
396
394
|
# @return [String]
|
397
395
|
attr_accessor :provisioned_resources_parent
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AssuredworkloadsV1
|
18
18
|
# Version of the google-apis-assuredworkloads_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210723"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-assuredworkloads_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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: 2021-
|
11
|
+
date: 2021-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-assuredworkloads_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.9.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-assuredworkloads_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|