Skip to content

Commit 7542a0d

Browse files
chore(bazel): [securitycenter] update protobuf to v3.21.12 (#8983)
- [ ] 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
1 parent bdd19f6 commit 7542a0d

File tree

161 files changed

+10817
-7696
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+10817
-7696
lines changed

java-securitycenter/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-securitycenter</artifactId>
22-
<version>2.15.0</version>
22+
<version>2.16.0</version>
2323
</dependency>
2424
```
2525

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

2828
```Groovy
29-
implementation 'com.google.cloud:google-cloud-securitycenter:2.15.0'
29+
implementation 'com.google.cloud:google-cloud-securitycenter:2.16.0'
3030
```
3131

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

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.15.0"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.16.0"
3636
```
3737

3838
## Authentication

java-securitycenter/google-cloud-securitycenter/src/main/java/com/google/cloud/securitycenter/v1/SecurityCenterClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3412,7 +3412,7 @@ public final ListNotificationConfigsPagedResponse listNotificationConfigs(
34123412
* }</pre>
34133413
*
34143414
* @param parent Required. Resource name of the parent of sources to list. Its format should be
3415-
* "organizations/[organization_id], folders/[folder_id], or projects/[project_id]".
3415+
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
34163416
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
34173417
*/
34183418
public final ListSourcesPagedResponse listSources(FolderName parent) {
@@ -3444,7 +3444,7 @@ public final ListSourcesPagedResponse listSources(FolderName parent) {
34443444
* }</pre>
34453445
*
34463446
* @param parent Required. Resource name of the parent of sources to list. Its format should be
3447-
* "organizations/[organization_id], folders/[folder_id], or projects/[project_id]".
3447+
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
34483448
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
34493449
*/
34503450
public final ListSourcesPagedResponse listSources(OrganizationName parent) {
@@ -3476,7 +3476,7 @@ public final ListSourcesPagedResponse listSources(OrganizationName parent) {
34763476
* }</pre>
34773477
*
34783478
* @param parent Required. Resource name of the parent of sources to list. Its format should be
3479-
* "organizations/[organization_id], folders/[folder_id], or projects/[project_id]".
3479+
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
34803480
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
34813481
*/
34823482
public final ListSourcesPagedResponse listSources(ProjectName parent) {
@@ -3508,7 +3508,7 @@ public final ListSourcesPagedResponse listSources(ProjectName parent) {
35083508
* }</pre>
35093509
*
35103510
* @param parent Required. Resource name of the parent of sources to list. Its format should be
3511-
* "organizations/[organization_id], folders/[folder_id], or projects/[project_id]".
3511+
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
35123512
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
35133513
*/
35143514
public final ListSourcesPagedResponse listSources(String parent) {

0 commit comments

Comments
 (0)