Skip to content

Commit

Permalink
docs: fix several broken links in the docs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 314606371

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Jun 3 14:35:15 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: f72c3a53fe6705cd705b4fc4e464bed4dbd1f18f
Source-Link: googleapis/googleapis@f72c3a5
  • Loading branch information
yoshi-automation authored and jskeet committed Jun 4, 2020
1 parent e86a9e7 commit f4f2b5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions apis/Google.Cloud.Dlp.V2/Google.Cloud.Dlp.V2/Dlp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21770,7 +21770,7 @@ public sealed partial class CryptoReplaceFfxFpeConfig : pb::IMessage<CryptoRepla
///
/// This annotation identifies the surrogate when inspecting content using the
/// custom infoType
/// [`SurrogateType`](/dlp/docs/reference/rest/v2/InspectConfig#surrogatetype).
/// [`SurrogateType`](https://cloud.google.com/dlp/docs/reference/rest/v2/InspectConfig#surrogatetype).
/// This facilitates reversal of the surrogate when it occurs in free text.
///
/// In order for inspection to work properly, the name of this infoType must
Expand Down Expand Up @@ -22013,19 +22013,19 @@ public enum FfxCommonNativeAlphabet {
/// </summary>
[pbr::OriginalName("FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED")] Unspecified = 0,
/// <summary>
/// [0-9] (radix of 10)
/// `[0-9]` (radix of 10)
/// </summary>
[pbr::OriginalName("NUMERIC")] Numeric = 1,
/// <summary>
/// [0-9A-F] (radix of 16)
/// `[0-9A-F]` (radix of 16)
/// </summary>
[pbr::OriginalName("HEXADECIMAL")] Hexadecimal = 2,
/// <summary>
/// [0-9A-Z] (radix of 36)
/// `[0-9A-Z]` (radix of 36)
/// </summary>
[pbr::OriginalName("UPPER_CASE_ALPHA_NUMERIC")] UpperCaseAlphaNumeric = 3,
/// <summary>
/// [0-9A-Za-z] (radix of 62)
/// `[0-9A-Za-z]` (radix of 62)
/// </summary>
[pbr::OriginalName("ALPHA_NUMERIC")] AlphaNumeric = 4,
}
Expand Down Expand Up @@ -27663,7 +27663,7 @@ public sealed partial class SaveFindings : pb::IMessage<SaveFindings> {
/// Publish a message into given Pub/Sub topic when DlpJob has completed. The
/// message contains a single field, `DlpJobName`, which is equal to the
/// finished job's
/// [`DlpJob.name`](/dlp/docs/reference/rest/v2/projects.dlpJobs#DlpJob).
/// [`DlpJob.name`](https://cloud.google.com/dlp/docs/reference/rest/v2/projects.dlpJobs#DlpJob).
/// Compatible with: Inspect, Risk
/// </summary>
public sealed partial class PublishToPubSub : pb::IMessage<PublishToPubSub> {
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Dlp.V2/Google.Cloud.Dlp.V2/Storage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ public sealed partial class Regex : pb::IMessage<Regex> {
/// <summary>
/// Message for detecting output from deidentification transformations
/// such as
/// [`CryptoReplaceFfxFpeConfig`](/dlp/docs/reference/rest/v2/organizations.deidentifyTemplates#cryptoreplaceffxfpeconfig).
/// [`CryptoReplaceFfxFpeConfig`](https://cloud.google.com/dlp/docs/reference/rest/v2/organizations.deidentifyTemplates#cryptoreplaceffxfpeconfig).
/// These types of transformations are
/// those that perform pseudonymization, thereby producing a "surrogate" as
/// output. This should be used in conjunction with a field on the
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Dlp.V2/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "89e89786896d256c70f43e68a975470c4f4f220e"
"sha": "f72c3a53fe6705cd705b4fc4e464bed4dbd1f18f"
}
}
]
Expand Down

0 comments on commit f4f2b5f

Please sign in to comment.