google-apis-assuredworkloads_v1 0.7.0 → 0.11.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: bdc722bb71a82353e5db80a44e727ad305d12611319faa15399dbb411af2377f
4
- data.tar.gz: 8206d0a54c4648e27dbc4fe584051f1ab9f9ce455642f9b952a34de89caae994
3
+ metadata.gz: c02a79dadab90475344e9721b0d6a20c9e9bc88da1c4ae87896bdb0df8cb1708
4
+ data.tar.gz: 8bff6fefa3a67b9aba2375d0f3c3b9b6e10a343602a9c82976f59318d5a58d63
5
5
  SHA512:
6
- metadata.gz: b170e75c73518ae189251fedae0c3e31840fb4ea91455c2f2e90f91f2a6cdfb19571d9a965f7e7316b05b9cb86a0ae383ac3dfad63e974c9d32721618ff1c66d
7
- data.tar.gz: dae676ef8cf261eca39b975deb7992a10b34b46c23748285ff4131af5c23db2944bde436c524622e11bcd7de296d70385b3f1a844aa255644f6ddaddc44649d0
6
+ metadata.gz: 8729b0204be02f53cdfdc14450cbb35cd26936dfa0ce274dbbfdc9c0eaf129edf3248abf74b13e7526bfc2081f2e0a8996b92cbb4f2f494c9f1ddbb32d797205
7
+ data.tar.gz: 9b5844ba21ceb6458176d64d96254354561accef61691ef4096f41b307fef62cc76e5413d95e83b97dead8c48af4139e6a007c0774c20e9c9e683903b619882a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-assuredworkloads_v1
2
2
 
3
+ ### v0.11.0 (2021-09-22)
4
+
5
+ * Regenerated from discovery document revision 20210916
6
+
7
+ ### v0.10.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210817
10
+
11
+ ### v0.9.0 (2021-07-27)
12
+
13
+ * Regenerated from discovery document revision 20210723
14
+
15
+ ### v0.8.0 (2021-06-29)
16
+
17
+ * Regenerated from discovery document revision 20210625
18
+ * Regenerated using generator version 0.4.0
19
+
3
20
  ### v0.7.0 (2021-06-24)
4
21
 
5
22
  * Regenerated using generator version 0.3.0
@@ -89,12 +89,12 @@ module Google
89
89
  class GoogleCloudAssuredworkloadsV1Workload
90
90
  include Google::Apis::Core::Hashable
91
91
 
92
- # Required. Input only. The billing account used for the resources which are
93
- # direct children of workload. This billing account is initially associated with
94
- # the resources created as part of Workload creation. After the initial creation
95
- # of these resources, the customer can change the assigned billing account. The
96
- # resource name has the form `billingAccounts/`billing_account_id``. For example,
97
- # `billingAccounts/012345-567890-ABCDEF`.
92
+ # Optional. The billing account used for the resources which are direct children
93
+ # of workload. This billing account is initially associated with the resources
94
+ # created as part of Workload creation. After the initial creation of these
95
+ # resources, the customer can change the assigned billing account. The resource
96
+ # name has the form `billingAccounts/`billing_account_id``. For example, `
97
+ # billingAccounts/012345-567890-ABCDEF`.
98
98
  # Corresponds to the JSON property `billingAccount`
99
99
  # @return [String]
100
100
  attr_accessor :billing_account
@@ -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.7.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.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 = "20210916"
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,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.7.0
4
+ version: 0.11.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-06-28 00:00:00.000000000 Z
11
+ date: 2021-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.11.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: []