Skip to content

Commit 48b1b5d

Browse files
feat: [securitycenter] Add user agent and DLP parent type fields to finding's list of attributes (#9535)
* feat: Add user agent and DLP parent type fields to finding's list of attributes PiperOrigin-RevId: 539195531 Source-Link: googleapis/googleapis@0b212ba Source-Link: https://github.com/googleapis/googleapis-gen/commit/64c1a0032f89ffafde49424ea137640b868348d4 Copy-Tag: eyJwIjoiamF2YS1zZWN1cml0eWNlbnRlci8uT3dsQm90LnlhbWwiLCJoIjoiNjRjMWEwMDMyZjg5ZmZhZmRlNDk0MjRlYTEzNzY0MGI4NjgzNDhkNCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 1c2b1d4 commit 48b1b5d

Some content is hidden

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

54 files changed

+1997
-1184
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -954,8 +954,8 @@ public final MuteConfig createMuteConfig(String parent, MuteConfig muteConfig) {
954954
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
955955
* @param muteConfig Required. The mute config being created.
956956
* @param muteConfigId Required. Unique identifier provided by the client within the parent scope.
957-
* It must consist of lower case letters, numbers, and hyphen, with the first character a
958-
* letter, the last a letter or a number, and a 63 character maximum.
957+
* It must consist of only lowercase letters, numbers, and hyphens, must start with a letter,
958+
* must end with either a letter or a number, and must be 63 characters or less.
959959
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
960960
*/
961961
public final MuteConfig createMuteConfig(
@@ -993,8 +993,8 @@ public final MuteConfig createMuteConfig(
993993
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
994994
* @param muteConfig Required. The mute config being created.
995995
* @param muteConfigId Required. Unique identifier provided by the client within the parent scope.
996-
* It must consist of lower case letters, numbers, and hyphen, with the first character a
997-
* letter, the last a letter or a number, and a 63 character maximum.
996+
* It must consist of only lowercase letters, numbers, and hyphens, must start with a letter,
997+
* must end with either a letter or a number, and must be 63 characters or less.
998998
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
999999
*/
10001000
public final MuteConfig createMuteConfig(
@@ -1032,8 +1032,8 @@ public final MuteConfig createMuteConfig(
10321032
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
10331033
* @param muteConfig Required. The mute config being created.
10341034
* @param muteConfigId Required. Unique identifier provided by the client within the parent scope.
1035-
* It must consist of lower case letters, numbers, and hyphen, with the first character a
1036-
* letter, the last a letter or a number, and a 63 character maximum.
1035+
* It must consist of only lowercase letters, numbers, and hyphens, must start with a letter,
1036+
* must end with either a letter or a number, and must be 63 characters or less.
10371037
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
10381038
*/
10391039
public final MuteConfig createMuteConfig(
@@ -1071,8 +1071,8 @@ public final MuteConfig createMuteConfig(
10711071
* "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
10721072
* @param muteConfig Required. The mute config being created.
10731073
* @param muteConfigId Required. Unique identifier provided by the client within the parent scope.
1074-
* It must consist of lower case letters, numbers, and hyphen, with the first character a
1075-
* letter, the last a letter or a number, and a 63 character maximum.
1074+
* It must consist of only lowercase letters, numbers, and hyphens, must start with a letter,
1075+
* must end with either a letter or a number, and must be 63 characters or less.
10761076
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
10771077
*/
10781078
public final MuteConfig createMuteConfig(
@@ -6344,8 +6344,8 @@ public final SecurityMarks updateSecurityMarks(UpdateSecurityMarksRequest reques
63446344
* is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
63456345
* @param bigQueryExport Required. The BigQuery export being created.
63466346
* @param bigQueryExportId Required. Unique identifier provided by the client within the parent
6347-
* scope. It must consist of lower case letters, numbers, and hyphen, with the first character
6348-
* a letter, the last a letter or a number, and a 63 character maximum.
6347+
* scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a
6348+
* letter, must end with either a letter or a number, and must be 63 characters or less.
63496349
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
63506350
*/
63516351
public final BigQueryExport createBigQueryExport(
@@ -6384,8 +6384,8 @@ public final BigQueryExport createBigQueryExport(
63846384
* is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
63856385
* @param bigQueryExport Required. The BigQuery export being created.
63866386
* @param bigQueryExportId Required. Unique identifier provided by the client within the parent
6387-
* scope. It must consist of lower case letters, numbers, and hyphen, with the first character
6388-
* a letter, the last a letter or a number, and a 63 character maximum.
6387+
* scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a
6388+
* letter, must end with either a letter or a number, and must be 63 characters or less.
63896389
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
63906390
*/
63916391
public final BigQueryExport createBigQueryExport(
@@ -6424,8 +6424,8 @@ public final BigQueryExport createBigQueryExport(
64246424
* is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
64256425
* @param bigQueryExport Required. The BigQuery export being created.
64266426
* @param bigQueryExportId Required. Unique identifier provided by the client within the parent
6427-
* scope. It must consist of lower case letters, numbers, and hyphen, with the first character
6428-
* a letter, the last a letter or a number, and a 63 character maximum.
6427+
* scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a
6428+
* letter, must end with either a letter or a number, and must be 63 characters or less.
64296429
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
64306430
*/
64316431
public final BigQueryExport createBigQueryExport(
@@ -6464,8 +6464,8 @@ public final BigQueryExport createBigQueryExport(
64646464
* is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
64656465
* @param bigQueryExport Required. The BigQuery export being created.
64666466
* @param bigQueryExportId Required. Unique identifier provided by the client within the parent
6467-
* scope. It must consist of lower case letters, numbers, and hyphen, with the first character
6468-
* a letter, the last a letter or a number, and a 63 character maximum.
6467+
* scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a
6468+
* letter, must end with either a letter or a number, and must be 63 characters or less.
64696469
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
64706470
*/
64716471
public final BigQueryExport createBigQueryExport(

0 commit comments

Comments
 (0)