google-apis-securitycenter_v1 0.68.0 → 0.70.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1215,8 +1215,9 @@ module Google
1215
1215
  # Simulates a given SecurityHealthAnalyticsCustomModule and Resource.
1216
1216
  # @param [String] parent
1217
1217
  # Required. The relative resource name of the organization, project, or folder.
1218
- # See: https://cloud.google.com/apis/design/resource_names#
1219
- # relative_resource_name An example is: "organizations/`organization_id`".
1218
+ # For more information about relative resource names, see [Relative Resource
1219
+ # Name](https://cloud.google.com/apis/design/resource_names#
1220
+ # relative_resource_name) Example: `organizations/`organization_id``
1220
1221
  # @param [Google::Apis::SecuritycenterV1::SimulateSecurityHealthAnalyticsCustomModuleRequest] simulate_security_health_analytics_custom_module_request_object
1221
1222
  # @param [String] fields
1222
1223
  # Selector specifying which fields to include in a partial response.
@@ -3526,8 +3527,9 @@ module Google
3526
3527
  # Simulates a given SecurityHealthAnalyticsCustomModule and Resource.
3527
3528
  # @param [String] parent
3528
3529
  # Required. The relative resource name of the organization, project, or folder.
3529
- # See: https://cloud.google.com/apis/design/resource_names#
3530
- # relative_resource_name An example is: "organizations/`organization_id`".
3530
+ # For more information about relative resource names, see [Relative Resource
3531
+ # Name](https://cloud.google.com/apis/design/resource_names#
3532
+ # relative_resource_name) Example: `organizations/`organization_id``
3531
3533
  # @param [Google::Apis::SecuritycenterV1::SimulateSecurityHealthAnalyticsCustomModuleRequest] simulate_security_health_analytics_custom_module_request_object
3532
3534
  # @param [String] fields
3533
3535
  # Selector specifying which fields to include in a partial response.
@@ -3809,6 +3811,37 @@ module Google
3809
3811
  execute_or_queue_command(command, &block)
3810
3812
  end
3811
3813
 
3814
+ # Get the valued resource by name
3815
+ # @param [String] name
3816
+ # Required. The name of this valued resource Valid format: "organizations/`
3817
+ # organization`/simulations/`simulation`/valuedResources/`valued_resource`"
3818
+ # @param [String] fields
3819
+ # Selector specifying which fields to include in a partial response.
3820
+ # @param [String] quota_user
3821
+ # Available to use for quota purposes for server-side applications. Can be any
3822
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3823
+ # @param [Google::Apis::RequestOptions] options
3824
+ # Request-specific options
3825
+ #
3826
+ # @yield [result, err] Result & error if block supplied
3827
+ # @yieldparam result [Google::Apis::SecuritycenterV1::ValuedResource] parsed result object
3828
+ # @yieldparam err [StandardError] error object if request failed
3829
+ #
3830
+ # @return [Google::Apis::SecuritycenterV1::ValuedResource]
3831
+ #
3832
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3833
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3834
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3835
+ def get_organization_simulation_valued_resource(name, fields: nil, quota_user: nil, options: nil, &block)
3836
+ command = make_simple_command(:get, 'v1/{+name}', options)
3837
+ command.response_representation = Google::Apis::SecuritycenterV1::ValuedResource::Representation
3838
+ command.response_class = Google::Apis::SecuritycenterV1::ValuedResource
3839
+ command.params['name'] = name unless name.nil?
3840
+ command.query['fields'] = fields unless fields.nil?
3841
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3842
+ execute_or_queue_command(command, &block)
3843
+ end
3844
+
3812
3845
  # Lists the valued resources for a set of simulation results and filter.
3813
3846
  # @param [String] parent
3814
3847
  # Required. Name of parent to list valued resources. Valid formats: "
@@ -5719,8 +5752,9 @@ module Google
5719
5752
  # Simulates a given SecurityHealthAnalyticsCustomModule and Resource.
5720
5753
  # @param [String] parent
5721
5754
  # Required. The relative resource name of the organization, project, or folder.
5722
- # See: https://cloud.google.com/apis/design/resource_names#
5723
- # relative_resource_name An example is: "organizations/`organization_id`".
5755
+ # For more information about relative resource names, see [Relative Resource
5756
+ # Name](https://cloud.google.com/apis/design/resource_names#
5757
+ # relative_resource_name) Example: `organizations/`organization_id``
5724
5758
  # @param [Google::Apis::SecuritycenterV1::SimulateSecurityHealthAnalyticsCustomModuleRequest] simulate_security_health_analytics_custom_module_request_object
5725
5759
  # @param [String] fields
5726
5760
  # 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.68.0
4
+ version: 0.70.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-05 00:00:00.000000000 Z
11
+ date: 2023-12-03 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.68.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.70.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: []