You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Integrate new gapic-generator-java and rules_gapic (#839)
- [ ] Regenerate this pull request now.
PiperOrigin-RevId: 454027580
Source-Link: googleapis/googleapis@1b22277
Source-Link: https://github.com/googleapis/googleapis-gen/commit/e04cea20d0d12eb5c3bdb360a9e72b654edcb638
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTA0Y2VhMjBkMGQxMmViNWMzYmRiMzYwYTllNzJiNjU0ZWRjYjYzOCJ9
feat: Add compliances, processes and exfiltration fields to findings attributes. They contain compliance information about a security standard indicating unmet recommendations, represents operating system processes, and data exfiltration attempt of one...
or more source(s) to one or more target(s). Source(s) represent the source of data that is exfiltrated, and Target(s) represents the destination the data was copied to
PiperOrigin-RevId: 452067806
Source-Link: googleapis/googleapis@5bfadd9
Source-Link: https://github.com/googleapis/googleapis-gen/commit/ae56215246dee968a4eac43b0012d676876e52a4
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWU1NjIxNTI0NmRlZTk2OGE0ZWFjNDNiMDAxMmQ2NzY4NzZlNTJhNCJ9
Copy file name to clipboardExpand all lines: java-securitycenter/google-cloud-securitycenter/src/main/java/com/google/cloud/securitycenter/v1/SecurityCenterClient.java
+24-17Lines changed: 24 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1403,7 +1403,7 @@ public final UnaryCallable<GetBigQueryExportRequest, BigQueryExport> getBigQuery
1403
1403
* // This snippet has been automatically generated for illustrative purposes only.
1404
1404
* // It may require modifications to work in your environment.
Copy file name to clipboardExpand all lines: java-securitycenter/google-cloud-securitycenter/src/main/java/com/google/cloud/securitycenter/v1beta1/SecurityCenterClient.java
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -419,7 +419,7 @@ public final UnaryCallable<CreateFindingRequest, Finding> createFindingCallable(
419
419
* // This snippet has been automatically generated for illustrative purposes only.
420
420
* // It may require modifications to work in your environment.
0 commit comments