Skip to content

Commit

Permalink
feat: [securitycenter] Add user agent and DLP parent type fields to f…
Browse files Browse the repository at this point in the history
…inding'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: googleapis/googleapis-gen@64c1a00
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jun 22, 2023
1 parent 1c2b1d4 commit 48b1b5d
Show file tree
Hide file tree
Showing 54 changed files with 1,997 additions and 1,184 deletions.
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

0 comments on commit 48b1b5d

Please sign in to comment.