Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [securitycenter] Add user agent and DLP parent type fields to finding's list of attributes #9535

Merged
merged 2 commits into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion java-securitycenter/README.md
Original file line number Diff line number Diff line change
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.26.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-securitycenter/2.27.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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Google LLC
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -954,8 +954,8 @@ public final MuteConfig createMuteConfig(String parent, MuteConfig muteConfig) {
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
* @param muteConfig Required. The mute config being created.
* @param muteConfigId Required. Unique identifier provided by the client within the parent scope.
* It must consist of lower case letters, numbers, and hyphen, with the first character a
* letter, the last a letter or a number, and a 63 character maximum.
* It must consist of only lowercase letters, numbers, and hyphens, must start with a letter,
* must end with either a letter or a number, and must be 63 characters or less.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final MuteConfig createMuteConfig(
Expand Down Expand Up @@ -993,8 +993,8 @@ public final MuteConfig createMuteConfig(
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
* @param muteConfig Required. The mute config being created.
* @param muteConfigId Required. Unique identifier provided by the client within the parent scope.
* It must consist of lower case letters, numbers, and hyphen, with the first character a
* letter, the last a letter or a number, and a 63 character maximum.
* It must consist of only lowercase letters, numbers, and hyphens, must start with a letter,
* must end with either a letter or a number, and must be 63 characters or less.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final MuteConfig createMuteConfig(
Expand Down Expand Up @@ -1032,8 +1032,8 @@ public final MuteConfig createMuteConfig(
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
* @param muteConfig Required. The mute config being created.
* @param muteConfigId Required. Unique identifier provided by the client within the parent scope.
* It must consist of lower case letters, numbers, and hyphen, with the first character a
* letter, the last a letter or a number, and a 63 character maximum.
* It must consist of only lowercase letters, numbers, and hyphens, must start with a letter,
* must end with either a letter or a number, and must be 63 characters or less.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final MuteConfig createMuteConfig(
Expand Down Expand Up @@ -1071,8 +1071,8 @@ public final MuteConfig createMuteConfig(
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
* @param muteConfig Required. The mute config being created.
* @param muteConfigId Required. Unique identifier provided by the client within the parent scope.
* It must consist of lower case letters, numbers, and hyphen, with the first character a
* letter, the last a letter or a number, and a 63 character maximum.
* It must consist of only lowercase letters, numbers, and hyphens, must start with a letter,
* must end with either a letter or a number, and must be 63 characters or less.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final MuteConfig createMuteConfig(
Expand Down Expand Up @@ -6344,8 +6344,8 @@ public final SecurityMarks updateSecurityMarks(UpdateSecurityMarksRequest reques
* is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
* @param bigQueryExport Required. The BigQuery export being created.
* @param bigQueryExportId Required. Unique identifier provided by the client within the parent
* scope. It must consist of lower case letters, numbers, and hyphen, with the first character
* a letter, the last a letter or a number, and a 63 character maximum.
* scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a
* letter, must end with either a letter or a number, and must be 63 characters or less.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final BigQueryExport createBigQueryExport(
Expand Down Expand Up @@ -6384,8 +6384,8 @@ public final BigQueryExport createBigQueryExport(
* is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
* @param bigQueryExport Required. The BigQuery export being created.
* @param bigQueryExportId Required. Unique identifier provided by the client within the parent
* scope. It must consist of lower case letters, numbers, and hyphen, with the first character
* a letter, the last a letter or a number, and a 63 character maximum.
* scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a
* letter, must end with either a letter or a number, and must be 63 characters or less.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final BigQueryExport createBigQueryExport(
Expand Down Expand Up @@ -6424,8 +6424,8 @@ public final BigQueryExport createBigQueryExport(
* is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
* @param bigQueryExport Required. The BigQuery export being created.
* @param bigQueryExportId Required. Unique identifier provided by the client within the parent
* scope. It must consist of lower case letters, numbers, and hyphen, with the first character
* a letter, the last a letter or a number, and a 63 character maximum.
* scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a
* letter, must end with either a letter or a number, and must be 63 characters or less.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final BigQueryExport createBigQueryExport(
Expand Down Expand Up @@ -6464,8 +6464,8 @@ public final BigQueryExport createBigQueryExport(
* is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
* @param bigQueryExport Required. The BigQuery export being created.
* @param bigQueryExportId Required. Unique identifier provided by the client within the parent
* scope. It must consist of lower case letters, numbers, and hyphen, with the first character
* a letter, the last a letter or a number, and a 63 character maximum.
* scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a
* letter, must end with either a letter or a number, and must be 63 characters or less.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final BigQueryExport createBigQueryExport(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Google LLC
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Google LLC
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Google LLC
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading