google-apis-assuredworkloads_v1beta1 0.27.0 → 0.29.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98b67e4491f19725d62f94fd67c4719c42ab2a7dca8821b1d555a10ddd8ee153
|
4
|
+
data.tar.gz: 7fc4549d9384007dce66500e930616883444dc93e866de89e126190e52cf5dcd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 990e437973ee381162327a58dc00583364d5da4a89aad654bcb0c41660d97643478e99786595123d6ebe7e6b6664282f13bb1ada3b0c17a6eca7ef66eccef67f
|
7
|
+
data.tar.gz: a476cf9510aaee10490637c59b83a7d3c1d081f7c6ae54191bde7a8b92537fa6e146173d3ee84209952989644de8c7fa610e3b97e6d983dcb0b514d67566cc52
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-assuredworkloads_v1beta1
|
2
2
|
|
3
|
+
### v0.29.0 (2025-04-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250410
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.28.0 (2024-12-15)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241206
|
11
|
+
|
3
12
|
### v0.27.0 (2024-12-02)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241107
|
@@ -1230,7 +1230,7 @@ module Google
|
|
1230
1230
|
# @return [String]
|
1231
1231
|
attr_accessor :ekm_provisioning_error_mapping
|
1232
1232
|
|
1233
|
-
# Indicates Ekm enrollment Provisioning of a given workload.
|
1233
|
+
# Output only. Indicates Ekm enrollment Provisioning of a given workload.
|
1234
1234
|
# Corresponds to the JSON property `ekmProvisioningState`
|
1235
1235
|
# @return [String]
|
1236
1236
|
attr_accessor :ekm_provisioning_state
|
@@ -1349,7 +1349,8 @@ module Google
|
|
1349
1349
|
attr_accessor :assured_workloads_monitoring
|
1350
1350
|
alias_method :assured_workloads_monitoring?, :assured_workloads_monitoring
|
1351
1351
|
|
1352
|
-
# Allow the partner to view inspectability logs and monitoring
|
1352
|
+
# Optional. Allow the partner to view inspectability logs and monitoring
|
1353
|
+
# violations.
|
1353
1354
|
# Corresponds to the JSON property `dataLogsViewer`
|
1354
1355
|
# @return [Boolean]
|
1355
1356
|
attr_accessor :data_logs_viewer
|
@@ -1378,7 +1379,7 @@ module Google
|
|
1378
1379
|
class GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo
|
1379
1380
|
include Google::Apis::Core::Hashable
|
1380
1381
|
|
1381
|
-
# Resource identifier. For a project this represents project_number.
|
1382
|
+
# Output only. Resource identifier. For a project this represents project_number.
|
1382
1383
|
# Corresponds to the JSON property `resourceId`
|
1383
1384
|
# @return [Fixnum]
|
1384
1385
|
attr_accessor :resource_id
|
@@ -1444,7 +1445,7 @@ module Google
|
|
1444
1445
|
# @return [Array<String>]
|
1445
1446
|
attr_accessor :setup_errors
|
1446
1447
|
|
1447
|
-
# Indicates SAA enrollment status of a given workload.
|
1448
|
+
# Output only. Indicates SAA enrollment status of a given workload.
|
1448
1449
|
# Corresponds to the JSON property `setupStatus`
|
1449
1450
|
# @return [String]
|
1450
1451
|
attr_accessor :setup_status
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250410"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -138,7 +138,7 @@ module Google
|
|
138
138
|
# asset-types).
|
139
139
|
# @param [Fixnum] page_size
|
140
140
|
# Optional. Page size. If a value is not specified, the default value of 10 is
|
141
|
-
# used.
|
141
|
+
# used. The maximum value is 50.
|
142
142
|
# @param [String] page_token
|
143
143
|
# Optional. The page token from the previous response. It needs to be passed in
|
144
144
|
# the second and following requests.
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-assuredworkloads_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.29.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1beta1/v0.29.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-assuredworkloads_v1beta1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Assured Workloads API V1beta1
|
82
79
|
test_files: []
|