google-cloud-assured_workloads-v1beta1 0.6.2 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dcbb171dc99b70144d7e0e25b65d46f414dac37e8a0be1b6430bd4236e7fab9a
4
- data.tar.gz: 440f4e74031f6c392d32299b109b3381488d37ac5024266c25e0837727a8bb46
3
+ metadata.gz: 543b1ec5976569d2f60a6ded2af2e1f07a7bd9413cc28f0ec8512b9f1638ebd9
4
+ data.tar.gz: 2740abeb139903f288246b87be069b46d4e5bc64a3d58203e5794a15eccdd82e
5
5
  SHA512:
6
- metadata.gz: 0a3b471544edb798e83272166d4d7f6fb6055c341446a07189dd0cda44a5ef18d4ce528b9a70fabfcaf5a28ab240f6d96c656652076e6e18d63574fac90c27fb
7
- data.tar.gz: 3cf3e9a45fed01d56550f991fba88c1c6b7f95dddee5e64ce565cd6e9b4a139fe9ea735dfb32aa692f8b7a4015c427f61b7d7fd5acaa169a22809a3b450b3dcd
6
+ metadata.gz: 570185445778e03350e7c9b62c8ec174dd23a89329c2db40b55980d7ff369cf8b33e06bed8d8addcd8542bfb30147a513c522cbc68b93ebfe41e0038d8c28554
7
+ data.tar.gz: 871035585d9d48c9b2f96416aed4496232cc754e87c725ab8067c28e2a1eefe236a739d2bfc88d7b48db027babb56b5fcc165b757bbac265bbbd3dd0ee7ead9f
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AssuredWorkloads
23
23
  module V1beta1
24
- VERSION = "0.6.2"
24
+ VERSION = "0.7.0"
25
25
  end
26
26
  end
27
27
  end
@@ -97,6 +97,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
97
97
  value :US_REGIONAL_ACCESS, 5
98
98
  value :HIPAA, 6
99
99
  value :HITRUST, 7
100
+ value :EU_REGIONS_AND_SUPPORT, 8
100
101
  end
101
102
  add_message "google.cloud.assuredworkloads.v1beta1.CreateWorkloadOperationMetadata" do
102
103
  optional :create_time, :message, 1, "google.protobuf.Timestamp"
@@ -324,6 +324,9 @@ module Google
324
324
 
325
325
  # Health Information Trust Alliance controls
326
326
  HITRUST = 7
327
+
328
+ # Assured Workloads For EU Regions and Support controls
329
+ EU_REGIONS_AND_SUPPORT = 8
327
330
  end
328
331
  end
329
332
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-assured_workloads-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.7.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-12 00:00:00.000000000 Z
11
+ date: 2021-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common