google-apis-assuredworkloads_v1 0.49.0 → 0.50.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94f2a4e00140514fb69bc6b5859af9cf762ef8d521448b2b03c8b4d140677b0e
|
4
|
+
data.tar.gz: 0b19d07c9205f00fd4d1eaace6fa463c1b1e01049ea286c3c0a8f217da0aff53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4bfb3bdd86551e52155eb45e5e6e9abd2e7353ccd9a58019ae810febdb7e71353851239ed4ff3fb826edf99cbe932c1978ee791101bb51cb6f3e3b1c6469902
|
7
|
+
data.tar.gz: c76053287bb90f832aa0a076b39b42d2ed68878a11b751573cf9dd82c3ad9700bf4a91b0e2d9763224d3836876c1401b6008d3de9e885554b51de4f26ee0e36a
|
data/CHANGELOG.md
CHANGED
@@ -113,7 +113,7 @@ module Google
|
|
113
113
|
|
114
114
|
# Type of the asset being analyzed. Possible values will be among the ones
|
115
115
|
# listed [here](https://cloud.google.com/asset-inventory/docs/supported-asset-
|
116
|
-
# types
|
116
|
+
# types).
|
117
117
|
# Corresponds to the JSON property `assetType`
|
118
118
|
# @return [String]
|
119
119
|
attr_accessor :asset_type
|
@@ -368,7 +368,7 @@ module Google
|
|
368
368
|
end
|
369
369
|
end
|
370
370
|
|
371
|
-
# Workload monitoring Violation.
|
371
|
+
# Workload monitoring Violation.
|
372
372
|
class GoogleCloudAssuredworkloadsV1Violation
|
373
373
|
include Google::Apis::Core::Hashable
|
374
374
|
|
@@ -524,7 +524,7 @@ module Google
|
|
524
524
|
end
|
525
525
|
end
|
526
526
|
|
527
|
-
# Violation exception detail.
|
527
|
+
# Violation exception detail.
|
528
528
|
class GoogleCloudAssuredworkloadsV1ViolationExceptionContext
|
529
529
|
include Google::Apis::Core::Hashable
|
530
530
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.50.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231110"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -133,7 +133,7 @@ module Google
|
|
133
133
|
# Optional. List of asset types to be analyzed, including and under the source
|
134
134
|
# resource. If empty, all assets are analyzed. The complete list of asset types
|
135
135
|
# is available [here](https://cloud.google.com/asset-inventory/docs/supported-
|
136
|
-
# asset-types
|
136
|
+
# asset-types).
|
137
137
|
# @param [Fixnum] page_size
|
138
138
|
# Optional. Page size. If a value is not specified, the default value of 10 is
|
139
139
|
# used.
|
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.
|
4
|
+
version: 0.50.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: 2023-11-
|
11
|
+
date: 2023-11-19 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/main/generated/google-apis-assuredworkloads_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.50.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-assuredworkloads_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|