google-cloud-security_center_management-v1 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/security_center_management/v1/security_center_management/client.rb +6 -6
- data/lib/google/cloud/security_center_management/v1/security_center_management/rest/client.rb +6 -6
- data/lib/google/cloud/security_center_management/v1/version.rb +1 -1
- data/proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 252a27943c609c7d711638c73395511df5e2557999a3120466b15d1e03fbfef1
|
4
|
+
data.tar.gz: b2f81d3720254b2357c18fd97f1336245422669c21e0bc86c4e15e07204849de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d72166480f0a85505cf9e870008e3368d7641279ceb8835e88ad3a73a927ce688323d2ca2a585707fa859d6c02bc99851c4b2beb14c2778e50743f082befef0
|
7
|
+
data.tar.gz: bdf906636e94b5a8ccc83d08dda9150ecd43405374895a8fc16de45d755d0c27ef97353da4f4809b141df72dd4980491600171c45964a0a8ce2918bfc6dbfb43
|
@@ -2279,13 +2279,13 @@ module Google
|
|
2279
2279
|
# * "intended_enablement_state"
|
2280
2280
|
# * "modules"
|
2281
2281
|
# @param validate_only [::Boolean]
|
2282
|
-
# Optional. When set to true, only validations (including IAM checks) will
|
2282
|
+
# Optional. When set to true, only validations (including IAM checks) will be
|
2283
2283
|
# done for the request (service will not be updated). An OK response
|
2284
|
-
# indicates the request is valid while an error response indicates
|
2285
|
-
# request is invalid. Note that a subsequent request to actually update
|
2286
|
-
# service could still fail
|
2287
|
-
# permission lost)
|
2288
|
-
#
|
2284
|
+
# indicates that the request is valid, while an error response indicates that
|
2285
|
+
# the request is invalid. Note that a subsequent request to actually update
|
2286
|
+
# the service could still fail for one of the following reasons:
|
2287
|
+
# - The state could have changed (e.g. IAM permission lost).
|
2288
|
+
# - A failure occurred while trying to delete the module.
|
2289
2289
|
#
|
2290
2290
|
# @yield [response, operation] Access the result along with the RPC operation
|
2291
2291
|
# @yieldparam response [::Google::Cloud::SecurityCenterManagement::V1::SecurityCenterService]
|
data/lib/google/cloud/security_center_management/v1/security_center_management/rest/client.rb
CHANGED
@@ -2133,13 +2133,13 @@ module Google
|
|
2133
2133
|
# * "intended_enablement_state"
|
2134
2134
|
# * "modules"
|
2135
2135
|
# @param validate_only [::Boolean]
|
2136
|
-
# Optional. When set to true, only validations (including IAM checks) will
|
2136
|
+
# Optional. When set to true, only validations (including IAM checks) will be
|
2137
2137
|
# done for the request (service will not be updated). An OK response
|
2138
|
-
# indicates the request is valid while an error response indicates
|
2139
|
-
# request is invalid. Note that a subsequent request to actually update
|
2140
|
-
# service could still fail
|
2141
|
-
# permission lost)
|
2142
|
-
#
|
2138
|
+
# indicates that the request is valid, while an error response indicates that
|
2139
|
+
# the request is invalid. Note that a subsequent request to actually update
|
2140
|
+
# the service could still fail for one of the following reasons:
|
2141
|
+
# - The state could have changed (e.g. IAM permission lost).
|
2142
|
+
# - A failure occurred while trying to delete the module.
|
2143
2143
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
2144
2144
|
# @yieldparam result [::Google::Cloud::SecurityCenterManagement::V1::SecurityCenterService]
|
2145
2145
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -1213,13 +1213,13 @@ module Google
|
|
1213
1213
|
# * "modules"
|
1214
1214
|
# @!attribute [rw] validate_only
|
1215
1215
|
# @return [::Boolean]
|
1216
|
-
# Optional. When set to true, only validations (including IAM checks) will
|
1216
|
+
# Optional. When set to true, only validations (including IAM checks) will be
|
1217
1217
|
# done for the request (service will not be updated). An OK response
|
1218
|
-
# indicates the request is valid while an error response indicates
|
1219
|
-
# request is invalid. Note that a subsequent request to actually update
|
1220
|
-
# service could still fail
|
1221
|
-
# permission lost)
|
1222
|
-
#
|
1218
|
+
# indicates that the request is valid, while an error response indicates that
|
1219
|
+
# the request is invalid. Note that a subsequent request to actually update
|
1220
|
+
# the service could still fail for one of the following reasons:
|
1221
|
+
# - The state could have changed (e.g. IAM permission lost).
|
1222
|
+
# - A failure occurred while trying to delete the module.
|
1223
1223
|
class UpdateSecurityCenterServiceRequest
|
1224
1224
|
include ::Google::Protobuf::MessageExts
|
1225
1225
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-security_center_management-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|