Skip to content

Commit 1662bde

Browse files
feat(dlp): update the api
#### dlp:v2 The following keys were added: - schemas.GooglePrivacyDlpV2AllOtherResources (Total Keys: 2) - schemas.GooglePrivacyDlpV2CloudStorageDiscoveryTarget (Total Keys: 6) - schemas.GooglePrivacyDlpV2CloudStorageRegex (Total Keys: 4) - schemas.GooglePrivacyDlpV2CloudStorageResourceReference (Total Keys: 4) - schemas.GooglePrivacyDlpV2DiscoveryCloudStorageConditions (Total Keys: 6) - schemas.GooglePrivacyDlpV2DiscoveryCloudStorageFilter (Total Keys: 5) - schemas.GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence (Total Keys: 4) - schemas.GooglePrivacyDlpV2DiscoveryFileStoreConditions (Total Keys: 7) - schemas.GooglePrivacyDlpV2DiscoveryGenerationCadence.properties.inspectTemplateModifiedCadence.$ref (Total Keys: 1) - schemas.GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence (Total Keys: 3) - schemas.GooglePrivacyDlpV2DiscoveryTarget.properties.cloudStorageTarget.$ref (Total Keys: 1) - schemas.GooglePrivacyDlpV2FileStoreCollection (Total Keys: 3) - schemas.GooglePrivacyDlpV2FileStoreRegex (Total Keys: 7)
1 parent 0c7f11b commit 1662bde

29 files changed

+1331
-183
lines changed

docs/dyn/dlp_v2.organizations.deidentifyTemplates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2752,7 +2752,7 @@ <h3>Method Details</h3>
27522752
Args:
27532753
parent: string, Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 (required)
27542754
locationId: string, Deprecated. This field has no effect.
2755-
orderBy: string, Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. - `update_time`: corresponds to the time the template was last updated. - `name`: corresponds to the template&#x27;s name. - `display_name`: corresponds to the template&#x27;s display name.
2755+
orderBy: string, Comma-separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. - `update_time`: corresponds to the time the template was last updated. - `name`: corresponds to the template&#x27;s name. - `display_name`: corresponds to the template&#x27;s display name.
27562756
pageSize: integer, Size of the page. This value can be limited by the server. If zero server returns a page of max size 100.
27572757
pageToken: string, Page token to continue retrieval. Comes from the previous call to `ListDeidentifyTemplates`.
27582758
x__xgafv: string, V1 error format.

docs/dyn/dlp_v2.organizations.inspectTemplates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ <h3>Method Details</h3>
721721
Args:
722722
parent: string, Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 (required)
723723
locationId: string, Deprecated. This field has no effect.
724-
orderBy: string, Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. - `update_time`: corresponds to the time the template was last updated. - `name`: corresponds to the template&#x27;s name. - `display_name`: corresponds to the template&#x27;s display name.
724+
orderBy: string, Comma-separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. - `update_time`: corresponds to the time the template was last updated. - `name`: corresponds to the template&#x27;s name. - `display_name`: corresponds to the template&#x27;s display name.
725725
pageSize: integer, Size of the page. This value can be limited by the server. If zero server returns a page of max size 100.
726726
pageToken: string, Page token to continue retrieval. Comes from the previous call to `ListInspectTemplates`.
727727
x__xgafv: string, V1 error format.

docs/dyn/dlp_v2.organizations.locations.columnDataProfiles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h3>Method Details</h3>
173173
Args:
174174
parent: string, Required. Resource name of the organization or project, for example `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`. (required)
175175
filter: string, Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `table_data_profile_name` - The name of the related table data profile. - `project_id` - The Google Cloud project ID. (REQUIRED) - `dataset_id` - The BigQuery dataset ID. (REQUIRED) - `table_id` - The BigQuery table ID. (REQUIRED) - `field_id` - The ID of the BigQuery field. - `info_type` - The infotype detected in the resource. - `sensitivity_level` - HIGH|MEDIUM|LOW - `data_risk_level`: How much risk is associated with this data. - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` for project_id, dataset_id, and table_id. Other filters also support `!=`. Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH * project_id = 12345 AND info_type = STREET_ADDRESS The length of this field should be no more than 500 characters.
176-
orderBy: string, Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id asc` * `table_id` * `sensitivity_level desc` Supported fields are: - `project_id`: The Google Cloud project ID. - `dataset_id`: The ID of a BigQuery dataset. - `table_id`: The ID of a BigQuery table. - `sensitivity_level`: How sensitive the data in a column is, at most. - `data_risk_level`: How much risk is associated with this data. - `profile_last_generated`: When the profile was last updated in epoch seconds.
176+
orderBy: string, Comma-separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id asc` * `table_id` * `sensitivity_level desc` Supported fields are: - `project_id`: The Google Cloud project ID. - `dataset_id`: The ID of a BigQuery dataset. - `table_id`: The ID of a BigQuery table. - `sensitivity_level`: How sensitive the data in a column is, at most. - `data_risk_level`: How much risk is associated with this data. - `profile_last_generated`: When the profile was last updated in epoch seconds.
177177
pageSize: integer, Size of the page. This value can be limited by the server. If zero, server returns a page of max size 100.
178178
pageToken: string, Page token to continue retrieval.
179179
x__xgafv: string, V1 error format.

docs/dyn/dlp_v2.organizations.locations.deidentifyTemplates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2752,7 +2752,7 @@ <h3>Method Details</h3>
27522752
Args:
27532753
parent: string, Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have [specified a processing location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location): + Projects scope, location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID + Organizations scope, location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID + Organizations scope, no location specified (defaults to global): `organizations/`ORG_ID The following example `parent` string specifies a parent project with the identifier `example-project`, and specifies the `europe-west3` location for processing data: parent=projects/example-project/locations/europe-west3 (required)
27542754
locationId: string, Deprecated. This field has no effect.
2755-
orderBy: string, Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. - `update_time`: corresponds to the time the template was last updated. - `name`: corresponds to the template&#x27;s name. - `display_name`: corresponds to the template&#x27;s display name.
2755+
orderBy: string, Comma-separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the template was created. - `update_time`: corresponds to the time the template was last updated. - `name`: corresponds to the template&#x27;s name. - `display_name`: corresponds to the template&#x27;s display name.
27562756
pageSize: integer, Size of the page. This value can be limited by the server. If zero server returns a page of max size 100.
27572757
pageToken: string, Page token to continue retrieval. Comes from the previous call to `ListDeidentifyTemplates`.
27582758
x__xgafv: string, V1 error format.

0 commit comments

Comments
 (0)