google-apis-assuredworkloads_v1 0.6.0 → 0.10.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: 3a6d42c707f48f34f4a7b0af77cefe2675f6de5f0a2a9cbcfa2fff022f5033e8
4
- data.tar.gz: 1eea9fad9267b8523200243692237e5a03f6993a8cab20be2f167c4c33779ca9
3
+ metadata.gz: 9c856dc04fa8b13d6308362581ba0b56f124073c19b8416baf00e65ed9f1927d
4
+ data.tar.gz: e950d94fc4d108dd075fd06b78fae9314fc7eda36c1fa70525a59c89abbd42ea
5
5
  SHA512:
6
- metadata.gz: 7121227b450f7325a9fa28ca7abb29427fc449432a21abe9ee9757eca53b781a84ed3a3f164ed1925583e670d62ab832260021c5926a0a2178f168e93e88ff6c
7
- data.tar.gz: 98f9bba61fdb8af8ca802ed165f751568abc004e9bc9527d8ca1f1b23e74139d04999ec9ead7fc48c9876fc019fbf3d4af08876c91ae74838df0bec36533797e
6
+ metadata.gz: 6020e63d64b920ec8fe96b6eca64152d3dcace1d6412e86d69267d9627a51fc58cc530b3613a61347d67e994aa1c4d233f92e24fe980b5819973710640d46a90
7
+ data.tar.gz: 9af85be0950878469aeeb0a4e6714a2db55a060166110354ce6e4eb0ec370646b27d299aa0cf72fafe89ca8593a3cdaadf72bcda1bf8ba0094a69d71cd5e7146
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-assuredworkloads_v1
2
2
 
3
+ ### v0.10.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210817
6
+
7
+ ### v0.9.0 (2021-07-27)
8
+
9
+ * Regenerated from discovery document revision 20210723
10
+
11
+ ### v0.8.0 (2021-06-29)
12
+
13
+ * Regenerated from discovery document revision 20210625
14
+ * Regenerated using generator version 0.4.0
15
+
16
+ ### v0.7.0 (2021-06-24)
17
+
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.6.0 (2021-05-19)
4
21
 
5
22
  * Unspecified changes
@@ -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
@@ -318,10 +317,10 @@ module Google
318
317
  class GoogleCloudAssuredworkloadsV1beta1Workload
319
318
  include Google::Apis::Core::Hashable
320
319
 
321
- # Required. Input only. The billing account used for the resources which are
322
- # direct children of workload. This billing account is initially associated with
323
- # the resources created as part of Workload creation. After the initial creation
324
- # of these resources, the customer can change the assigned billing account. The
320
+ # Input only. The billing account used for the resources which are direct
321
+ # children of workload. This billing account is initially associated with the
322
+ # resources created as part of Workload creation. After the initial creation of
323
+ # these resources, the customer can change the assigned billing account. The
325
324
  # resource name has the form `billingAccounts/`billing_account_id``. For example,
326
325
  # `billingAccounts/012345-567890-ABCDEF`.
327
326
  # Corresponds to the JSON property `billingAccount`
@@ -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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210506"
25
+ REVISION = "20210817"
26
26
  end
27
27
  end
28
28
  end
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-assuredworkloads_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.10.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Assured Workloads API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-assuredworkloads_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-assuredworkloads_v1
57
63
  post_install_message:
58
64
  rdoc_options: []