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: c83b60238f7924c621783183ed0ba662c4adf97fc562c7e1ea13af8e4bb39f0e
4
- data.tar.gz: 8c56a5f522d31f850480a619a983ecd782b0f52f7fc4815ae5ee95d90cf29127
3
+ metadata.gz: 1843ac8666db36770c35bbab50bd807d7aa190a33cce48fa078a5fe7688fe8d9
4
+ data.tar.gz: dd2719962598df984da9f553df801c7673e25c356070af38bc617617fcf76768
5
5
  SHA512:
6
- metadata.gz: acb39bb31e39c503b74de626e0491e64bd872d311a8e05e624c45019e612f6325ebbb627d9af1022fef0f6feddceed557e6d61edaf501332f3efa67c24a98253
7
- data.tar.gz: f8af54bb0b575dc223a276578df6a3328c216619eaadb519cb57f66e42b4d8632dfdd9669434bcc8972b4f4a988e918d3cd3cea4264f198705c6c1e773fe6a28
6
+ metadata.gz: e8bfe8227be0be91c8e3c8d2c0c66699461c827e3b182a488068d65b8a85b125713e063e137d793b285d1f1d509f35f5c0d83c504bc8c6558f280afadfea6e35
7
+ data.tar.gz: 3a221750bf907ff69b27d51e7620b14866b49a3dcc60494a4bc2f43877eb89ab61296e372640b1df4ba1fa1f7c81a656b31afc055bcae10b5cc08339324ec308
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-assuredworkloads_v1
2
2
 
3
+ ### v0.9.0 (2021-07-27)
4
+
5
+ * Regenerated from discovery document revision 20210723
6
+
3
7
  ### v0.8.0 (2021-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210625
@@ -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 an organization or a folder. Must be the same or a
143
- # child of the Workload parent. If not specified all resources are created under
144
- # the Workload parent. Formats: folders/`folder_id` organizations/`
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 an organization or a folder. Must be the same or a
392
- # child of the Workload parent. If not specified all resources are created under
393
- # the Workload parent. Formats: folders/`folder_id` organizations/`
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.8.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 = "20210625"
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.8.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-07-05 00:00:00.000000000 Z
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.8.0
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: []