google-apis-assuredworkloads_v1 0.10.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: 9c856dc04fa8b13d6308362581ba0b56f124073c19b8416baf00e65ed9f1927d
4
- data.tar.gz: e950d94fc4d108dd075fd06b78fae9314fc7eda36c1fa70525a59c89abbd42ea
3
+ metadata.gz: c02a79dadab90475344e9721b0d6a20c9e9bc88da1c4ae87896bdb0df8cb1708
4
+ data.tar.gz: 8bff6fefa3a67b9aba2375d0f3c3b9b6e10a343602a9c82976f59318d5a58d63
5
5
  SHA512:
6
- metadata.gz: 6020e63d64b920ec8fe96b6eca64152d3dcace1d6412e86d69267d9627a51fc58cc530b3613a61347d67e994aa1c4d233f92e24fe980b5819973710640d46a90
7
- data.tar.gz: 9af85be0950878469aeeb0a4e6714a2db55a060166110354ce6e4eb0ec370646b27d299aa0cf72fafe89ca8593a3cdaadf72bcda1bf8ba0094a69d71cd5e7146
6
+ metadata.gz: 8729b0204be02f53cdfdc14450cbb35cd26936dfa0ce274dbbfdc9c0eaf129edf3248abf74b13e7526bfc2081f2e0a8996b92cbb4f2f494c9f1ddbb32d797205
7
+ data.tar.gz: 9b5844ba21ceb6458176d64d96254354561accef61691ef4096f41b307fef62cc76e5413d95e83b97dead8c48af4139e6a007c0774c20e9c9e683903b619882a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.10.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210817
@@ -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
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.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 = "20210817"
25
+ REVISION = "20210916"
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.10.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-09-06 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
@@ -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.10.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: []