google-cloud-security_center_management-v1 0.2.0 → 0.2.1

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: 3ca0ebbfba5cf4a0ccdb0f16b343d90349ad309dc97716147194af9bcd1c4244
4
- data.tar.gz: 57bba730922528a84dd47c82e6aa5c94b422ea4c15de0f888b162ba3d48e9f53
3
+ metadata.gz: 252a27943c609c7d711638c73395511df5e2557999a3120466b15d1e03fbfef1
4
+ data.tar.gz: b2f81d3720254b2357c18fd97f1336245422669c21e0bc86c4e15e07204849de
5
5
  SHA512:
6
- metadata.gz: a65fb45d342119a85e5ebb4f4c831abbdd2b6f16e77cb3a3ed5bca5c003515d30291063e7e110737746f5614445430f9312741e34f33e7235073d06fa6660cf7
7
- data.tar.gz: 138d5f73d7eddb6fbc9a335685149aa485e1d901a10f4803293e799affb7c5271c05ac9c3c8c048ba67a386aceebba9d593284b843c3e6af44e6b24e3b5b5092
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 the
2285
- # request is invalid. Note that a subsequent request to actually update the
2286
- # service could still fail because 1. the state could have changed (e.g. IAM
2287
- # permission lost) or
2288
- # 2. A failure occurred while trying to delete the module.
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]
@@ -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 the
2139
- # request is invalid. Note that a subsequent request to actually update the
2140
- # service could still fail because 1. the state could have changed (e.g. IAM
2141
- # permission lost) or
2142
- # 2. A failure occurred while trying to delete the module.
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]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecurityCenterManagement
23
23
  module V1
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 the
1219
- # request is invalid. Note that a subsequent request to actually update the
1220
- # service could still fail because 1. the state could have changed (e.g. IAM
1221
- # permission lost) or
1222
- # 2. A failure occurred while trying to delete the module.
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.0
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-05-23 00:00:00.000000000 Z
11
+ date: 2024-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common