Skip to content

Commit

Permalink
docs: [securitycenter] Modify documentation of SimulateSecurityHealth…
Browse files Browse the repository at this point in the history
…AnalyticsCustomModuleRequest (#10075)

* docs: Modify documentation of SimulateSecurityHealthAnalyticsCustomModuleRequest

PiperOrigin-RevId: 584348542

Source-Link: googleapis/googleapis@d2efcaa

Source-Link: googleapis/googleapis-gen@6fb846a
Copy-Tag: eyJwIjoiamF2YS1zZWN1cml0eWNlbnRlci8uT3dsQm90LnlhbWwiLCJoIjoiNmZiODQ2YTEwMDE5NGVhZGE5ZjY2NzQxN2RkMTQyZGExMmU3ODRiNyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Nov 28, 2023
1 parent ee237cd commit 8313e78
Show file tree
Hide file tree
Showing 6 changed files with 130 additions and 119 deletions.
4 changes: 2 additions & 2 deletions java-securitycenter/README.md
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.25.0</version>
<version>26.27.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-securitycenter.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-securitycenter/2.36.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-securitycenter/2.38.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Expand Up @@ -5592,10 +5592,11 @@ public final TestIamPermissionsResponse testIamPermissions(TestIamPermissionsReq
* }
* }</pre>
*
* @param parent Required. The relative resource name of the organization, project, or folder.
* See: https://cloud.google.com/apis/design/resource_names#relative_resource_name An example
* is: "organizations/{organization_id}".
* @param customConfig Required. The user specified custom configuration to test.
* @param parent Required. The relative resource name of the organization, project, or folder. For
* more information about relative resource names, see [Relative Resource
* Name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) Example:
* `organizations/{organization_id}`
* @param customConfig Required. The custom configuration that you need to test.
* @param resource Required. Resource data to simulate custom module against.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down

0 comments on commit 8313e78

Please sign in to comment.