Skip to content

Commit

Permalink
feat: Added ClusterView supporting more granular view of continuous b…
Browse files Browse the repository at this point in the history
…ackups (#6347)

* 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: eyJwIjoiU2VjdXJpdHlDZW50ZXIvLk93bEJvdC55YW1sIiwiaCI6IjY0YzFhMDAzMmY4OWZmYWZkZTQ5NDI0ZWExMzc2NDBiODY4MzQ4ZDQifQ==

* feat: Added ClusterView supporting more granular view of continuous backups
feat: Added new SSL modes ALLOW_UNENCRYPTED_AND_ENCRYPTED, ENCRYPTED_ONLY
feat: Added users API
feat: Added fault injection API
feat: Added instance update policy
feat: Added cluster network config
fix: Deprecated SSL modes SSL_MODE_ALLOW, SSL_MODE_REQUIRE, SSL_MODE_VERIFY_CA
PiperOrigin-RevId: 539726243
Source-Link: googleapis/googleapis@277df0e
Source-Link: googleapis/googleapis-gen@e7ec1f4
Copy-Tag: eyJwIjoiU2VjdXJpdHlDZW50ZXIvLk93bEJvdC55YW1sIiwiaCI6ImU3ZWMxZjQ3ODhlNjI4YzY4NmRmZTRiNTA5NmJkNDg5NGMwY2M1NGMifQ==
  • Loading branch information
gcf-owl-bot[bot] authored Jun 13, 2023
1 parent c33fffd commit 099fb7b
Show file tree
Hide file tree
Showing 33 changed files with 555 additions and 374 deletions.
8 changes: 5 additions & 3 deletions SecurityCenter/metadata/V1/Access.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified SecurityCenter/metadata/V1/CloudDlpDataProfile.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
* "projects/[project_id]". Please see
* {@see SecurityCenterClient::projectName()} for help formatting this field.
* @param string $bigQueryExportId 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.
*/
function create_big_query_export_sample(string $formattedParent, string $bigQueryExportId): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
* * indicator.ip_addresses: `=`, `:`
* * indicator.domains: `=`, `:`
* @param string $muteConfigId 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.
*/
function create_mute_config_sample(
string $formattedParent,
Expand Down
34 changes: 34 additions & 0 deletions SecurityCenter/src/V1/Access.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* This class is currently experimental and may be subject to changes.
* This class is currently experimental and may be subject to changes. See {@see
* \Google\Cloud\SecurityCenter\V1\SecurityCenterClient} for the stable
* implementation
*
* @experimental
*
Expand Down
34 changes: 34 additions & 0 deletions SecurityCenter/src/V1/CloudDlpDataProfile.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 64 additions & 0 deletions SecurityCenter/src/V1/CloudDlpDataProfile/ParentType.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions SecurityCenter/src/V1/CloudDlpInspection.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions SecurityCenter/src/V1/Compliance.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SecurityCenter/src/V1/ContactDetails.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 099fb7b

Please sign in to comment.