google-apis-securitycenter_v1 0.29.0 → 0.30.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: bc41d713e9986c7ba8d1323652df6142c95fcbf171f915c39b7509124e4222db
|
|
4
|
+
data.tar.gz: 46307a122aa4650f50f09c40d76b12e075c6b3b12f64d03969708a393bdbefd8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6f614b2c049b1d5b93665c99c768c0c0bc2c821ec8d9b08e6aa2ad035e30b161a49cde3c196bb563d49319ec4952e3702e3d68d8b250271939676e1d1e8f590
|
|
7
|
+
data.tar.gz: 9672dd2afc2730f75e3a774a9e2dcafa5cae28109fc27d1b6e1eb15e3b0b900fbfbdd89e5dbbffd02f4681064a9b4b4580034f9213dc164acc2748d7ac82c8d2
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SecuritycenterV1
|
|
18
18
|
# Version of the google-apis-securitycenter_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.30.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220506"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2171,8 +2171,9 @@ module Google
|
|
|
2171
2171
|
|
|
2172
2172
|
# Gets the access control policy on the specified Source.
|
|
2173
2173
|
# @param [String] resource
|
|
2174
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
|
2175
|
-
#
|
|
2174
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
|
2175
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
2176
|
+
# appropriate value for this field.
|
|
2176
2177
|
# @param [Google::Apis::SecuritycenterV1::GetIamPolicyRequest] get_iam_policy_request_object
|
|
2177
2178
|
# @param [String] fields
|
|
2178
2179
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -2285,8 +2286,9 @@ module Google
|
|
|
2285
2286
|
|
|
2286
2287
|
# Sets the access control policy on the specified Source.
|
|
2287
2288
|
# @param [String] resource
|
|
2288
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
|
2289
|
-
#
|
|
2289
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
|
2290
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
2291
|
+
# appropriate value for this field.
|
|
2290
2292
|
# @param [Google::Apis::SecuritycenterV1::SetIamPolicyRequest] set_iam_policy_request_object
|
|
2291
2293
|
# @param [String] fields
|
|
2292
2294
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -2319,8 +2321,9 @@ module Google
|
|
|
2319
2321
|
|
|
2320
2322
|
# Returns the permissions that a caller has on the specified source.
|
|
2321
2323
|
# @param [String] resource
|
|
2322
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
|
2323
|
-
#
|
|
2324
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
|
2325
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
|
2326
|
+
# appropriate value for this field.
|
|
2324
2327
|
# @param [Google::Apis::SecuritycenterV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
|
2325
2328
|
# @param [String] fields
|
|
2326
2329
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-securitycenter_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.30.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-05-
|
|
11
|
+
date: 2022-05-16 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-securitycenter_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.30.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|