Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit e9c6709

Browse files
feat(v1p1beta1)!: add resource to NotificationMessage, remove having from list requests (#161)
* feat: Add Resource to the v1 NotificationMessage, which contains resource-related fields associated to the Finding notification. docs: Adjusted wording from Cloud SCC to Security Command Center, and updated filtering docs for List APIs. PiperOrigin-RevId: 315715539 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Jun 10 10:20:15 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 3e7056405a83fcbdca86c829d32264b8102fc893 Source-Link: googleapis/googleapis@3e70564 * feat: Add Resource to the vp1beta1 NotificationMessage, which contains resource-related fields associated to the Finding notification. feat!: Removed 'having' as a field for the Group and List APIs for both Assets and Findings. docs: Adjusted wording from Cloud SCC to Security Command Center, and updated filtering docs for List APIs. BREAKING CHANGE: Removed 'having' as a field in the List and Group Finding and Asset requests. PiperOrigin-RevId: 315725809 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Jun 10 11:04:44 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 027e9775e9d3a6f3eb197fb428727b7f17276e7b Source-Link: googleapis/googleapis@027e977 * chore: allow removal of 'having' field Co-authored-by: Jeff Ching <chingor@google.com>
1 parent b97deb9 commit e9c6709

File tree

76 files changed

+5961
-2380
lines changed

Some content is hidden

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

76 files changed

+5961
-2380
lines changed

google-cloud-securitycenter/src/main/java/com/google/cloud/securitycenter/v1/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/**
18-
* A client to Cloud Security Command Center API.
18+
* A client to Security Command Center API.
1919
*
2020
* <p>The interfaces provided are listed below, along with usage samples.
2121
*

google-cloud-securitycenter/src/main/java/com/google/cloud/securitycenter/v1/stub/GrpcSecurityCenterCallableFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
// AUTO-GENERATED DOCUMENTATION AND CLASS
3838
/**
39-
* gRPC callable factory implementation for Cloud Security Command Center API.
39+
* gRPC callable factory implementation for Security Command Center API.
4040
*
4141
* <p>This class is for advanced usage.
4242
*/

google-cloud-securitycenter/src/main/java/com/google/cloud/securitycenter/v1/stub/GrpcSecurityCenterStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
// AUTO-GENERATED DOCUMENTATION AND CLASS
8383
/**
84-
* gRPC stub implementation for Cloud Security Command Center API.
84+
* gRPC stub implementation for Security Command Center API.
8585
*
8686
* <p>This class is for advanced usage and reflects the underlying API directly.
8787
*/

google-cloud-securitycenter/src/main/java/com/google/cloud/securitycenter/v1/stub/SecurityCenterStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
// AUTO-GENERATED DOCUMENTATION AND CLASS
7272
/**
73-
* Base stub class for Cloud Security Command Center API.
73+
* Base stub class for Security Command Center API.
7474
*
7575
* <p>This class is for advanced usage and reflects the underlying API directly.
7676
*/

google-cloud-securitycenter/src/main/java/com/google/cloud/securitycenter/v1p1beta1/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/**
18-
* A client to Cloud Security Command Center API.
18+
* A client to Security Command Center API.
1919
*
2020
* <p>The interfaces provided are listed below, along with usage samples.
2121
*

google-cloud-securitycenter/src/main/java/com/google/cloud/securitycenter/v1p1beta1/stub/GrpcSecurityCenterCallableFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
// AUTO-GENERATED DOCUMENTATION AND CLASS
3838
/**
39-
* gRPC callable factory implementation for Cloud Security Command Center API.
39+
* gRPC callable factory implementation for Security Command Center API.
4040
*
4141
* <p>This class is for advanced usage.
4242
*/

google-cloud-securitycenter/src/main/java/com/google/cloud/securitycenter/v1p1beta1/stub/GrpcSecurityCenterStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
// AUTO-GENERATED DOCUMENTATION AND CLASS
8383
/**
84-
* gRPC stub implementation for Cloud Security Command Center API.
84+
* gRPC stub implementation for Security Command Center API.
8585
*
8686
* <p>This class is for advanced usage and reflects the underlying API directly.
8787
*/

google-cloud-securitycenter/src/main/java/com/google/cloud/securitycenter/v1p1beta1/stub/SecurityCenterStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
// AUTO-GENERATED DOCUMENTATION AND CLASS
7272
/**
73-
* Base stub class for Cloud Security Command Center API.
73+
* Base stub class for Security Command Center API.
7474
*
7575
* <p>This class is for advanced usage and reflects the underlying API directly.
7676
*/

0 commit comments

Comments
 (0)