Skip to content

Commit aa6fe3b

Browse files
Google APIscopybara-github
authored andcommitted
docs: replace HTML tags with CommonMark notation
PiperOrigin-RevId: 657655346
1 parent e77b669 commit aa6fe3b

2 files changed

Lines changed: 50 additions & 53 deletions

File tree

google/privacy/dlp/v2/dlp.proto

Lines changed: 45 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,9 +1585,9 @@ message RedactImageRequest {
15851585
// location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
15861586
//
15871587
// + Projects scope, location specified:
1588-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
1588+
// `projects/{project_id}/locations/{location_id}`
15891589
// + Projects scope, no location specified (defaults to global):
1590-
// `projects/`<var>PROJECT_ID</var>
1590+
// `projects/{project_id}`
15911591
//
15921592
// The following example `parent` string specifies a parent project with the
15931593
// identifier `example-project`, and specifies the `europe-west3` location
@@ -1650,9 +1650,9 @@ message DeidentifyContentRequest {
16501650
// location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
16511651
//
16521652
// + Projects scope, location specified:
1653-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
1653+
// `projects/{project_id}/locations/{location_id}`
16541654
// + Projects scope, no location specified (defaults to global):
1655-
// `projects/`<var>PROJECT_ID</var>
1655+
// `projects/{project_id}`
16561656
//
16571657
// The following example `parent` string specifies a parent project with the
16581658
// identifier `example-project`, and specifies the `europe-west3` location
@@ -1719,9 +1719,9 @@ message ReidentifyContentRequest {
17191719
// location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
17201720
//
17211721
// + Projects scope, location specified:
1722-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
1722+
// `projects/{project_id}/locations/{location_id}`
17231723
// + Projects scope, no location specified (defaults to global):
1724-
// `projects/`<var>PROJECT_ID</var>
1724+
// `projects/{project_id}`
17251725
//
17261726
// The following example `parent` string specifies a parent project with the
17271727
// identifier `example-project`, and specifies the `europe-west3` location
@@ -1791,9 +1791,9 @@ message InspectContentRequest {
17911791
// location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
17921792
//
17931793
// + Projects scope, location specified:
1794-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
1794+
// `projects/{project_id}/locations/{location_id}`
17951795
// + Projects scope, no location specified (defaults to global):
1796-
// `projects/`<var>PROJECT_ID</var>
1796+
// `projects/{project_id}`
17971797
//
17981798
// The following example `parent` string specifies a parent project with the
17991799
// identifier `example-project`, and specifies the `europe-west3` location
@@ -2276,7 +2276,7 @@ message ListInfoTypesRequest {
22762276
//
22772277
// The format of this value is as follows:
22782278
//
2279-
// locations/<var>LOCATION_ID</var>
2279+
// `locations/{location_id}`
22802280
string parent = 4;
22812281

22822282
// BCP-47 language code for localized infoType friendly
@@ -3375,8 +3375,7 @@ message CryptoReplaceFfxFpeConfig {
33753375
// This must be encoded as ASCII.
33763376
// The order of characters does not matter.
33773377
// The full list of allowed characters is:
3378-
// <code>0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
3379-
// ~`!@#$%^&*()_-+={[}]|\:;"'<,>.?/</code>
3378+
// ``0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz~`!@#$%^&*()_-+={[}]|\:;"'<,>.?/``
33803379
string custom_alphabet = 5;
33813380

33823381
// The native way to select the alphabet. Must be in the range [2, 95].
@@ -4299,13 +4298,13 @@ message CreateInspectTemplateRequest {
42994298
// location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
43004299
//
43014300
// + Projects scope, location specified:
4302-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
4301+
// `projects/{project_id}/locations/{location_id}`
43034302
// + Projects scope, no location specified (defaults to global):
4304-
// `projects/`<var>PROJECT_ID</var>
4303+
// `projects/{project_id}`
43054304
// + Organizations scope, location specified:
4306-
// `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
4305+
// `organizations/{org_id}/locations/{location_id}`
43074306
// + Organizations scope, no location specified (defaults to global):
4308-
// `organizations/`<var>ORG_ID</var>
4307+
// `organizations/{org_id}`
43094308
//
43104309
// The following example `parent` string specifies a parent project with the
43114310
// identifier `example-project`, and specifies the `europe-west3` location
@@ -4373,13 +4372,13 @@ message ListInspectTemplatesRequest {
43734372
// location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
43744373
//
43754374
// + Projects scope, location specified:
4376-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
4375+
// `projects/{project_id}/locations/{location_id}`
43774376
// + Projects scope, no location specified (defaults to global):
4378-
// `projects/`<var>PROJECT_ID</var>
4377+
// `projects/{project_id}`
43794378
// + Organizations scope, location specified:
4380-
// `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
4379+
// `organizations/{org_id}/locations/{location_id}`
43814380
// + Organizations scope, no location specified (defaults to global):
4382-
// `organizations/`<var>ORG_ID</var>
4381+
// `organizations/{org_id}`
43834382
//
43844383
// The following example `parent` string specifies a parent project with the
43854384
// identifier `example-project`, and specifies the `europe-west3` location
@@ -4452,9 +4451,9 @@ message CreateJobTriggerRequest {
44524451
// location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
44534452
//
44544453
// + Projects scope, location specified:
4455-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
4454+
// `projects/{project_id}/locations/{location_id}`
44564455
// + Projects scope, no location specified (defaults to global):
4457-
// `projects/`<var>PROJECT_ID</var>
4456+
// `projects/{project_id}`
44584457
//
44594458
// The following example `parent` string specifies a parent project with the
44604459
// identifier `example-project`, and specifies the `europe-west3` location
@@ -4525,9 +4524,9 @@ message CreateDiscoveryConfigRequest {
45254524
// (project or organization):
45264525
//
45274526
// + Projects scope:
4528-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
4527+
// `projects/{project_id}/locations/{location_id}`
45294528
// + Organizations scope:
4530-
// `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
4529+
// `organizations/{org_id}/locations/{location_id}`
45314530
//
45324531
// The following example `parent` string specifies a parent project with the
45334532
// identifier `example-project`, and specifies the `europe-west3` location
@@ -4586,7 +4585,7 @@ message ListDiscoveryConfigsRequest {
45864585
// Required. Parent resource name.
45874586
//
45884587
// The format of this value is as follows:
4589-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
4588+
// `projects/{project_id}/locations/{location_id}`
45904589
//
45914590
// The following example `parent` string specifies a parent project with the
45924591
// identifier `example-project`, and specifies the `europe-west3` location
@@ -4656,9 +4655,9 @@ message CreateDlpJobRequest {
46564655
// location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
46574656
//
46584657
// + Projects scope, location specified:
4659-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
4658+
// `projects/{project_id}/locations/{location_id}`
46604659
// + Projects scope, no location specified (defaults to global):
4661-
// `projects/`<var>PROJECT_ID</var>
4660+
// `projects/{project_id}`
46624661
//
46634662
// The following example `parent` string specifies a parent project with the
46644663
// identifier `example-project`, and specifies the `europe-west3` location
@@ -4701,9 +4700,9 @@ message ListJobTriggersRequest {
47014700
// location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
47024701
//
47034702
// + Projects scope, location specified:
4704-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
4703+
// `projects/{project_id}/locations/{location_id}`
47054704
// + Projects scope, no location specified (defaults to global):
4706-
// `projects/`<var>PROJECT_ID</var>
4705+
// `projects/{project_id}`
47074706
//
47084707
// The following example `parent` string specifies a parent project with the
47094708
// identifier `example-project`, and specifies the `europe-west3` location
@@ -5859,9 +5858,9 @@ message ListDlpJobsRequest {
58595858
// location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
58605859
//
58615860
// + Projects scope, location specified:
5862-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
5861+
// `projects/{project_id}/locations/{location_id}`
58635862
// + Projects scope, no location specified (defaults to global):
5864-
// `projects/`<var>PROJECT_ID</var>
5863+
// `projects/{project_id}`
58655864
//
58665865
// The following example `parent` string specifies a parent project with the
58675866
// identifier `example-project`, and specifies the `europe-west3` location
@@ -5978,13 +5977,13 @@ message CreateDeidentifyTemplateRequest {
59785977
// location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
59795978
//
59805979
// + Projects scope, location specified:
5981-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
5980+
// `projects/{project_id}/locations/{location_id}`
59825981
// + Projects scope, no location specified (defaults to global):
5983-
// `projects/`<var>PROJECT_ID</var>
5982+
// `projects/{project_id}`
59845983
// + Organizations scope, location specified:
5985-
// `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
5984+
// `organizations/{org_id}/locations/{location_id}`
59865985
// + Organizations scope, no location specified (defaults to global):
5987-
// `organizations/`<var>ORG_ID</var>
5986+
// `organizations/{org_id}`
59885987
//
59895988
// The following example `parent` string specifies a parent project with the
59905989
// identifier `example-project`, and specifies the `europe-west3` location
@@ -6054,13 +6053,13 @@ message ListDeidentifyTemplatesRequest {
60546053
// location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
60556054
//
60566055
// + Projects scope, location specified:
6057-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
6056+
// `projects/{project_id}/locations/{location_id}`
60586057
// + Projects scope, no location specified (defaults to global):
6059-
// `projects/`<var>PROJECT_ID</var>
6058+
// `projects/{project_id}`
60606059
// + Organizations scope, location specified:
6061-
// `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
6060+
// `organizations/{org_id}/locations/{location_id}`
60626061
// + Organizations scope, no location specified (defaults to global):
6063-
// `organizations/`<var>ORG_ID</var>
6062+
// `organizations/{org_id}`
60646063
//
60656064
// The following example `parent` string specifies a parent project with the
60666065
// identifier `example-project`, and specifies the `europe-west3` location
@@ -6251,13 +6250,13 @@ message CreateStoredInfoTypeRequest {
62516250
// location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
62526251
//
62536252
// + Projects scope, location specified:
6254-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
6253+
// `projects/{project_id}/locations/{location_id}`
62556254
// + Projects scope, no location specified (defaults to global):
6256-
// `projects/`<var>PROJECT_ID</var>
6255+
// `projects/{project_id}`
62576256
// + Organizations scope, location specified:
6258-
// `organizations/`<var>ORG_ID</var>`/locations/`<var>LOCATION_ID</var>
6257+
// `organizations/{org_id}/locations/{location_id}`
62596258
// + Organizations scope, no location specified (defaults to global):
6260-
// `organizations/`<var>ORG_ID</var>
6259+
// `organizations/{org_id}`
62616260
//
62626261
// The following example `parent` string specifies a parent project with the
62636262
// identifier `example-project`, and specifies the `europe-west3` location
@@ -6327,9 +6326,9 @@ message ListStoredInfoTypesRequest {
63276326
// location](https://cloud.google.com/sensitive-data-protection/docs/specifying-location):
63286327
//
63296328
// + Projects scope, location specified:
6330-
// `projects/`<var>PROJECT_ID</var>`/locations/`<var>LOCATION_ID</var>
6329+
// `projects/{project_id}/locations/{location_id}`
63316330
// + Projects scope, no location specified (defaults to global):
6332-
// `projects/`<var>PROJECT_ID</var>
6331+
// `projects/{project_id}`
63336332
//
63346333
// The following example `parent` string specifies a parent project with the
63356334
// identifier `example-project`, and specifies the `europe-west3` location
@@ -7665,9 +7664,9 @@ message CreateConnectionRequest {
76657664
// (project or organization):
76667665
//
76677666
// + Projects scope:
7668-
// `projects/PROJECT_ID/locations/LOCATION_ID`
7667+
// `projects/{project_id}/locations/{location_id}`
76697668
// + Organizations scope:
7670-
// `organizations/ORG_ID/locations/LOCATION_ID`
7669+
// `organizations/{org_id}/locations/{location_id}`
76717670
string parent = 1 [
76727671
(google.api.field_behavior) = REQUIRED,
76737672
(google.api.resource_reference) = {

google/privacy/dlp/v2/storage.proto

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ message StorageConfig {
653653
// Specification of the field containing the timestamp of scanned items.
654654
// Used for data sources like Datastore and BigQuery.
655655
//
656-
// <b>For BigQuery</b>
656+
// **For BigQuery**
657657
//
658658
// If this value is not specified and the table was modified between the
659659
// given start and end times, the entire table will be scanned. If this
@@ -668,13 +668,11 @@ message StorageConfig {
668668
// you can use any of the following pseudo-columns as your timestamp field.
669669
// When used with Cloud DLP, these pseudo-column names are case sensitive.
670670
//
671-
// <ul>
672-
// <li><code>_PARTITIONTIME</code></li>
673-
// <li><code>_PARTITIONDATE</code></li>
674-
// <li><code>_PARTITION_LOAD_TIME</code></li>
675-
// </ul>
671+
// - `_PARTITIONTIME`
672+
// - `_PARTITIONDATE`
673+
// - `_PARTITION_LOAD_TIME`
676674
//
677-
// <b>For Datastore</b>
675+
// **For Datastore**
678676
//
679677
// If this value is specified, then entities are filtered based on the given
680678
// start and end times. If an entity does not contain the provided timestamp

0 commit comments

Comments
 (0)