google-apis-assuredworkloads_v1beta1 0.1.0 → 0.3.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: dfed9e9f9c0041256b3d731b67022452f15d88f2a16b33460d89ae4a62c75695
4
- data.tar.gz: b808733d9ea8ca6acc4507c35a0b9eee8ead88e543b2808754b0bc90ec181367
3
+ metadata.gz: aa1cb2a23419172bfadc034ac7bc76f9674b9df095dfee5863d7f358451af334
4
+ data.tar.gz: f09826f48576c1c39d7e1d1940e135f2df2565e8c471ad6f29535bae9ca1674e
5
5
  SHA512:
6
- metadata.gz: 16ead55a370cecf2ca81a939bb076efb0e62724c2cac06423c837bc291ac1b0bb47638541633a644f262e8d4abe775357463086a2683c72592a4790fa0c30fa2
7
- data.tar.gz: 109122a4d7d2b55651a4beebca6cd9792fbff7a93a70668b30cf79bda4a428e883d8a4e89e87c10d3194421efaa0a8fb75b358bf4928755d4abb11bbecaa15ed
6
+ metadata.gz: ce5befaa2bd4d6476d5596bc620e831946fbed201a6d744415e882902b7ec97f54abf142191d64794953442d1665db5d5ba1ddc15931b44ff5cffea73623f183
7
+ data.tar.gz: 94f16b7ca4ec7f0118d5e5177e9911e6ac471cb580dbe05eda0bf766e970d97f01cf5f35a13ef503c662579b3a76f839fdfcdc4aeb0c6f211f6ca2c638673c0d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-assuredworkloads_v1beta1
2
2
 
3
+ ### v0.3.0 (2022-11-18)
4
+
5
+ * Regenerated from discovery document revision 20221110
6
+
7
+ ### v0.2.0 (2022-10-20)
8
+
9
+ * Regenerated from discovery document revision 20221014
10
+ * Regenerated using generator version 0.11.0
11
+
3
12
  ### v0.1.0 (2022-10-10)
4
13
 
5
14
  * Regenerated from discovery document revision 20220930
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://cloud.google.com) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/learnmoreurl) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -32,6 +32,15 @@ module Google
32
32
  # @return [String]
33
33
  attr_accessor :comment
34
34
 
35
+ # Optional. This field is deprecated and will be removed in future version of
36
+ # the API. Name of the OrgPolicy which was modified with non-compliant change
37
+ # and resulted in this violation. Format: projects/`project_number`/policies/`
38
+ # constraint_name` folders/`folder_id`/policies/`constraint_name` organizations/`
39
+ # organization_id`/policies/`constraint_name`
40
+ # Corresponds to the JSON property `nonCompliantOrgPolicy`
41
+ # @return [String]
42
+ attr_accessor :non_compliant_org_policy
43
+
35
44
  def initialize(**args)
36
45
  update!(**args)
37
46
  end
@@ -39,6 +48,7 @@ module Google
39
48
  # Update properties of this object
40
49
  def update!(**args)
41
50
  @comment = args[:comment] if args.key?(:comment)
51
+ @non_compliant_org_policy = args[:non_compliant_org_policy] if args.key?(:non_compliant_org_policy)
42
52
  end
43
53
  end
44
54
 
@@ -392,7 +402,7 @@ module Google
392
402
  end
393
403
  end
394
404
 
395
- # An Workload object for managing highly regulated workloads of cloud customers.
405
+ # A Workload object for managing highly regulated workloads of cloud customers.
396
406
  class GoogleCloudAssuredworkloadsV1beta1Workload
397
407
  include Google::Apis::Core::Hashable
398
408
 
@@ -490,7 +500,7 @@ module Google
490
500
  # @return [String]
491
501
  attr_accessor :name
492
502
 
493
- # Optional. Compliance Regime associated with this workload.
503
+ # Optional. Partner regime associated with this workload.
494
504
  # Corresponds to the JSON property `partner`
495
505
  # @return [String]
496
506
  attr_accessor :partner
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AssuredworkloadsV1beta1
18
18
  # Version of the google-apis-assuredworkloads_v1beta1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220930"
25
+ REVISION = "20221110"
26
26
  end
27
27
  end
28
28
  end
@@ -182,6 +182,7 @@ module Google
182
182
  # @private
183
183
  class Representation < Google::Apis::Core::JsonRepresentation
184
184
  property :comment, as: 'comment'
185
+ property :non_compliant_org_policy, as: 'nonCompliantOrgPolicy'
185
186
  end
186
187
  end
187
188
 
@@ -30,7 +30,7 @@ module Google
30
30
  # Assuredworkloads = Google::Apis::AssuredworkloadsV1beta1 # Alias the module
31
31
  # service = Assuredworkloads::AssuredworkloadsService.new
32
32
  #
33
- # @see https://cloud.google.com
33
+ # @see https://cloud.google.com/learnmoreurl
34
34
  class AssuredworkloadsService < Google::Apis::Core::BaseService
35
35
  # @return [String]
36
36
  # API key. Your API key identifies your project and provides you with API access,
@@ -23,7 +23,7 @@ module Google
23
23
  #
24
24
  #
25
25
  #
26
- # @see https://cloud.google.com
26
+ # @see https://cloud.google.com/learnmoreurl
27
27
  module AssuredworkloadsV1beta1
28
28
  # Version of the Assured Workloads API this client connects to.
29
29
  # This is NOT the gem version.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-assuredworkloads_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.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: 2022-10-17 00:00:00.000000000 Z
11
+ date: 2022-12-12 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.9.0
19
+ version: 0.9.1
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.9.0
29
+ version: 0.9.1
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/main/generated/google-apis-assuredworkloads_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1beta1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1beta1/v0.3.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-assuredworkloads_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []