google-apis-securitycenter_v1 0.68.0 → 0.69.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/securitycenter_v1/classes.rb +2563 -1
- data/lib/google/apis/securitycenter_v1/gem_version.rb +2 -2
- data/lib/google/apis/securitycenter_v1/representations.rb +1376 -418
- data/lib/google/apis/securitycenter_v1/service.rb +31 -0
- metadata +3 -3
@@ -3809,6 +3809,37 @@ module Google
|
|
3809
3809
|
execute_or_queue_command(command, &block)
|
3810
3810
|
end
|
3811
3811
|
|
3812
|
+
# Get the valued resource by name
|
3813
|
+
# @param [String] name
|
3814
|
+
# Required. The name of this valued resource Valid format: "organizations/`
|
3815
|
+
# organization`/simulations/`simulation`/valuedResources/`valued_resource`"
|
3816
|
+
# @param [String] fields
|
3817
|
+
# Selector specifying which fields to include in a partial response.
|
3818
|
+
# @param [String] quota_user
|
3819
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
3820
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
3821
|
+
# @param [Google::Apis::RequestOptions] options
|
3822
|
+
# Request-specific options
|
3823
|
+
#
|
3824
|
+
# @yield [result, err] Result & error if block supplied
|
3825
|
+
# @yieldparam result [Google::Apis::SecuritycenterV1::ValuedResource] parsed result object
|
3826
|
+
# @yieldparam err [StandardError] error object if request failed
|
3827
|
+
#
|
3828
|
+
# @return [Google::Apis::SecuritycenterV1::ValuedResource]
|
3829
|
+
#
|
3830
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3831
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3832
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3833
|
+
def get_organization_simulation_valued_resource(name, fields: nil, quota_user: nil, options: nil, &block)
|
3834
|
+
command = make_simple_command(:get, 'v1/{+name}', options)
|
3835
|
+
command.response_representation = Google::Apis::SecuritycenterV1::ValuedResource::Representation
|
3836
|
+
command.response_class = Google::Apis::SecuritycenterV1::ValuedResource
|
3837
|
+
command.params['name'] = name unless name.nil?
|
3838
|
+
command.query['fields'] = fields unless fields.nil?
|
3839
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3840
|
+
execute_or_queue_command(command, &block)
|
3841
|
+
end
|
3842
|
+
|
3812
3843
|
# Lists the valued resources for a set of simulation results and filter.
|
3813
3844
|
# @param [String] parent
|
3814
3845
|
# Required. Name of parent to list valued resources. Valid formats: "
|
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.69.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-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.69.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: []
|