Skip to content

Commit

Permalink
chore(bazel): [securitycenter] update protobuf to v3.21.12 (#8983)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 503267695

Source-Link: https://togithub.com/googleapis/googleapis/commit/c79059008c6d2e66d4cc65a1a7d8bee7160e3f83

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/b98230b9e68a3828cf138296e9a20e03749ae0a0
Copy-Tag: eyJwIjoiamF2YS1zZWN1cml0eWNlbnRlci8uT3dsQm90LnlhbWwiLCJoIjoiYjk4MjMwYjllNjhhMzgyOGNmMTM4Mjk2ZTlhMjBlMDM3NDlhZTBhMCJ9

BEGIN_NESTED_COMMIT
docs: [securitycenter] Update documentation for Security Command Center *.assets.list "parent" parameter
PiperOrigin-RevId: 501630229

Source-Link: https://togithub.com/googleapis/googleapis/commit/914dc31d2c3fa288bfe7574fbf987a1a4f082107

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/3bb94cca8628cd3c8ef094d851cd70b45a119319
Copy-Tag: eyJwIjoiamF2YS1zZWN1cml0eWNlbnRlci8uT3dsQm90LnlhbWwiLCJoIjoiM2JiOTRjY2E4NjI4Y2QzYzhlZjA5NGQ4NTFjZDcwYjQ1YTExOTMxOSJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] authored Jan 20, 2023
1 parent bdd19f6 commit 7542a0d
Show file tree
Hide file tree
Showing 161 changed files with 10,817 additions and 7,696 deletions.
6 changes: 3 additions & 3 deletions java-securitycenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-securitycenter</artifactId>
<version>2.15.0</version>
<version>2.16.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-securitycenter:2.15.0'
implementation 'com.google.cloud:google-cloud-securitycenter:2.16.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.15.0"
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.16.0"
```

## Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3412,7 +3412,7 @@ public final ListNotificationConfigsPagedResponse listNotificationConfigs(
* }</pre>
*
* @param parent Required. Resource name of the parent of sources to list. Its format should be
* "organizations/[organization_id], folders/[folder_id], or projects/[project_id]".
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListSourcesPagedResponse listSources(FolderName parent) {
Expand Down Expand Up @@ -3444,7 +3444,7 @@ public final ListSourcesPagedResponse listSources(FolderName parent) {
* }</pre>
*
* @param parent Required. Resource name of the parent of sources to list. Its format should be
* "organizations/[organization_id], folders/[folder_id], or projects/[project_id]".
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListSourcesPagedResponse listSources(OrganizationName parent) {
Expand Down Expand Up @@ -3476,7 +3476,7 @@ public final ListSourcesPagedResponse listSources(OrganizationName parent) {
* }</pre>
*
* @param parent Required. Resource name of the parent of sources to list. Its format should be
* "organizations/[organization_id], folders/[folder_id], or projects/[project_id]".
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListSourcesPagedResponse listSources(ProjectName parent) {
Expand Down Expand Up @@ -3508,7 +3508,7 @@ public final ListSourcesPagedResponse listSources(ProjectName parent) {
* }</pre>
*
* @param parent Required. Resource name of the parent of sources to list. Its format should be
* "organizations/[organization_id], folders/[folder_id], or projects/[project_id]".
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListSourcesPagedResponse listSources(String parent) {
Expand Down
Loading

0 comments on commit 7542a0d

Please sign in to comment.