Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

docs: correct the links for parent fields #274

Merged
merged 3 commits into from Sep 21, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>9.1.0</version>
<version>10.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dlp</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>

```
Expand Down

Large diffs are not rendered by default.

Expand Up @@ -153,7 +153,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* 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](/dlp/docs/specifying-location):
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -193,7 +193,7 @@ public java.lang.String getParent() {
* 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](/dlp/docs/specifying-location):
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -289,7 +289,7 @@ public com.google.privacy.dlp.v2.DeidentifyTemplateOrBuilder getDeidentifyTempla
* <pre>
* The template id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand All @@ -315,7 +315,7 @@ public java.lang.String getTemplateId() {
* <pre>
* The template id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand Down Expand Up @@ -772,7 +772,7 @@ public Builder mergeFrom(
* 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](/dlp/docs/specifying-location):
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -811,7 +811,7 @@ public java.lang.String getParent() {
* 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](/dlp/docs/specifying-location):
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -850,7 +850,7 @@ public com.google.protobuf.ByteString getParentBytes() {
* 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](/dlp/docs/specifying-location):
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -888,7 +888,7 @@ public Builder setParent(java.lang.String value) {
* 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](/dlp/docs/specifying-location):
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -922,7 +922,7 @@ public Builder clearParent() {
* 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](/dlp/docs/specifying-location):
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -1166,7 +1166,7 @@ public com.google.privacy.dlp.v2.DeidentifyTemplateOrBuilder getDeidentifyTempla
* <pre>
* The template id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand All @@ -1191,7 +1191,7 @@ public java.lang.String getTemplateId() {
* <pre>
* The template id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand All @@ -1216,7 +1216,7 @@ public com.google.protobuf.ByteString getTemplateIdBytes() {
* <pre>
* The template id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand All @@ -1240,7 +1240,7 @@ public Builder setTemplateId(java.lang.String value) {
* <pre>
* The template id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand All @@ -1260,7 +1260,7 @@ public Builder clearTemplateId() {
* <pre>
* The template id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand Down
Expand Up @@ -30,7 +30,7 @@ public interface CreateDeidentifyTemplateRequestOrBuilder
* 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](/dlp/docs/specifying-location):
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -59,7 +59,7 @@ public interface CreateDeidentifyTemplateRequestOrBuilder
* 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](/dlp/docs/specifying-location):
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -129,7 +129,7 @@ public interface CreateDeidentifyTemplateRequestOrBuilder
* <pre>
* The template id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand All @@ -144,7 +144,7 @@ public interface CreateDeidentifyTemplateRequestOrBuilder
* <pre>
* The template id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand Down
Expand Up @@ -216,7 +216,8 @@ public JobCase getJobCase() {
* <pre>
* Required. Parent resource name.
* The format of this value varies depending on whether you have [specified a
* processing location](/dlp/docs/specifying-location):
* processing
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -251,7 +252,8 @@ public java.lang.String getParent() {
* <pre>
* Required. Parent resource name.
* The format of this value varies depending on whether you have [specified a
* processing location](/dlp/docs/specifying-location):
* processing
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -391,7 +393,7 @@ public com.google.privacy.dlp.v2.RiskAnalysisJobConfigOrBuilder getRiskJobOrBuil
* <pre>
* The job id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand All @@ -417,7 +419,7 @@ public java.lang.String getJobId() {
* <pre>
* The job id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand Down Expand Up @@ -930,7 +932,8 @@ public Builder clearJob() {
* <pre>
* Required. Parent resource name.
* The format of this value varies depending on whether you have [specified a
* processing location](/dlp/docs/specifying-location):
* processing
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -964,7 +967,8 @@ public java.lang.String getParent() {
* <pre>
* Required. Parent resource name.
* The format of this value varies depending on whether you have [specified a
* processing location](/dlp/docs/specifying-location):
* processing
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -998,7 +1002,8 @@ public com.google.protobuf.ByteString getParentBytes() {
* <pre>
* Required. Parent resource name.
* The format of this value varies depending on whether you have [specified a
* processing location](/dlp/docs/specifying-location):
* processing
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -1031,7 +1036,8 @@ public Builder setParent(java.lang.String value) {
* <pre>
* Required. Parent resource name.
* The format of this value varies depending on whether you have [specified a
* processing location](/dlp/docs/specifying-location):
* processing
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -1060,7 +1066,8 @@ public Builder clearParent() {
* <pre>
* Required. Parent resource name.
* The format of this value varies depending on whether you have [specified a
* processing location](/dlp/docs/specifying-location):
* processing
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -1514,7 +1521,7 @@ public com.google.privacy.dlp.v2.RiskAnalysisJobConfigOrBuilder getRiskJobOrBuil
* <pre>
* The job id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand All @@ -1539,7 +1546,7 @@ public java.lang.String getJobId() {
* <pre>
* The job id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand All @@ -1564,7 +1571,7 @@ public com.google.protobuf.ByteString getJobIdBytes() {
* <pre>
* The job id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand All @@ -1588,7 +1595,7 @@ public Builder setJobId(java.lang.String value) {
* <pre>
* The job id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand All @@ -1608,7 +1615,7 @@ public Builder clearJobId() {
* <pre>
* The job id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand Down
Expand Up @@ -29,7 +29,8 @@ public interface CreateDlpJobRequestOrBuilder
* <pre>
* Required. Parent resource name.
* The format of this value varies depending on whether you have [specified a
* processing location](/dlp/docs/specifying-location):
* processing
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand All @@ -53,7 +54,8 @@ public interface CreateDlpJobRequestOrBuilder
* <pre>
* Required. Parent resource name.
* The format of this value varies depending on whether you have [specified a
* processing location](/dlp/docs/specifying-location):
* processing
* location](https://cloud.google.com/dlp/docs/specifying-location):
* + Projects scope, location specified:&lt;br/&gt;
* `projects/`&lt;var&gt;PROJECT_ID&lt;/var&gt;`/locations/`&lt;var&gt;LOCATION_ID&lt;/var&gt;
* + Projects scope, no location specified (defaults to global):&lt;br/&gt;
Expand Down Expand Up @@ -148,7 +150,7 @@ public interface CreateDlpJobRequestOrBuilder
* <pre>
* The job id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand All @@ -163,7 +165,7 @@ public interface CreateDlpJobRequestOrBuilder
* <pre>
* The job id can contain uppercase and lowercase letters,
* numbers, and hyphens; that is, it must match the regular
* expression: `[a-zA-Z&#92;&#92;d-_]+`. The maximum length is 100
* expression: `[a-zA-Z&#92;d-_]+`. The maximum length is 100
* characters. Can be empty to allow the system to generate one.
* </pre>
*
Expand Down