Skip to content

Commit f4f2b5f

Browse files
yoshi-automationjskeet
authored andcommitted
docs: fix several broken links in the docs.
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
1 parent e86a9e7 commit f4f2b5f

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

apis/Google.Cloud.Dlp.V2/Google.Cloud.Dlp.V2/Dlp.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21770,7 +21770,7 @@ public int Radix {
2177021770
///
2177121771
/// This annotation identifies the surrogate when inspecting content using the
2177221772
/// custom infoType
21773-
/// [`SurrogateType`](/dlp/docs/reference/rest/v2/InspectConfig#surrogatetype).
21773+
/// [`SurrogateType`](https://cloud.google.com/dlp/docs/reference/rest/v2/InspectConfig#surrogatetype).
2177421774
/// This facilitates reversal of the surrogate when it occurs in free text.
2177521775
///
2177621776
/// In order for inspection to work properly, the name of this infoType must
@@ -22013,19 +22013,19 @@ public enum FfxCommonNativeAlphabet {
2201322013
/// </summary>
2201422014
[pbr::OriginalName("FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED")] Unspecified = 0,
2201522015
/// <summary>
22016-
/// [0-9] (radix of 10)
22016+
/// `[0-9]` (radix of 10)
2201722017
/// </summary>
2201822018
[pbr::OriginalName("NUMERIC")] Numeric = 1,
2201922019
/// <summary>
22020-
/// [0-9A-F] (radix of 16)
22020+
/// `[0-9A-F]` (radix of 16)
2202122021
/// </summary>
2202222022
[pbr::OriginalName("HEXADECIMAL")] Hexadecimal = 2,
2202322023
/// <summary>
22024-
/// [0-9A-Z] (radix of 36)
22024+
/// `[0-9A-Z]` (radix of 36)
2202522025
/// </summary>
2202622026
[pbr::OriginalName("UPPER_CASE_ALPHA_NUMERIC")] UpperCaseAlphaNumeric = 3,
2202722027
/// <summary>
22028-
/// [0-9A-Za-z] (radix of 62)
22028+
/// `[0-9A-Za-z]` (radix of 62)
2202922029
/// </summary>
2203022030
[pbr::OriginalName("ALPHA_NUMERIC")] AlphaNumeric = 4,
2203122031
}
@@ -27663,7 +27663,7 @@ public void MergeFrom(pb::CodedInputStream input) {
2766327663
/// Publish a message into given Pub/Sub topic when DlpJob has completed. The
2766427664
/// message contains a single field, `DlpJobName`, which is equal to the
2766527665
/// finished job's
27666-
/// [`DlpJob.name`](/dlp/docs/reference/rest/v2/projects.dlpJobs#DlpJob).
27666+
/// [`DlpJob.name`](https://cloud.google.com/dlp/docs/reference/rest/v2/projects.dlpJobs#DlpJob).
2766727667
/// Compatible with: Inspect, Risk
2766827668
/// </summary>
2766927669
public sealed partial class PublishToPubSub : pb::IMessage<PublishToPubSub> {

apis/Google.Cloud.Dlp.V2/Google.Cloud.Dlp.V2/Storage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ public void MergeFrom(pb::CodedInputStream input) {
15441544
/// <summary>
15451545
/// Message for detecting output from deidentification transformations
15461546
/// such as
1547-
/// [`CryptoReplaceFfxFpeConfig`](/dlp/docs/reference/rest/v2/organizations.deidentifyTemplates#cryptoreplaceffxfpeconfig).
1547+
/// [`CryptoReplaceFfxFpeConfig`](https://cloud.google.com/dlp/docs/reference/rest/v2/organizations.deidentifyTemplates#cryptoreplaceffxfpeconfig).
15481548
/// These types of transformations are
15491549
/// those that perform pseudonymization, thereby producing a "surrogate" as
15501550
/// output. This should be used in conjunction with a field on the

apis/Google.Cloud.Dlp.V2/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": "googleapis",
66
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "89e89786896d256c70f43e68a975470c4f4f220e"
7+
"sha": "f72c3a53fe6705cd705b4fc4e464bed4dbd1f18f"
88
}
99
}
1010
]

0 commit comments

Comments
 (0)